freemind.controller
Class Controller.MapModuleManager
java.lang.Object
freemind.controller.Controller.MapModuleManager
- Enclosing class:
- Controller
- public class Controller.MapModuleManager
- extends java.lang.Object
Manages the list of MapModules.
As this task is very complex, I exported it
from Controller to this class to keep Controller
simple.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getMapModule
public MapModule getMapModule()
newMapModule
public void newMapModule(MindMap map)
updateMapModuleName
public void updateMapModuleName()
tryToChangeToMapModule
public boolean tryToChangeToMapModule(java.lang.String mapModule)
changeToMapOfMode
public void changeToMapOfMode(Mode mode)