verf.mddesigner.gui.mvc.model.mode
Class MDModeManager

java.lang.Object
  extended by verf.mddesigner.gui.mvc.model.mode.MDModeManager

public class MDModeManager
extends java.lang.Object

Author:
Marek

Constructor Summary
MDModeManager()
           
 
Method Summary
 java.util.Vector getDirectChildren(MDMode mode)
           
 MDMode getModeByName(java.lang.String name)
           
 MDMode getRootMode()
           
 void setRootMode(MDMode root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDModeManager

public MDModeManager()
Method Detail

getModeByName

public MDMode getModeByName(java.lang.String name)

getRootMode

public MDMode getRootMode()

setRootMode

public void setRootMode(MDMode root)

getDirectChildren

public java.util.Vector getDirectChildren(MDMode mode)