public class JCheckBoxAgent extends JCheckBoxAgent
Modifier and Type | Field and Description |
---|---|
protected ComponentTester |
componenttester
the Abbot tester object
|
objectType
alternateAncestor, alternateAncestorClassname, factory
Constructor and Description |
---|
JCheckBoxAgent()
Creates a new instance of JCheckBoxAgent
|
Modifier and Type | Method and Description |
---|---|
protected void |
click(java.awt.Component comp)
Does a single left button mouse click on the component through Abbot API
|
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
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 void click(java.awt.Component comp)
comp
- the GUI component that the click occurs on