freemind.modes.filemode

Class FileMode

public class FileMode extends Object implements Mode

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

Constructor Detail

FileMode

public FileMode()

Method Detail

activate

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

getController

public Controller getController()

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()