| org.skunk.dav.client.gui.AppContext
All known Subclasses: org.skunk.dav.client.gui.ExplorerApp,
AppContext | public interface AppContext (Code) | | an abstraction layer for application-level objects
author: Jacob Smullyan |
getConfigurator | Configurator getConfigurator()(Code) | | the configurator object for the application |
getCurrentView | View getCurrentView()(Code) | | the currently active (focussed) view |
getDockMode | DockMode getDockMode()(Code) | | the dock mode (interface style) |
getView | View getView(int index)(Code) | | the view at the given index |
getViewCount | int getViewCount()(Code) | | the number of current views |
isTrusted | boolean isTrusted()(Code) | | whether or not the application is trusted to access the filesystem,open sockets to multiple hosts, etc. |
removeView | void removeView(View view)(Code) | | removes a view
Precondition: appContext contains this view
|
views | Iterator views()(Code) | | an iterator of all Views in the AppContext |
|
|