public class JFrameAgent extends FrameAgent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
objectType
"JFrame" (Subclasses will override)
The generic object type supported by this Agent helper class.
|
alternateAncestor, alternateAncestorClassname, factory
Constructor and Description |
---|
JFrameAgent()
Constructor for JFrameAgent.
|
Modifier and Type | Method and Description |
---|---|
int |
getChildCount(java.lang.Object object)
Return the number of children available in the provided parent.
|
java.lang.Object[] |
getChildren(java.lang.Object object)
Some returned children might be null.
|
convertCoords, validateActionCommand, validateComponent
getAlternateAncestor, getAlternateAncestorClassname, getAncestorAgent, getCaption, getClassName, getID, getLevel, getLocalAgentFactory, getMatchingPathObject, getName, getProperty, getPropertyNames, getStringData, getSubItemAtIndex, getSuperClassNames, getText, isMatchingPath, isShowing, isValid, process, processAncestor, setAlternateAncestor, setAlternateAncestorClassname, setLocalAgentFactory
public static final java.lang.String objectType
public int getChildCount(java.lang.Object object)
LocalAgent
getChildCount
in interface LocalAgent
getChildCount
in class WindowAgent
object
- -- the actual object or component to be checked -- not a pseudo reference.LocalAgent.getChildCount(Object)
public java.lang.Object[] getChildren(java.lang.Object object)
getChildren
in interface LocalAgent
getChildren
in class WindowAgent
object
- -- the actual object or component to be checked -- not a pseudo reference.LocalAgent.getChildren(Object)
Copyright © SAS Institute. All Rights Reserved.