at.davinci.ui
Class SwitchNode

java.lang.Object
  extended by at.davinci.ui.Node
      extended by at.davinci.ui.SwitchNode

public class SwitchNode
extends Node


Constructor Summary
SwitchNode(java.lang.String name)
           
 
Method Summary
 Node getActiveSubNode()
           
 void setActiveSubNode(java.lang.String node)
           
 
Methods inherited from class at.davinci.ui.Node
addChild, getAbsoluteName, getChildNode, getChildren, getName, getParentNode, setDepth, setParentNode, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SwitchNode

public SwitchNode(java.lang.String name)
Method Detail

setActiveSubNode

public void setActiveSubNode(java.lang.String node)

getActiveSubNode

public Node getActiveSubNode()