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

java.lang.Object
  extended by verf.mddesigner.gui.mvc.model.mode.MDMode
All Implemented Interfaces:
IMDEntity

public class MDMode
extends java.lang.Object
implements IMDEntity

Author:
Marek

Constructor Summary
MDMode()
           
MDMode(MDMode parent)
           
MDMode(MDMode parent, MDModeProperty property)
           
 
Method Summary
 void addChild(MDMode child)
           
 java.util.Vector getDirectChildren(MDMode mode)
           
 MGUIDrawableMode getDrawableComponent()
           
 java.util.Vector getChildren()
           
 MDMode getParent()
           
 MDModeProperty getProperty()
           
 java.util.Vector getSerializedChildren()
           
 void setDrawableComponent(MGUIDrawableMode mode)
           
 void setParent(MDMode parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDMode

public MDMode()

MDMode

public MDMode(MDMode parent)

MDMode

public MDMode(MDMode parent,
              MDModeProperty property)
Method Detail

addChild

public void addChild(MDMode child)

setDrawableComponent

public void setDrawableComponent(MGUIDrawableMode mode)

getDrawableComponent

public MGUIDrawableMode getDrawableComponent()

setParent

public void setParent(MDMode parent)

getParent

public MDMode getParent()

getChildren

public java.util.Vector getChildren()

getDirectChildren

public java.util.Vector getDirectChildren(MDMode mode)

getProperty

public MDModeProperty getProperty()

getSerializedChildren

public java.util.Vector getSerializedChildren()