freemind.modes.schememode

Class SchemeMode

public class SchemeMode extends Object implements Mode

Constructor Summary
SchemeMode()
Method Summary
voidactivate()
Called whenever this mode is chosen in the program. (updates Actions etc.)
ControllergetController()
FreeMindMaingetFrame()
JToolBargetLeftToolBar()
ModeControllergetModeController()
JMenugetModeEditMenu()
JMenugetModeFileMenu()
JToolBargetModeToolBar()
voidinit(Controller c)
voidrestore(String restoreable)
StringtoString()

Constructor Detail

SchemeMode

public SchemeMode()

Method Detail

activate

public void activate()
Called whenever this mode is chosen in the program. (updates Actions etc.)

getController

public Controller getController()

getFrame

public FreeMindMain getFrame()

getLeftToolBar

public JToolBar getLeftToolBar()

getModeController

public ModeController getModeController()

getModeEditMenu

public JMenu getModeEditMenu()

getModeFileMenu

public JMenu getModeFileMenu()

getModeToolBar

public JToolBar getModeToolBar()

init

public void init(Controller c)

restore

public void restore(String restoreable)

toString

public String toString()