org.safs.jvmagent
Class JChildlessAgent

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

public class JChildlessAgent
extends JComponentAgent


Fields inherited from class org.safs.jvmagent.JComponentAgent
JCOMPONENT_PROPERTIES, objectType
 
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
JChildlessAgent()
          Constructor for JChildlessAgent.
 
Method Summary
 int getChildCount(java.lang.Object object)
          Return the number of children available in the provided parent.
 java.lang.Object[] getChildren(java.lang.Object object)
          Return an array representing the children of the provided parent object.
 
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
 

Constructor Detail

JChildlessAgent

public JChildlessAgent()
Constructor for JChildlessAgent.
Method Detail

getChildCount

public int getChildCount(java.lang.Object object)
Description copied from interface: LocalAgent
Return the number of children available in the provided parent.
Overrides:
getChildCount in class ContainerAgent
See Also:
LocalAgent.getChildCount(Object)

getChildren

public java.lang.Object[] getChildren(java.lang.Object object)
Description copied from interface: LocalAgent
Return an array representing the children of the provided parent object.
Overrides:
getChildren in class ContainerAgent
See Also:
LocalAgent.getChildren(Object)