Deprecated Methods |
abbot.tester.JComponentTester.actionClick(Component, ComponentLocation, String, int)
Use
#actionClick(Component, ComponentLocation, int, int)
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.JComponentTester.actionDrag(Component, ComponentLocation, String)
Use
#actionDrag(Component, ComponentLocation, int) instead. |
abbot.tester.ComponentTester.actionDrag(Component, ComponentLocation, String)
Use the ComponentLocation version instead. |
abbot.tester.ComponentTester.actionDrag(Component, int, int, String)
Use the ComponentLocation version instead. |
abbot.tester.JTextComponentTester.actionSelect(Component, int, int)
Use actionSelectText instead. |
abbot.tester.ComponentTester.actionSelectAWTMenuItemByLabel(Frame, String)
Renamed to actionSelectAWTMenuItem . |
abbot.tester.ComponentTester.actionSelectAWTPopupMenuItemByLabel(Component, String)
Renamed to actionSelectAWTPopupMenuItem . |
abbot.tester.ListTester.actionSelectIndex(Component, int)
Use actionSelectRow instead. |
abbot.tester.JTreeTester.actionToggleRow(Component, int)
Use the ComponentLocation version instead. |
abbot.tester.ComponentTester.assertFrameShowing(String)
This method does not specify the proper context for the
lookup. |
abbot.script.Script.changeFile(File)
Use #setFile(File) . |
abbot.script.ComponentReference.fromXML(String)
|
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.editor.actions.EditorAction.getMnemonic(String)
Encode the mnemonic into the localized label 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.tester.Robot.selectAWTMenuItemByLabel(Frame, String)
Renamed to selectAWTMenuItem . |
abbot.tester.Robot.selectAWTPopupMenuItemByLabel(Component, String)
Renamed to selectAWTPopupMenuItem . |
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. |
junit.extensions.abbot.ComponentTestFixture.showModalDialog(Runnable, Component)
Use showModalDialog(Runnable)
instead. |
abbot.tester.ComponentTester.waitForFrameShowing(String)
This method does not provide sufficient context to reliably
find a component. |