public class JTreeAgent extends JTreeAgent
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
action |
protected java.lang.String |
compName |
protected java.lang.String |
param |
protected JTreeTester |
tester |
protected java.lang.String |
windowName |
objectType
alternateAncestor, alternateAncestorClassname, factory
Constructor and Description |
---|
JTreeAgent()
Constructor for JTreeAgent.
|
Modifier and Type | Method and Description |
---|---|
protected javax.swing.tree.TreePath |
createPath(TestRecordData testRecordData)
creates a Swing TreePath object constructed based on the command's path parameter
the items of the path will be String objects
|
TestRecordData |
process(java.lang.Object object,
TestRecordData testRecordData)
Process the action provided in the testRecordData.
|
getChildCount, getChildren
convertCoords, validateActionCommand, validateComponent
getAlternateAncestor, getAlternateAncestorClassname, getAncestorAgent, getCaption, getClassName, getID, getLevel, getLocalAgentFactory, getMatchingPathObject, getName, getProperty, getPropertyNames, getStringData, getSubItemAtIndex, getSuperClassNames, getText, isMatchingPath, isShowing, isValid, processAncestor, setAlternateAncestor, setAlternateAncestorClassname, setLocalAgentFactory
protected JTreeTester tester
protected java.lang.String action
protected java.lang.String windowName
protected java.lang.String compName
protected java.lang.String param
public TestRecordData process(java.lang.Object object, TestRecordData testRecordData)
process
in interface LocalAgent
process
in class ObjectAgent
testRecordData
- provides all the information needed by the Agent to perform the action.protected javax.swing.tree.TreePath createPath(TestRecordData testRecordData)
testRecordData
- the test record object