|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.safs.jvmagent.agents.ObjectAgent
org.safs.jvmagent.agents.ComponentAgent
org.safs.jvmagent.agents.ContainerAgent
org.safs.jvmagent.agents.JComponentAgent
org.safs.jvmagent.agents.JChildlessAgent
public class JChildlessAgent
| Field Summary |
|---|
| Fields inherited from class org.safs.jvmagent.agents.JComponentAgent |
|---|
objectType |
| Fields inherited from class org.safs.jvmagent.agents.ObjectAgent |
|---|
alternateAncestor, alternateAncestorClassname, factory |
| 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.agents.ComponentAgent |
|---|
convertCoords, validateActionCommand, validateComponent |
| Methods inherited from class org.safs.jvmagent.agents.ObjectAgent |
|---|
getAlternateAncestor, getAlternateAncestorClassname, getAncestorAgent, getCaption, getClassName, getID, getLevel, getLocalAgentFactory, getMatchingPathObject, getName, getProperty, getPropertyNames, getStringData, getSubItemAtIndex, 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 |
|---|
public JChildlessAgent()
| Method Detail |
|---|
public int getChildCount(java.lang.Object object)
LocalAgent
getChildCount in interface LocalAgentgetChildCount in class ContainerAgentobject - -- the actual object or component to be checked -- not a pseudo reference.
LocalAgent.getChildCount(Object)public java.lang.Object[] getChildren(java.lang.Object object)
LocalAgent
getChildren in interface LocalAgentgetChildren in class ContainerAgentobject - -- the actual object or component to be checked -- not a pseudo reference.
LocalAgent.getChildren(Object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||