|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectti.chimera.Service
ti.chimera.service.WindowMode
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 WindowManagerPlugin
Constructor Summary | |
WindowMode(java.lang.String name)
Class Constructor. |
Method Summary | |
abstract void |
start()
Start this mode. |
abstract void |
stop()
Stop this mode. |
Methods inherited from class ti.chimera.Service |
getName, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WindowMode(java.lang.String name)
Method Detail |
public abstract void start()
public abstract void stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |