freemind.modes.mindmapmode
Class MindMapMode
java.lang.Object
freemind.modes.mindmapmode.MindMapMode
- All Implemented Interfaces:
- Mode
- public class MindMapMode
- extends java.lang.Object
- implements Mode
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MindMapMode
public MindMapMode()
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
getMindMapController
public MindMapController getMindMapController()
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
getModeFileMenu
public javax.swing.JMenu getModeFileMenu()
- Specified by:
getModeFileMenu in interface Mode
getModeEditMenu
public javax.swing.JMenu getModeEditMenu()
- Specified by:
getModeEditMenu in interface Mode