|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfreemind.modes.ModesCreator
public class ModesCreator
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.Set |
getAllModes()
|
Mode |
getMode(java.lang.String modeAlias)
Creates a new ModeController. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModesCreator(Controller c)
Method Detail |
---|
public java.util.Set getAllModes()
public Mode getMode(java.lang.String modeAlias)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |