Deprecated Methods |
abbot.tester.ComponentTester.actionClick(Component, ComponentLocation, String)
Use actionClick(Component, ComponentLocation, int) instead |
abbot.tester.JComponentTester.actionClick(Component, ComponentLocation, String, int)
Use #actionClick(Component, ComponentLocation, int, int). |
abbot.tester.ComponentTester.actionClick(Component, ComponentLocation, String, int)
Use actionClick(Component, ComponentLocation, int, int)
instead |
abbot.tester.ComponentTester.actionClick(Component, int, int, String)
Use actionClick(Component, ComponentLocation, int) instead. |
abbot.tester.ComponentTester.actionClick(Component, int, int, String, int)
Use actionClick(Component, ComponentLocation, int, int)
instead |
abbot.tester.JTableTester.actionClickCell(Component, int, int)
Use the ComponentLocation version. |
abbot.tester.JTableTester.actionClickCell(Component, int, int, String)
Use the ComponentLocation version. |
abbot.tester.JTableTester.actionClickCell(Component, int, int, String, int)
Use the ComponentLocation version. |
abbot.tester.JListTester.actionClickIndex(Component, int)
Use the ComponentLocation version instead. |
abbot.tester.JListTester.actionClickIndex(Component, int, String)
Use the ComponentLocation version instead. |
abbot.tester.JListTester.actionClickIndex(Component, int, String, int)
Use the ComponentLocation version instead. |
abbot.tester.JTreeTester.actionClickRow(Component, int, String)
Use the ComponentLocation version. |
abbot.tester.JTreeTester.actionClickRow(Component, int, String, int)
Use the ComponentLocation version. |
abbot.tester.JListTester.actionClickValue(Component, String)
Use the ComponentLocation version instead. |
abbot.tester.JListTester.actionClickValue(Component, String, String)
Use the ComponentLocation version instead. |
abbot.tester.JListTester.actionClickValue(Component, String, String, int)
Use the ComponentLocation version instead. |
abbot.tester.JTableTester.actionDragCell(Component, int, int)
Use the ComponentLocation version. |
abbot.tester.JTableTester.actionDragCell(Component, int, int, String)
Use the ComponentLocation version. |
abbot.tester.JTableTester.actionDropAtCell(Component, int, int)
Use the ComponentLocation version. |
abbot.tester.ComponentTester.actionKeyPress(Component, String)
Use actionKeyPress(Component, int) instead. |
abbot.tester.ComponentTester.actionKeyPress(String)
Use actionKeyPress(int) instead. |
abbot.tester.ComponentTester.actionKeyRelease(Component, String)
Use actionKeyRelease(Component, int) instead. |
abbot.tester.ComponentTester.actionKeyRelease(String)
Use actionKeyRelease(int) instead. |
abbot.tester.ComponentTester.actionKeyStroke(Component, String)
Use actionKeyStroke(Component, int) instead. |
abbot.tester.ComponentTester.actionKeyStroke(Component, String, String)
Use actionKeyStroke(Component, int, int)
instead. |
abbot.tester.ComponentTester.actionKeyStroke(String)
Use actionKeyStroke(int) instead. |
abbot.tester.ComponentTester.actionKeyStroke(String, String)
Use actionKeyStroke(int, int) instead. |
abbot.tester.JTableTester.actionScrollCellToVisible(Component, int, int)
Use
actionScrollToVisible(comp, new JTableLocation(row, col))
instead. |
abbot.tester.JListTester.actionScrollRowToVisible(Component, int)
Use the JListLocation version. |
abbot.tester.JTabbedPaneTester.actionSelectIndex(Component, int)
Use the ComponentLocation version instead. |
abbot.tester.JTableTester.actionSelectPopupMenuItemAtCell(Component, int, int, String)
Use the ComponentLocation version. |
abbot.tester.JListTester.actionSelectPopupMenuItemAtIndex(Component, int, String)
Use the ComponentLocation version instead. |
abbot.tester.JTreeTester.actionSelectPopupMenuItemAtRow(Component, int, String)
Use the ComponentLocation version. |
abbot.tester.JListTester.actionSelectPopupMenuItemAtValue(Component, String, String)
Use the ComponentLocation version instead. |
abbot.tester.JTabbedPaneTester.actionSelectTab(Component, String)
Use the ComponentLocation version instead. |
abbot.tester.JListTester.actionSelectValue(Component, String)
Use the ComponentLocation version instead. |
abbot.tester.JTableTester.actionShowPopupMenuAtCell(Component, int, int)
Use the ComponentLocation version. |
abbot.tester.JListTester.actionShowPopupMenuAtIndex(Component, int)
Use the ComponentLocation version instead. |
abbot.tester.JTreeTester.actionShowPopupMenuAtRow(Component, int)
Use the ComponentLocation version. |
abbot.tester.JListTester.actionShowPopupMenuAtValue(Component, String)
Use the ComponentLocation version instead. |
abbot.tester.JTextComponentTester.actionText(Component, String)
|
abbot.tester.JTreeTester.actionToggleRow(Component, int)
Use the ComponentLocation version instead. |
abbot.tester.ComponentTester.assertFrameShowing(String)
This method does not provide sufficient context to reliably
find a component. |
abbot.script.ComponentReference.findInHierarchy(ComponentFinder)
Use #getComponent() instead. |
abbot.script.ComponentReference.findInHierarchy(ComponentFinder, Container)
Use #getComponent() instead. |
abbot.script.Call.getArgs()
use getArguments(). |
abbot.script.ComponentReference.getIndex()
use getAttribute(TAG_INDEX) instead. |
abbot.script.ComponentReference.getInvokerID()
use getAttribute(TAG_INVOKER) instead. |
abbot.script.ComponentReference.getName()
use getAttribute(TAG_NAME) instead. |
abbot.script.ComponentReference.getTag()
use getAttribute(TAG_TAG) instead. |
abbot.script.ComponentReference.getTitle()
use getAttribute(TAG_TITLE) instead. |
abbot.script.ComponentReference.getWindowID()
use getAttribute(TAG_WINDOW) instead. |
abbot.editor.ScriptEditor.setDocumentationProperties(String[])
Set the properties for your action directly.
Install the given documentation properties, given as an array of four
Strings. Add-on classes derived from ComponentTester should invoke
this for each exported action. These properties are for use by the
editor to better describe the available methods. |
abbot.tester.ComponentTester.waitForFrameShowing(String)
This method does not provide sufficient context to reliably
find a component. |
Deprecated Constructors |
abbot.script.ComponentReference(String, Class)
Use #ComponentReference(Resolver, Class, Map) |
abbot.script.ComponentReference(String, Class, String, String)
The Tag attribute is deprecated. |
abbot.script.ComponentReference(String, Class, String, String, String)
The Tag attribute is deprecated, and the Title attribute
has changed meaning. |
abbot.script.ComponentReference(String, Class, String, String, String, ComponentReference, int)
The Tag attribute is deprecated, and the Title attribute
has changed meaning. |
abbot.script.ComponentReference(String, Class, String, String, String, ComponentReference, int, ComponentReference)
The Tag attribute is deprecated, and the Title attribute
has changed meaning. |
abbot.script.Script()
Use an explicit hierarchy instead. |
abbot.script.Script(String)
Use an explicit hierarchy instead. |