freemind.modes.filemode
Class FileMode
java.lang.Object
freemind.modes.Mode
freemind.modes.filemode.FileMode
public class FileMode
- extends Mode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FileMode
public FileMode()
init
public void init(Controller c)
- Specified by:
init
in class Mode
toString
public java.lang.String toString()
- Specified by:
toString
in class Mode
activate
public void activate()
- Called whenever this mode is chosen in the program.
(updates Actions etc.)
- Specified by:
activate
in class Mode
restore
public void restore(java.lang.String restoreable)
- Specified by:
restore
in class Mode
getController
public Controller getController()
- Specified by:
getController
in class Mode
getDefaultModeController
public ModeController getDefaultModeController()
- Description copied from class:
Mode
- This modeController is only used, when no map is opened.
- Specified by:
getDefaultModeController
in class Mode
createModeController
public ModeController createModeController()
- Description copied from class:
Mode
- Creates a new mode controller and returns it.
- Specified by:
createModeController
in class Mode