freemind.controller
Class Controller.MapModuleManager

java.lang.Object
  extended byfreemind.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.


Method Summary
 void changeToMapOfMode(Mode mode)
           
 MapModule getMapModule()
           
 void newMapModule(MindMap map)
           
 boolean tryToChangeToMapModule(java.lang.String mapModule)
           
 void updateMapModuleName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)