abbot.tester.JComponentTester.actionClick(Component, ComponentLocation, String, int)
|
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)
|
abbot.tester.ComponentTester.actionDrag(Component, ComponentLocation, String)
|
abbot.tester.ComponentTester.actionDrag(Component, int, int, String)
|
abbot.tester.JTextComponentTester.actionSelect(Component, int, int)
Use actionSelectText instead.
|
abbot.tester.ComponentTester.actionSelectAWTMenuItemByLabel(Frame, String)
|
abbot.tester.ComponentTester.actionSelectAWTPopupMenuItemByLabel(Component, String)
|
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)
|
abbot.script.Script.changeFile(File)
|
junit.extensions.abbot.ComponentTestFixture.disposeAll()
This functionality is now deferred to AWTFixtureHelper
|
abbot.script.ComponentReference.fromXML(String) |
abbot.script.Call.getArgs()
use getArguments().
|
abbot.script.ComponentReference.getDescriptiveName(Component)
|
abbot.editor.actions.EditorAction.getMnemonic(String)
Encode the mnemonic into the localized label instead.
|
abbot.editor.recorder.RecordingFailedException.getReason() |
abbot.editor.ScriptEditorFrame.hide() |
abbot.tester.Robot.invokeAction(Component, Runnable)
|
abbot.tester.Robot.invokeAction(Runnable)
|
abbot.tester.Robot.selectAWTMenuItemByLabel(Frame, String)
|
abbot.tester.Robot.selectAWTPopupMenuItemByLabel(Component, String)
|
abbot.editor.ScriptEditorFrame.show() |
junit.extensions.abbot.ComponentTestFixture.showModalDialog(Runnable, Component)
|
abbot.script.ComponentReference.toEditableString()
Used to be used to edit XML in a text editor.
|
abbot.tester.ComponentTester.waitForFrameShowing(String)
|