ti.chimera.service
Class WindowMode

java.lang.Object
  extended byti.chimera.Service
      extended byti.chimera.service.WindowMode
Direct Known Subclasses:
AbstractModePlugin.AbstractWindowMode

public abstract class WindowMode
extends Service

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

Version:
0.1
Author:
Rob Clark

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

WindowMode

public WindowMode(java.lang.String name)
Class Constructor.

Method Detail

start

public abstract void start()
Start this mode. The registry may already be (partially) populated with data (dialogs, toolbars, menubar entries, etc.)


stop

public abstract void stop()
Stop this mode. Perform any necessary cleanup.