freemind.modes.mindmapmode

Class MindMapMode

Implemented Interfaces:
Mode

public class MindMapMode
extends java.lang.Object
implements Mode

Constructor Summary

MindMapMode()

Method Summary

void
activate()
Called whenever this mode is chosen in the program.
Controller
getController()
JToolBar
getLeftToolBar()
For the toolbar on the left hand side of the window.
MindMapController
getMindMapController()
ModeController
getModeController()
JMenu
getModeEditMenu()
JMenu
getModeFileMenu()
JToolBar
getModeToolBar()
void
init(Controller c)
void
restore(String restoreable)
String
toString()

Constructor Details

MindMapMode

public MindMapMode()

Method Details

activate

public void activate()
Called whenever this mode is chosen in the program. (updates Actions etc.)
Specified by:
activate in interface Mode

getController

public Controller getController()
Specified by:
getController in interface Mode

getLeftToolBar

public JToolBar getLeftToolBar()
For the toolbar on the left hand side of the window.
Specified by:
getLeftToolBar in interface Mode

getMindMapController

public MindMapController getMindMapController()

getModeController

public ModeController getModeController()
Specified by:
getModeController in interface Mode

getModeEditMenu

public JMenu getModeEditMenu()
Specified by:
getModeEditMenu in interface Mode

getModeFileMenu

public JMenu getModeFileMenu()
Specified by:
getModeFileMenu in interface Mode

getModeToolBar

public JToolBar getModeToolBar()
Specified by:
getModeToolBar in interface Mode

init

public void init(Controller c)
Specified by:
init in interface Mode

restore

public void restore(String restoreable)
Specified by:
restore in interface Mode

toString

public String toString()
Specified by:
toString in interface Mode