org.apache.slide.structure
Class ActionNode

java.lang.Object
  |
  +--org.apache.slide.structure.ObjectNode
        |
        +--org.apache.slide.structure.ActionNode
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class ActionNode
extends ObjectNode

Action node class.

Version:
$Revision: 1.2 $
Author:
Remy Maucherat
See Also:
Serialized Form

Fields inherited from class org.apache.slide.structure.ObjectNode
children, links, uri
 
Constructor Summary
ActionNode()
          Constructor.
ActionNode(java.lang.String uri)
          Default constructor.
ActionNode(java.lang.String uri, java.util.Vector children, java.util.Vector links)
          Default constructor.
 
Methods inherited from class org.apache.slide.structure.ObjectNode
addChild, addChild, cloneObject, copyObject, enumerateChildren, enumerateLinks, equals, getChildren, getUri, hasChild, hasChild, hasChildren, removeChild, removeChildren, setUri, validate
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionNode

public ActionNode()
Constructor.

ActionNode

public ActionNode(java.lang.String uri)
Default constructor.

ActionNode

public ActionNode(java.lang.String uri,
                  java.util.Vector children,
                  java.util.Vector links)
Default constructor.