| java.lang.Object ti.chimera.Service ti.chimera.service.WindowMode
WindowMode | abstract public class WindowMode extends ti.chimera.Service (Code) | | This service is implemented by plugins that implements the window manager
mode, as a way for the window manager plugin to start/stop that mode
implementation. The rest of the interface between the mode and window
manager is through the registry. See
ti.chimera.plugin.WindowManagerPlugin author: Rob Clark version: 0.1 |
Method Summary | |
abstract public void | start() Start this mode. | abstract public void | stop() Stop this mode. |
WindowMode | public WindowMode(String name)(Code) | | Class Constructor.
|
start | abstract public void start()(Code) | | Start this mode. The registry may already be (partially) populated
with data (dialogs, toolbars, menubar entries, etc.)
|
stop | abstract public void stop()(Code) | | Stop this mode. Perform any necessary cleanup.
|
|
|