org.safs.jvmagent
Class JTreeAgent

java.lang.Object
  |
  +--org.safs.jvmagent.ObjectAgent
        |
        +--org.safs.jvmagent.ComponentAgent
              |
              +--org.safs.jvmagent.ContainerAgent
                    |
                    +--org.safs.jvmagent.JComponentAgent
                          |
                          +--org.safs.jvmagent.JChildlessAgent
                                |
                                +--org.safs.jvmagent.JTreeAgent
All Implemented Interfaces:
AlternateAncestorUser, LocalAgent, LocalAgentFactoryUser
Direct Known Subclasses:
JTreeAgent

public class JTreeAgent
extends JChildlessAgent

Since:
Mar 4, 2005

Field Summary
static java.lang.String objectType
          "JTree" (Subclasses will override) The generic object type supported by this Agent helper class.
 
Fields inherited from class org.safs.jvmagent.JComponentAgent
JCOMPONENT_PROPERTIES
 
Fields inherited from class org.safs.jvmagent.ContainerAgent
CONTAINER_PROPERTIES
 
Fields inherited from class org.safs.jvmagent.ComponentAgent
COMPONENT_PROPERTIES
 
Fields inherited from class org.safs.jvmagent.ObjectAgent
alternateAncestor, alternateAncestorClassname, factory, OBJECT_PROPERTIES
 
Constructor Summary
JTreeAgent()
          Constructor for Agent.
 
Methods inherited from class org.safs.jvmagent.JChildlessAgent
getChildCount, getChildren
 
Methods inherited from class org.safs.jvmagent.JComponentAgent
getProperty, getPropertyNames
 
Methods inherited from class org.safs.jvmagent.ComponentAgent
validateActionCommand, validateComponent
 
Methods inherited from class org.safs.jvmagent.ObjectAgent
getAlternateAncestor, getAlternateAncestorClassname, getAncestorAgent, getCaption, getClassName, getID, getLevel, getLocalAgentFactory, getMatchingPathObject, getName, getStringData, getSuperClassNames, getText, isMatchingPath, isShowing, isValid, process, processAncestor, setAlternateAncestor, setAlternateAncestorClassname, setLocalAgentFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectType

public static final java.lang.String objectType
"JTree" (Subclasses will override) The generic object type supported by this Agent helper class. The generic object type is that returned by GuiClassData.getGenericObjectType. Example: Component Button Table etc..
See Also:
GuiClassData.getGenericObjectType(String)
Constructor Detail

JTreeAgent

public JTreeAgent()
Constructor for Agent.