|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfreemind.controller.MapModuleManager
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)
|
boolean |
close(boolean force)
Close the currently active map, return false if closing cancelled. |
MapModule |
getMapModule()
|
void |
newMapModule(MindMap map)
|
boolean |
tryToChangeToMapModule(java.lang.String mapModule)
This is the question whether the map is already opened. |
void |
updateMapModuleName()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public MapModule getMapModule()
public void newMapModule(MindMap map)
public void updateMapModuleName()
public boolean tryToChangeToMapModule(java.lang.String mapModule)
public void changeToMapOfMode(Mode mode)
public boolean close(boolean force)
force
- forces the closing without any save actions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |