freemind.modes
Class ModesCreator

java.lang.Object
  extended byfreemind.modes.ModesCreator

public class ModesCreator
extends java.lang.Object

This class creates all the modes that are available. To add your own mode, simply import it, and create it in getAllModes() (just do the same whats done with MindMapMode). Thats all!


Constructor Summary
ModesCreator(Controller c)
           
 
Method Summary
 java.util.Map getAllModes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModesCreator

public ModesCreator(Controller c)
Method Detail

getAllModes

public java.util.Map getAllModes()