freemind.modes.browsemode

Class BrowseMode

public class BrowseMode extends Object implements Mode

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

Constructor Detail

BrowseMode

public BrowseMode()

Method Detail

activate

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

getBrowseController

public BrowseController getBrowseController()

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