|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFileSystemModel
Author: Mathew Wyatt Organisation: James Cook University Date: Oct 15, 2007 Time: 10:47:05 AM
| Method Summary | |
|---|---|
void |
addAppender(Appender appender)
|
void |
addFileSystemConnectSuccessListener(java.awt.event.ActionListener actionListener)
|
void |
addFileSystemFailedListener(java.awt.event.ActionListener actionListener)
|
void |
addShortcutsChangedListener(java.awt.event.ActionListener listener)
|
RootObject |
connectToFileSystem(IFileSystemConnector connector)
Connects to a filesystem based on the given connector |
void |
deleteShortcut(Shortcut shortcut)
Deletes a give shortcut from persisting |
void |
disconnect(RootObject rootObject)
Dosconnects from a given root objects |
java.lang.String |
getFailureMessage()
Returns a failure message for the filesystem creation |
java.util.ArrayList<RootObject> |
getRootObjects()
returns the root objects, or mount points |
java.util.List<Shortcut> |
getShortCuts()
Returns a list of URL shortcuts |
void |
reConnect(RootObject rootObject)
reconnects to a given root object |
void |
saveShortcut(Shortcut fileObject)
Given a fileobject we want to save the URL so that a person can locate that area at a later stage |
void |
unMount(FileObject fileObject)
Unmount a given file object |
| Method Detail |
|---|
RootObject connectToFileSystem(IFileSystemConnector connector)
connector -
java.lang.String getFailureMessage()
java.util.ArrayList<RootObject> getRootObjects()
void disconnect(RootObject rootObject)
rootObject - void reConnect(RootObject rootObject)
rootObject - void saveShortcut(Shortcut fileObject)
fileObject - void deleteShortcut(Shortcut shortcut)
shortcut - java.util.List<Shortcut> getShortCuts()
void addFileSystemFailedListener(java.awt.event.ActionListener actionListener)
void addFileSystemConnectSuccessListener(java.awt.event.ActionListener actionListener)
void addShortcutsChangedListener(java.awt.event.ActionListener listener)
void unMount(FileObject fileObject)
fileObject - void addAppender(Appender appender)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||