freemind.modes.schememode
Class SchemeMode
java.lang.Object
freemind.modes.schememode.SchemeMode
- All Implemented Interfaces:
- Mode
- public class SchemeMode
- extends java.lang.Object
- implements Mode
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SchemeMode
public SchemeMode()
init
public void init(Controller c)
- Specified by:
init in interface Mode
toString
public java.lang.String toString()
- Specified by:
toString in interface Mode
activate
public void activate()
- Called whenever this mode is chosen in the program.
(updates Actions etc.)
- Specified by:
activate in interface Mode
restore
public void restore(java.lang.String restoreable)
- Specified by:
restore in interface Mode
getController
public Controller getController()
- Specified by:
getController in interface Mode
getModeController
public ModeController getModeController()
- Specified by:
getModeController in interface Mode
getModeToolBar
public javax.swing.JToolBar getModeToolBar()
- Specified by:
getModeToolBar in interface Mode
getLeftToolBar
public javax.swing.JToolBar getLeftToolBar()
- Description copied from interface:
Mode
- For the toolbar on the left hand side of the window.
- Specified by:
getLeftToolBar in interface Mode
getFrame
public FreeMindMain getFrame()