freemind.modes.schememode
Class SchemeMode

java.lang.Object
  extended by freemind.modes.schememode.SchemeMode
All Implemented Interfaces:
Mode

public class SchemeMode
extends java.lang.Object
implements Mode


Constructor Summary
SchemeMode()
           
 
Method Summary
 void activate()
          Called whenever this mode is chosen in the program.
 ModeController createModeController()
          Creates a new mode controller and returns it.
 Controller getController()
           
 ModeController getDefaultModeController()
          This modeController is only used, when no map is opened.
 FreeMindMain getFrame()
           
 void init(Controller c)
           
 void restore(java.lang.String restoreable)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemeMode

public SchemeMode()
Method Detail

init

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

toString

public java.lang.String toString()
Specified by:
toString in interface Mode
Overrides:
toString in class java.lang.Object

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

getDefaultModeController

public ModeController getDefaultModeController()
Description copied from interface: Mode
This modeController is only used, when no map is opened.

Specified by:
getDefaultModeController in interface Mode

getFrame

public FreeMindMain getFrame()

createModeController

public ModeController createModeController()
Description copied from interface: Mode
Creates a new mode controller and returns it.

Specified by:
createModeController in interface Mode