| |
|
| java.lang.Object org.skunk.dav.client.gui.ExplorerApp
addView | public void addView(View view)(Code) | | adds a view
|
getAppContext | public static AppContext getAppContext()(Code) | | a singleton AppContext application object |
getConfigurator | public Configurator getConfigurator()(Code) | | the configurator object for the application |
getCurrentView | public View getCurrentView()(Code) | | the currently active (focussed) view |
getDockMode | public DockMode getDockMode()(Code) | | the dock mode (interface style) |
getExplorerForBuffer | public static Explorer getExplorerForBuffer(Buffer buffer)(Code) | | return the explorer in the same view as the given buffer
|
getView | public View getView(int index)(Code) | | the view at the given index |
getViewCount | public int getViewCount()(Code) | | the number of current views |
getViewForBuffer | public static View getViewForBuffer(Buffer buffer)(Code) | | convenience method for obtaining the view object that contains a given buffer
Note that it would be insane to call this right now were I not planning to
allow the creation of multiple views.
|
isTrusted | public boolean isTrusted()(Code) | | whether or not the application is trusted to access the filesystem,open sockets to multiple hosts, etc. |
removeView | public void removeView(View view)(Code) | | removes a view
Precondition: appContext contains this view
|
setBusy | public void setBusy(boolean busy)(Code) | | |
views | public Iterator views()(Code) | | an iterator of all Views in the AppContext |
|
|
|