A B C D E F G H I J K L M N O P Q R S T U V W X Y

A

abbot - package abbot
Provides testing support for Java GUIs.
abbot.editor - package abbot.editor
Provides support for editing Abbot test scripts.
abbot.editor.actions - package abbot.editor.actions
 
abbot.editor.editors - package abbot.editor.editors
 
abbot.editor.recorder - package abbot.editor.recorder
Provide recording support for component-specific user actions.
abbot.editor.widgets - package abbot.editor.widgets
 
abbot.finder - package abbot.finder
Provides component search and lookup facilities.
abbot.finder.matchers - package abbot.finder.matchers
Provides various types of Matcher implementations for use in component searches.
abbot.i18n - package abbot.i18n
Provides internationalization support for Abbot and Costello.
abbot.script - package abbot.script
Provides basic elements for constructing a test script.
abbot.script.parsers - package abbot.script.parsers
Provide explicit conversions from String to another class, for use by the interpreter when evaluating stringified values in scripts.
abbot.tester - package abbot.tester
Provide component-specific actions and tests.
abbot.tester.extensions - package abbot.tester.extensions
Extensions to ComponentTester to provide support for custom components.
abbot.util - package abbot.util
 
AbstractAnimatedIcon - Class in abbot.editor.widgets
Provide animation of auto-generated animations.
AbstractAnimatedIcon() - Constructor for class abbot.editor.widgets.AbstractAnimatedIcon
 
AbstractAnimatedIcon(int) - Constructor for class abbot.editor.widgets.AbstractAnimatedIcon
 
AbstractAnimatedIcon(int, int) - Constructor for class abbot.editor.widgets.AbstractAnimatedIcon
 
AbstractButtonRecorder - Class in abbot.editor.recorder
Record basic semantic events you might find on an AbstractButton.
AbstractButtonRecorder(Resolver) - Constructor for class abbot.editor.recorder.AbstractButtonRecorder
 
AbstractButtonTester - Class in abbot.tester
 
AbstractButtonTester() - Constructor for class abbot.tester.AbstractButtonTester
 
AbstractComponentDecorator - Class in abbot.editor.widgets
Provide a method for consistently augmenting the appearance of a given component by painting something on it after the component itself gets painted.
AbstractComponentDecorator(JComponent) - Constructor for class abbot.editor.widgets.AbstractComponentDecorator
Create a decorator for the given component.
AbstractComponentDecorator(JComponent, int) - Constructor for class abbot.editor.widgets.AbstractComponentDecorator
Create a decorator for the given component, indicating the layer offset from the target component.
AbstractComponentDecorator(JComponent, int, int) - Constructor for class abbot.editor.widgets.AbstractComponentDecorator
Create a decorator with the given position within its layer.
AbstractComponentDecorator.Painter - Class in abbot.editor.widgets
Used to hook into the Swing painting and event architecture.
AbstractComponentDecorator.Painter() - Constructor for class abbot.editor.widgets.AbstractComponentDecorator.Painter
 
AbstractInternalFrameWatcher - Class in abbot.editor.recorder
 
AbstractInternalFrameWatcher(JInternalFrame) - Constructor for class abbot.editor.recorder.AbstractInternalFrameWatcher
 
AbstractMatcher - Class in abbot.finder.matchers
Convenience abstract class to provide regexp-based matching of strings.
AbstractMatcher() - Constructor for class abbot.finder.matchers.AbstractMatcher
 
accept(AWTEvent) - Method in class abbot.editor.recorder.ComponentRecorder
Returns whether this ComponentRecorder wishes to accept the given event.
accept(AWTEvent) - Method in class abbot.editor.recorder.JComboBoxRecorder
Make sure we only operate on a JComboBox.
accept(AWTEvent) - Method in class abbot.editor.recorder.JComponentRecorder
Add handling for JComponent input-mapped actions.
accept(AWTEvent) - Method in class abbot.editor.recorder.JInternalFrameRecorder
 
accept(AWTEvent) - Method in class abbot.editor.recorder.JTabbedPaneRecorder
 
accept(AWTEvent) - Method in class abbot.editor.recorder.SemanticRecorder
Returns whether this SemanticRecorder wishes to accept the given event and subsequent events.
accept(File) - Method in class abbot.script.ScriptFilter
Indicate whether the given file should appear in the browser.
accept(File) - Method in class junit.extensions.abbot.ScriptTestSuite
Return whether to accept the given file.
ACCESSIBLE - Static variable in class abbot.editor.ComponentPropertyModel
 
act - Variable in class abbot.editor.widgets.GifDecoder
 
Action - Class in abbot.script
Encapsulate an action.
Action(Resolver, Map) - Constructor for class abbot.script.Action
 
Action(Resolver, String, String, String[]) - Constructor for class abbot.script.Action
Action for a method in the ComponentTester base class.
Action(Resolver, String, String, String[], Class) - Constructor for class abbot.script.Action
 
ACTION_CAPTURE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_CAPTURE_ALL - Static variable in interface abbot.editor.EditorConstants
 
ACTION_CAPTURE_COMPONENT - Static variable in interface abbot.editor.EditorConstants
 
ACTION_CAPTURE_IMAGE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_DYNAMIC - Static variable in interface abbot.editor.EditorConstants
 
ACTION_EDITOR_ABOUT - Static variable in interface abbot.editor.EditorConstants
 
ACTION_EDITOR_BUGREPORT - Static variable in interface abbot.editor.EditorConstants
 
ACTION_EDITOR_EMAIL - Static variable in interface abbot.editor.EditorConstants
 
ACTION_EDITOR_QUIT - Static variable in interface abbot.editor.EditorConstants
 
ACTION_EDITOR_USERGUIDE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_EDITOR_WEBSITE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_EXPORT_HIERARCHY - Static variable in interface abbot.editor.EditorConstants
 
ACTION_FOCUS_LOST - Static variable in class abbot.editor.widgets.TextArea
 
ACTION_FOCUS_LOST - Static variable in class abbot.editor.widgets.TextField
Action command when the field loses focus.
ACTION_GET_VMARGS - Static variable in interface abbot.editor.EditorConstants
 
ACTION_INSERT_ANNOTATION - Static variable in interface abbot.editor.EditorConstants
 
ACTION_INSERT_APPLET - Static variable in interface abbot.editor.EditorConstants
 
ACTION_INSERT_CALL - Static variable in interface abbot.editor.EditorConstants
 
ACTION_INSERT_COMMENT - Static variable in interface abbot.editor.EditorConstants
 
ACTION_INSERT_EXPRESSION - Static variable in interface abbot.editor.EditorConstants
 
ACTION_INSERT_FIXTURE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_INSERT_LAUNCH - Static variable in interface abbot.editor.EditorConstants
 
ACTION_INSERT_SAMPLE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_INSERT_SCRIPT - Static variable in interface abbot.editor.EditorConstants
 
ACTION_INSERT_SEQUENCE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_INSERT_TERMINATE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_ITEM_CHANGED - Static variable in class abbot.editor.widgets.ArrayEditor
 
ACTION_ITEM_DELETED - Static variable in class abbot.editor.widgets.ArrayEditor
 
ACTION_ITEM_INSERTED - Static variable in class abbot.editor.widgets.ArrayEditor
 
ACTION_KEY - Static variable in class abbot.editor.actions.EditorAction
Key to refer to the action in ActionMaps; not the same as the NAME property which is typically used for labels.
ACTION_LIST_CHANGED - Static variable in class abbot.editor.widgets.ArrayEditor
 
ACTION_PREFIX - Static variable in interface abbot.editor.EditorConstants
 
ACTION_RUN - Static variable in interface abbot.editor.EditorConstants
 
ACTION_RUN_LAUNCH - Static variable in interface abbot.editor.EditorConstants
 
ACTION_RUN_SELECTED - Static variable in interface abbot.editor.EditorConstants
 
ACTION_RUN_TERMINATE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_RUN_TO - Static variable in interface abbot.editor.EditorConstants
 
ACTION_SCRIPT_CLEAR - Static variable in interface abbot.editor.EditorConstants
 
ACTION_SCRIPT_CLOSE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_SCRIPT_DELETE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_SCRIPT_DUPLICATE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_SCRIPT_NEW - Static variable in interface abbot.editor.EditorConstants
 
ACTION_SCRIPT_OPEN - Static variable in interface abbot.editor.EditorConstants
 
ACTION_SCRIPT_RENAME - Static variable in interface abbot.editor.EditorConstants
 
ACTION_SCRIPT_SAVE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_SCRIPT_SAVE_AS - Static variable in interface abbot.editor.EditorConstants
 
ACTION_SELECT_COMPONENT - Static variable in interface abbot.editor.EditorConstants
 
ACTION_SELECT_TESTSUITE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_STEP_CUT - Static variable in interface abbot.editor.EditorConstants
 
ACTION_STEP_GROUP - Static variable in interface abbot.editor.EditorConstants
 
ACTION_STEP_MOVE_DOWN - Static variable in interface abbot.editor.EditorConstants
 
ACTION_STEP_MOVE_UP - Static variable in interface abbot.editor.EditorConstants
 
ACTION_TEXT_CHANGED - Static variable in class abbot.editor.widgets.TextArea
 
ACTION_TEXT_CHANGED - Static variable in class abbot.editor.widgets.TextField
Action command when the text changes.
ACTION_TEXT_INSERTED - Static variable in class abbot.editor.widgets.TextArea
 
ACTION_TEXT_INSERTED - Static variable in class abbot.editor.widgets.TextField
Action command when text is inserted.
ACTION_TEXT_REMOVED - Static variable in class abbot.editor.widgets.TextArea
 
ACTION_TEXT_REMOVED - Static variable in class abbot.editor.widgets.TextField
Action command when text is removed.
ACTION_TEXT_REVERTED - Static variable in class abbot.editor.widgets.TextField
Action command when the field reverts to its original value.
ACTION_TOGGLE_AWT_MODE - Static variable in interface abbot.editor.EditorConstants
 
ACTION_TOGGLE_FORKED - Static variable in interface abbot.editor.EditorConstants
 
ACTION_TOGGLE_SLOW_PLAYBACK - Static variable in interface abbot.editor.EditorConstants
 
ACTION_TOGGLE_STOP_ON_ERROR - Static variable in interface abbot.editor.EditorConstants
 
ACTION_TOGGLE_STOP_ON_FAILURE - Static variable in interface abbot.editor.EditorConstants
 
actionAccept(Component) - Method in class abbot.tester.FileDialogTester
Accept the currently selected file.
actionActionMap(Component, String) - Method in class abbot.tester.JComponentTester
Invoke an action from the component's action map.
actionActivate(Window) - Method in class abbot.tester.WindowTester
Activate the given Window.
actionApprove(Component) - Method in class abbot.tester.JFileChooserTester
Press the approve button.
actionCancel(Component) - Method in class abbot.tester.FileDialogTester
Close the file dialog without selecting a file.
actionCancel(Component) - Method in class abbot.tester.JFileChooserTester
Press the cancel button.
actionClick(Component) - Method in class abbot.tester.AbstractButtonTester
AbstractButton click action.
actionClick(Component) - Method in class abbot.tester.ComponentTester
Click on the center of the component.
actionClick(Component, ComponentLocation) - Method in class abbot.tester.ComponentTester
Click on the component at the given location.
actionClick(Component, ComponentLocation, int) - Method in class abbot.tester.ComponentTester
Click on the component at the given location with the given modifiers.
actionClick(Component, ComponentLocation, int, int) - Method in class abbot.tester.ComponentTester
Click on the component at the given location, with the given modifiers and click count.
actionClick(Component, int, int) - Method in class abbot.tester.ComponentTester
Click on the component at the given location (mouse button 1).
actionClick(Component, int, int, int) - Method in class abbot.tester.ComponentTester
Click on the component at the given location.
actionClick(Component, int, int, int, int) - Method in class abbot.tester.ComponentTester
Click on the component at the given location, specifying buttons and the number of clicks.
actionClick(Component, ComponentLocation, String, int) - Method in class abbot.tester.JComponentTester
Deprecated. Use JComponentTester.actionClick(Component, ComponentLocation, int, int) instead.
actionClick(Component, ComponentLocation, int, int) - Method in class abbot.tester.JComponentTester
Scrolls to ensure the substructure is in view before clicking.
actionClick(Component, int) - Method in class abbot.tester.JTextComponentTester
Click at the given index position.
actionClick(Component, ComponentLocation) - Method in class abbot.tester.JTreeTester
Click at the given location.
actionClickRow(Component, int) - Method in class abbot.tester.JTreeTester
Simple click on the given row.
actionClickRow(Component, int, String) - Method in class abbot.tester.JTreeTester
Deprecated. Use the ComponentLocation version.
actionClickRow(Component, int, String, int) - Method in class abbot.tester.JTreeTester
Deprecated. Use the ComponentLocation version.
actionClose(Component) - Method in class abbot.tester.JInternalFrameTester
Close the internal frame.
actionClose(Component) - Method in class abbot.tester.WindowTester
Send a WINDOW_CLOSING event to the window, equivalent to the user closing the window through the window manager.
actionCommit(Component) - Method in class abbot.tester.JTextFieldTester
Cause the text field's notify action to be triggered.
actionCommitText(Component, String) - Method in class abbot.tester.JTextFieldTester
Enter and commit the given text.
actionDecrement(Component) - Method in class abbot.tester.JSliderTester
Click at the minimum end of the slider.
actionDecrement(Component) - Method in class abbot.tester.JSpinnerTester
Decrement the JSpinner.
actionDeiconify(Component) - Method in class abbot.tester.FrameTester
Deiconify the given Frame.
actionDeiconify(Component) - Method in class abbot.tester.JInternalFrameTester
Deiconify the given Frame.
actionDelay(int) - Method in class abbot.tester.ComponentTester
Delay the given number of ms.
actionDrag(Component, ComponentLocation) - Method in class abbot.tester.ComponentTester
Perform a drag action.
actionDrag(Component) - Method in class abbot.tester.ComponentTester
Perform a drag action.
actionDrag(Component, ComponentLocation, String) - Method in class abbot.tester.ComponentTester
Deprecated. Use the integer modifier mask version instead.
actionDrag(Component, ComponentLocation, int) - Method in class abbot.tester.ComponentTester
Perform a drag action with the given modifiers.
actionDrag(Component, int, int) - Method in class abbot.tester.ComponentTester
Perform a drag action.
actionDrag(Component, int, int, String) - Method in class abbot.tester.ComponentTester
Deprecated. Use the ComponentLocation/ integer modifier mask version instead.
actionDrag(Component, ComponentLocation, String) - Method in class abbot.tester.JComponentTester
Deprecated. Use JComponentTester.actionDrag(Component, ComponentLocation, int) instead.
actionDrag(Component, ComponentLocation, int) - Method in class abbot.tester.JComponentTester
Scrolls to ensure the substructure is in view before starting the drag.
actionDragOver(Component) - Method in class abbot.tester.ComponentTester
Drag the current dragged object over the given component.
actionDragOver(Component, ComponentLocation) - Method in class abbot.tester.ComponentTester
Drag the current dragged object over the given target/location.
actionDrop(Component) - Method in class abbot.tester.ComponentTester
Perform a basic drop action (implicitly causing preceding mouse drag motion).
actionDrop(Component, ComponentLocation) - Method in class abbot.tester.ComponentTester
Perform a basic drop action (implicitly causing preceding mouse drag motion).
actionDrop(Component, int, int) - Method in class abbot.tester.ComponentTester
Perform a basic drop action (implicitly causing preceding mouse drag motion).
actionDrop(Component, ComponentLocation) - Method in class abbot.tester.JComponentTester
Scrolls to ensure the drop target substructure is in view before dropping (normally handled by autoscroll).
ActionEditor - Class in abbot.editor.editors
Provide convenient editing of a Action step.
ActionEditor(Action) - Constructor for class abbot.editor.editors.ActionEditor
 
actionEndSelection(Component, int) - Method in class abbot.tester.JTextComponentTester
Terminate a selection on the given index.
actionEndSelection(Component, int) - Method in class abbot.tester.TextComponentTester
Terminate a selection on the given index.
actionEnterText(Component, String) - Method in class abbot.tester.JTextComponentTester
Type the given text into the given component, replacing any existing text already there.
actionEnterText(Component, String) - Method in class abbot.tester.TextComponentTester
Type the given text into the given component, replacing all text already there.
ActionFailedException - Exception in abbot.tester
Indicates that a ComponentTester action failed to execute properly.
ActionFailedException(String) - Constructor for exception abbot.tester.ActionFailedException
 
actionFloat(Component, int, int) - Method in class abbot.tester.JToolBarTester
Drag the tool bar to the given location, causing it to float.
actionFloat(Component) - Method in class abbot.tester.JToolBarTester
Make the given JToolBar float.
actionFocus(Component) - Method in class abbot.tester.ComponentTester
Set the focus on to the given component.
actionIconify(Component) - Method in class abbot.tester.FrameTester
Iconify the given Frame.
actionIconify(Component) - Method in class abbot.tester.JInternalFrameTester
Iconify the given Frame.
actionIncrement(Component) - Method in class abbot.tester.JSliderTester
Click at the maximum end of the slider.
actionIncrement(Component) - Method in class abbot.tester.JSpinnerTester
Increment the JSpinner.
actionKeyPress(Component, int) - Method in class abbot.tester.ComponentTester
Send a key press event for the given virtual key code to the given Component.
actionKeyPress(int) - Method in class abbot.tester.ComponentTester
Generate a key press event for the given virtual key code.
actionKeyRelease(Component, int) - Method in class abbot.tester.ComponentTester
Generate a key release event sent to the given component.
actionKeyRelease(int) - Method in class abbot.tester.ComponentTester
Generate a key release event.
actionKeyString(Component, String) - Method in class abbot.tester.ComponentTester
Send events required to generate the given string on the given component.
actionKeyString(String) - Method in class abbot.tester.ComponentTester
Send events required to generate the given string.
actionKeyStroke(Component, int) - Method in class abbot.tester.ComponentTester
Send the given keystroke, which must be the KeyEvent field name of a KeyEvent VK_ constant to the program.
actionKeyStroke(int) - Method in class abbot.tester.ComponentTester
Send the given keystroke, which must be the KeyEvent field name of a KeyEvent VK_ constant.
actionKeyStroke(Component, int, int) - Method in class abbot.tester.ComponentTester
Send the given keystroke, which must be the KeyEvent field name of a KeyEvent VK_ constant to the program.
actionKeyStroke(int, int) - Method in class abbot.tester.ComponentTester
Send the given keystroke, which must be the KeyEvent field name of a KeyEvent VK_ constant to the program.
actionMakeVisible(Component, TreePath) - Method in class abbot.tester.JTreeTester
Ensure all elements of the given path are visible.
ActionMapModel - Class in abbot.editor
 
ActionMapModel() - Constructor for class abbot.editor.ActionMapModel
 
ActionMapModel(ActionMap) - Constructor for class abbot.editor.ActionMapModel
 
actionMaximize(Component) - Method in class abbot.tester.FrameTester
Maximize the given Frame.
actionMaximize(Component) - Method in class abbot.tester.JInternalFrameTester
 
actionMouseMove(Component, ComponentLocation) - Method in class abbot.tester.ComponentTester
Move the mouse/pointer to the given location.
actionMousePress(Component, ComponentLocation) - Method in class abbot.tester.ComponentTester
Press mouse button 1 at the given location.
actionMousePress(Component, ComponentLocation, int) - Method in class abbot.tester.ComponentTester
Press mouse buttons corresponding to the given mask at the given location.
actionMouseRelease() - Method in class abbot.tester.ComponentTester
Release any currently held mouse buttons.
actionMove(Component, int, int) - Method in class abbot.tester.JInternalFrameTester
Move the given internal frame.
actionMove(Component, int, int) - Method in class abbot.tester.WindowTester
Move the window to the given location.
actionMoveBy(Component, int, int) - Method in class abbot.tester.WindowTester
Move the window to the given location.
actionMoveDivider(Component, double) - Method in class abbot.tester.JSplitPaneTester
Set the divider position proportionally.
actionMoveDividerAbsolute(Component, int) - Method in class abbot.tester.JSplitPaneTester
Set the divider position to an absolute position.
actionNormalize(Component) - Method in class abbot.tester.FrameTester
Normalize the given Frame.
actionNormalize(Component) - Method in class abbot.tester.JInternalFrameTester
 
actionPerformed(ActionEvent) - Method in class abbot.editor.actions.EditorToggleAction
 
actionPerformed(ActionEvent) - Method in class abbot.editor.ComponentBrowser
Generic action handler for buttons.
actionPerformed(ActionEvent) - Method in class abbot.editor.editors.AnnotationEditor
An editor component changed, respond to it by updating the step.
actionPerformed(ActionEvent) - Method in class abbot.editor.editors.AppletviewerEditor
 
actionPerformed(ActionEvent) - Method in class abbot.editor.editors.AssertEditor
 
actionPerformed(ActionEvent) - Method in class abbot.editor.editors.CallEditor
 
actionPerformed(ActionEvent) - Method in class abbot.editor.editors.CommentEditor
 
actionPerformed(ActionEvent) - Method in class abbot.editor.editors.EventEditor
 
actionPerformed(ActionEvent) - Method in class abbot.editor.editors.ExpressionEditor
 
actionPerformed(ActionEvent) - Method in class abbot.editor.editors.ImportButton
actionPerformed(ActionEvent) - Method in class abbot.editor.editors.LaunchEditor
Respond to UI changes by updating the step data.
actionPerformed(ActionEvent) - Method in class abbot.editor.editors.PropertyCallEditor
 
actionPerformed(ActionEvent) - Method in class abbot.editor.editors.SampleEditor
 
actionPerformed(ActionEvent) - Method in class abbot.editor.editors.ScriptEditor
 
actionPerformed(ActionEvent) - Method in class abbot.editor.editors.StepEditor
Respond to UI changes by updating the step data.
actionPerformed(ActionEvent) - Method in class abbot.editor.editors.XMLEditor.EditorDelegate
 
actionPerformed(ActionEvent) - Method in class abbot.editor.ScriptEditor
Respond to various components.
actionPerformed(ActionEvent) - Method in class abbot.editor.widgets.SpinningDialWaitIndicator
First fade the background, then spin the dial.
actionPerformed(ActionEvent) - Method in class abbot.editor.widgets.TextField.Decorator.RevertFieldAction
 
actionPerformed(ActionEvent) - Method in class example.NumberChooser
 
actionResize(Component, int, int) - Method in class abbot.tester.JInternalFrameTester
Resize the given internal frame.
actionResize(Component, int, int) - Method in class abbot.tester.WindowTester
Resize the given window.
actionResizeBy(Component, int, int) - Method in class abbot.tester.WindowTester
Resize the given window.
actionRoll(Component, int) - Method in class abbot.tester.extensions.ArrowButtonTester
Press and hold the button for the given length of time (in ms).
actionScrollBlockDown(Component) - Method in class abbot.tester.JScrollBarTester
Scroll down (or left) one block (usually a page).
actionScrollBlockUp(Component) - Method in class abbot.tester.JScrollBarTester
Scroll up (or right) one block (usually a page).
actionScrollTo(Component, int) - Method in class abbot.tester.JScrollBarTester
Scroll to the given scroll position.
actionScrollToVisible(Component, ComponentLocation) - Method in class abbot.tester.JComponentTester
Make sure the given point is visible.
actionScrollToVisible(Component, int, int) - Method in class abbot.tester.JComponentTester
Make sure the given point is visible.
actionScrollToVisible(Component, int, int, int, int) - Method in class abbot.tester.JComponentTester
Make sure the given rectangle is visible.
actionScrollUnitDown(Component) - Method in class abbot.tester.JScrollBarTester
Scroll down (or left) one unit (usually a line).
actionScrollUnitUp(Component) - Method in class abbot.tester.JScrollBarTester
Scroll up (or right) one unit (usually a line).
actionSelect(Component, int, int) - Method in class abbot.tester.JTextComponentTester
Deprecated. Use actionSelectText instead.
actionSelectAWTMenuItem(Frame, String) - Method in class abbot.tester.ComponentTester
Selects an AWT menu item (MenuItem) and returns when the invocation has triggered (though not necessarily completed).
actionSelectAWTMenuItemByLabel(Frame, String) - Method in class abbot.tester.ComponentTester
Deprecated. Renamed to ComponentTester.actionSelectAWTMenuItem(Frame,String).
actionSelectAWTPopupMenuItem(Component, String) - Method in class abbot.tester.ComponentTester
Selects an AWT menu item and returns when the invocation has triggered (though not necessarily completed).
actionSelectAWTPopupMenuItemByLabel(Component, String) - Method in class abbot.tester.ComponentTester
Deprecated. Renamed to ComponentTester.actionSelectAWTPopupMenuItem(Component,String).
actionSelectCell(Component, ComponentLocation) - Method in class abbot.tester.extensions.JGraphTester
Select a single cell.
actionSelectCell(Component, JTableLocation) - Method in class abbot.tester.JTableTester
Select the given cell, if not already.
actionSelectCell(Component, JTableLocation, int) - Method in class abbot.tester.JTableTester
Select the given cell, if not already.
actionSelectCell(Component, int, int) - Method in class abbot.tester.JTableTester
Select the given cell, if not already.
actionSelectIndex(Component, int) - Method in class abbot.tester.ChoiceTester
Select an item by index.
actionSelectIndex(Component, int) - Method in class abbot.tester.JComboBoxTester
 
actionSelectIndex(Component, int, long) - Method in class abbot.tester.JListTester
Select the given index.
actionSelectIndex(Component, int) - Method in class abbot.tester.JListTester
Select the given index.
actionSelectIndex(Component, int) - Method in class abbot.tester.ListTester
Deprecated. Use actionSelectRow instead.
actionSelectItem(Component, String) - Method in class abbot.tester.ChoiceTester
Select an item by its String representation.
actionSelectItem(Component, String) - Method in class abbot.tester.JComboBoxTester
 
actionSelectItem(Component, String, long) - Method in class abbot.tester.JListTester
Select the first item in the list matching the given String representation of the item.
actionSelectItem(Component, String) - Method in class abbot.tester.JListTester
Select the first item in the list matching the given String representation of the item.
actionSelectMenuItem(Component) - Method in class abbot.tester.ComponentTester
Select the given menu item.
actionSelectMenuItem(Component, String) - Method in class abbot.tester.ComponentTester
Select the given menu item, given its path and a component on the same window.
actionSelectPath(Component, TreePath) - Method in class abbot.tester.JTreeTester
Select the given path, expanding parent nodes if necessary.
actionSelectPopupMenuItem(Component, String) - Method in class abbot.tester.ComponentTester
Pop up a menu at the center of the given component and select the given item.
actionSelectPopupMenuItem(Component, ComponentLocation, String) - Method in class abbot.tester.ComponentTester
Pop up a menu at the given location on the given component and select the given item.
actionSelectPopupMenuItem(Component, int, int, String) - Method in class abbot.tester.ComponentTester
Pop up a menu at the given coordinates on the given component and select the given item.
actionSelectRow(Component, JListLocation) - Method in class abbot.tester.JListTester
Select the given row.
actionSelectRow(Component, JListLocation, long) - Method in class abbot.tester.JListTester
Select the given row.
actionSelectRow(Component, ComponentLocation) - Method in class abbot.tester.JTreeTester
Select the given row.
actionSelectRow(Component, int) - Method in class abbot.tester.JTreeTester
Select the given row.
actionSelectRow(Component, ListLocation) - Method in class abbot.tester.ListTester
Select the row corresponding to the given ListLocation.
actionSelectTab(Component, JTabbedPaneLocation) - Method in class abbot.tester.JTabbedPaneTester
 
actionSelectText(Component, int, int) - Method in class abbot.tester.JTextComponentTester
Select the given text range.
actionSelectText(Component, int, int) - Method in class abbot.tester.TextComponentTester
Select the given text range.
actionSelectValue(Component, String) - Method in class abbot.tester.JListTester
Select the first value in the list matching the given String representation of the value.
actionSetCaretPosition(Component, int) - Method in class abbot.tester.JTextComponentTester
 
actionSetCaretPosition(Component, int) - Method in class abbot.tester.TextComponentTester
Set the caret position.
actionSetDirectory(Component, String) - Method in class abbot.tester.FileDialogTester
 
actionSetDirectory(Component, String) - Method in class abbot.tester.JFileChooserTester
Sets the current directory from which a file or directory may be selected.
actionSetFile(Component, String) - Method in class abbot.tester.FileDialogTester
This sets the file path for the fd
actionSetFilename(Component, String) - Method in class abbot.tester.JFileChooserTester
Sets the text in the file name/path text field.
actionSetModifiers(int, boolean) - Method in class abbot.tester.ComponentTester
Set the state of the given modifier keys.
actionSetSelectedFile(Component, File) - Method in class abbot.tester.JFileChooserTester
Sets the selected file.
actionSetValue(Component, String) - Method in class abbot.tester.JSpinnerTester
Set the value of the JSpinner, assuming its editor has a JTextComponent under it somewhere.
actionShowPopupMenu(Component) - Method in class abbot.tester.ComponentTester
Pop up a menu in the center of the given component.
actionShowPopupMenu(Component, ComponentLocation) - Method in class abbot.tester.ComponentTester
Pop up a menu in the center of the given component.
actionShowPopupMenu(Component, int, int) - Method in class abbot.tester.ComponentTester
Pop up a menu at the given location on the given component.
actionSlide(Component, int) - Method in class abbot.tester.JSliderTester
Slide the knob to the requested value.
actionSlideMaximum(Component) - Method in class abbot.tester.JSliderTester
Slide the knob to its maximum.
actionSlideMinimum(Component) - Method in class abbot.tester.JSliderTester
Slide the knob to its minimum.
actionStartSelection(Component, int) - Method in class abbot.tester.JTextComponentTester
Start a selection at the given index.
actionStartSelection(Component, int) - Method in class abbot.tester.TextComponentTester
Start a selection at the given index.
actionToggleRow(Component, int) - Method in class abbot.tester.JTreeTester
Deprecated. Use the ComponentLocation version instead.
actionToggleRow(Component, ComponentLocation) - Method in class abbot.tester.JTreeTester
Change the open/closed state of the given row, if possible.
actionUnfloat(Component, String) - Method in class abbot.tester.JToolBarTester
Drop the JToolBar to the requested constraint position, which must be one of the constants NORTH, EAST, SOUTH, or WEST.
actionUnfloat(Component) - Method in class abbot.tester.JToolBarTester
Close a floating toolbar, making it go back to its original container in its last known location.
actionWaitForIdle() - Method in class abbot.tester.ComponentTester
Wait for an idle AWT event queue.
activate(Window) - Method in class abbot.tester.Robot
Activate the given window.
add(Command) - Method in class abbot.editor.actions.CommandHistory
Add the given command to the command history.
add(String, Component) - Method in class abbot.editor.editors.StepEditor
Auto-add a label with a component.
add(Component) - Method in class abbot.editor.editors.StepEditor
Automatically add a vertical struct with a component.
add(Component) - Method in class abbot.editor.LookAndFeelPreserver
Add a component on which to preserve the LAF.
addActionListener(ActionListener) - Method in class abbot.editor.recorder.Recorder
The recorder supports zero or one listeners.
addActionListener(ActionListener) - Method in class abbot.editor.recorder.SemanticRecorder
Supports at most one listener.
addActionListener(ActionListener) - Method in class abbot.editor.widgets.ArrayEditor
 
addActionListener(ActionListener) - Method in interface abbot.editor.widgets.ArrayEditor.ElementEditor
 
addActionListener(ActionListener) - Method in class abbot.editor.widgets.TextArea
 
addActionListener(ActionListener) - Method in class example.ArrowButton
 
addArrayEditor(String, Object[]) - Method in class abbot.editor.editors.StepEditor
 
addAttributes(Element) - Method in class abbot.script.Step
Add an attribute to the given XML Element.
addBundle(String) - Static method in class abbot.i18n.Strings
Add the given bundle to the list searched.
addBundle(String, ClassLoader) - Static method in class abbot.i18n.Strings
Add the given bundle to the list searched, loading from the given class loader.
addBundle(ResourceBundle) - Static method in class abbot.i18n.Strings
Add the given ResourceBundle as one to be searched.
addButton(String) - Method in class abbot.editor.editors.StepEditor
 
addButton - Variable in class abbot.editor.widgets.ArrayEditor.Row
 
addCheckBox(String, boolean) - Method in class abbot.editor.editors.StepEditor
 
addComboBox(String, Object, Object[]) - Method in class abbot.editor.editors.StepEditor
 
addComponent(Component) - Method in class abbot.editor.ScriptEditor
From abbot.Resolver.
addComponent(Component) - Method in interface abbot.script.Resolver
Add a new component to the existing collection.
addComponent(Component) - Method in class abbot.script.Script
Add a new component reference for the given component.
addComponentReference(ComponentReference) - Method in class abbot.editor.ScriptEditor
From abbot.Resolver.
addComponentReference(ComponentReference) - Method in interface abbot.script.Resolver
Add a new component reference to the existing collection.
addComponentReference(ComponentReference) - Method in class abbot.script.Script
Add a component reference directly, replacing any existing one with the same ID.
addComponentReference(Element) - Method in class abbot.script.Script
Add a new component reference to the script.
addComponentSelector(String, String, Resolver, boolean) - Method in class abbot.editor.editors.StepEditor
 
addContent(Element) - Method in class abbot.script.Annotation
 
addContent(Element) - Method in class abbot.script.Expression
 
addContent(Element) - Method in class abbot.script.Script
Save component references in addition to everything else.
addContent(Element) - Method in class abbot.script.Sequence
 
addContent(Element) - Method in class abbot.script.Step
Override if the step actually has some contents.
addDebugClass(Class) - Static method in class abbot.Log
Indicate that debug messages should be output for the given class.
addDebugClass(String) - Static method in class abbot.Log
Indicate the class name[:depth] to add to debug output.
addDebugClass(String, int) - Static method in class abbot.Log
Indicate that debug messages should be output for the given class.
addPropertyChangeListener(PropertyChangeListener) - Method in class example.FontChooser
 
addPropertyChangeListener(PropertyChangeListener) - Method in class example.NumberChooser
 
addSelectionListener(ComponentBrowserListener) - Method in class abbot.editor.ComponentBrowser
 
addStep(Step) - Method in class abbot.editor.ScriptEditor
Insert a new step at the current cursor location.
addStep(int, Step) - Method in class abbot.script.Script
 
addStep(Step) - Method in class abbot.script.Script
 
addStep(int, Step) - Method in class abbot.script.Sequence
Inserts a step at the given index in the sequence.
addStep(Step) - Method in class abbot.script.Sequence
Adds a step to the end of the sequence.
addStepChangeListener(StepChangeListener) - Method in class abbot.editor.editors.StepEditor
 
addStepListener(StepListener) - Method in class abbot.script.StepRunner
 
addTextArea(String, String) - Method in class abbot.editor.editors.StepEditor
 
addTextField(String, String) - Method in class abbot.editor.editors.StepEditor
 
addTextField(String, String, String) - Method in class abbot.editor.editors.StepEditor
 
alpha(Color, int) - Static method in class abbot.util.AWT
Return a copy of the given color with a new alpha component.
AnimatedIcon - Class in abbot.editor.widgets
Ensures animated icons are properly handled within objects that use renderers within a CellRendererPane to render the icon.
AnimatedIcon() - Constructor for class abbot.editor.widgets.AnimatedIcon
For use by derived classes that don't have an original.
AnimatedIcon(ImageIcon) - Constructor for class abbot.editor.widgets.AnimatedIcon
Create an icon that takes care of animating itself on components which use a CellRendererPane.
Annotation - Class in abbot.script
Provides a method for communicating a message on the display.
Annotation(Resolver, Element, Map) - Constructor for class abbot.script.Annotation
 
Annotation(Resolver, String) - Constructor for class abbot.script.Annotation
 
Annotation.AnnotationWindow - Class in abbot.script
 
Annotation.AnnotationWindow(Dialog, String) - Constructor for class abbot.script.Annotation.AnnotationWindow
 
Annotation.AnnotationWindow(Dialog) - Constructor for class abbot.script.Annotation.AnnotationWindow
 
Annotation.AnnotationWindow(Frame, String) - Constructor for class abbot.script.Annotation.AnnotationWindow
 
Annotation.AnnotationWindow(Frame) - Constructor for class abbot.script.Annotation.AnnotationWindow
 
Annotation.WindowLock - Class in abbot.script
 
Annotation.WindowLock() - Constructor for class abbot.script.Annotation.WindowLock
 
AnnotationEditor - Class in abbot.editor.editors
A Annotation only has its description available for editing.
AnnotationEditor(Annotation) - Constructor for class abbot.editor.editors.AnnotationEditor
 
ANON_INNER_CLASS - Static variable in class abbot.script.ComponentReference
 
AppClassLoader - Class in abbot.script
A custom class loader which installs itself as if it were the application class loader.
AppClassLoader() - Constructor for class abbot.script.AppClassLoader
Constructs an AppClassLoader using the current classpath (as found in java.class.path).
AppClassLoader(String) - Constructor for class abbot.script.AppClassLoader
Constructs a AppClassLoader with a custom classpath, indicating whether the class loader should delegate to its parent class loader prior to searching for a given resource.
AppletSecurityManager - Class in abbot.script
This security manager extends sun.applet.AppletSecurity b/c AppletViewer does some casts that assume that is the only security manager that will be installed.
AppletSecurityManager(SecurityManager) - Constructor for class abbot.script.AppletSecurityManager
 
AppletSecurityManager(SecurityManager, boolean) - Constructor for class abbot.script.AppletSecurityManager
 
Appletviewer - Class in abbot.script
Provides applet launch capability.
Appletviewer(Resolver, Map) - Constructor for class abbot.script.Appletviewer
Create an applet-launching step.
Appletviewer(Resolver, String, String, Map, String, String, String) - Constructor for class abbot.script.Appletviewer
Create an applet-launching step.
AppletviewerEditor - Class in abbot.editor.editors
Provide convenient editing of an applet launch step.
AppletviewerEditor(Appletviewer) - Constructor for class abbot.editor.editors.AppletviewerEditor
 
ArgumentParser - Class in abbot.script
Provide parsing of a String into an array of appropriately typed arguments.
arguments - Variable in class abbot.editor.editors.CallEditor
 
argumentsChanged() - Method in class abbot.editor.editors.CallEditor
Sychronize the UI with the Call data.
ArrayEditor - Class in abbot.editor.widgets
Provides editing of a variable-length array of strings.
ArrayEditor() - Constructor for class abbot.editor.widgets.ArrayEditor
Creates a default, empty editor.
ArrayEditor(Object[]) - Constructor for class abbot.editor.widgets.ArrayEditor
Creates an editor with the given contents.
ArrayEditor.ElementEditor - Interface in abbot.editor.widgets
 
ArrayEditor.Row - Class in abbot.editor.widgets
Encapsulates one row of the entire array, an editor with add/remove buttons.
ArrayEditor.Row(Object) - Constructor for class abbot.editor.widgets.ArrayEditor.Row
 
ArrayEditor.TextEditor - Class in abbot.editor.widgets
The default editor for array elements.
ArrayEditor.TextEditor(Object) - Constructor for class abbot.editor.widgets.ArrayEditor.TextEditor
 
ArrowButton - Class in example
Source code for Tutorial 1.
ArrowButton() - Constructor for class example.ArrowButton
 
ArrowButton(String) - Constructor for class example.ArrowButton
 
ArrowButtonTest - Class in example
Source code for Tutorial 1.
ArrowButtonTest(String) - Constructor for class example.ArrowButtonTest
 
ArrowButtonTester - Class in abbot.tester.extensions
Provide user actions and identifiers for the ArrowButton component.
ArrowButtonTester() - Constructor for class abbot.tester.extensions.ArrowButtonTester
 
Assert - Class in abbot.script
Encapsulate an assertion (or a wait).
Assert(Resolver, Map) - Constructor for class abbot.script.Assert
Construct an assert step from XML.
Assert(Resolver, String, String, String, String[], String, boolean) - Constructor for class abbot.script.Assert
Assertion provided by the ComponentTester class, or an arbitrary static call.
Assert(Resolver, String, String, String[], Class, String, boolean) - Constructor for class abbot.script.Assert
Assertion provided by a ComponentTester subclass which operates on a Component subclass.
Assert(Resolver, String, String, String, String, boolean) - Constructor for class abbot.script.Assert
Property assertion on Component subclass.
assertComponentShowing(ComponentReference) - Method in class abbot.tester.ComponentTester
Return whether the Component represented by the given ComponentReference is available.
AssertEditor - Class in abbot.editor.editors
Provide convenient editing of an Assert step.
AssertEditor(Assert) - Constructor for class abbot.editor.editors.AssertEditor
 
assertFrameShowing(Hierarchy, String) - Method in class abbot.tester.ComponentTester
Returns whether a Window corresponding to the given String is showing.
assertFrameShowing(String) - Method in class abbot.tester.ComponentTester
Deprecated. This method does not specify the proper context for the lookup. Use ComponentTester.assertFrameShowing(Hierarchy,String) instead.
assertImage(Component, File, boolean) - Method in class abbot.tester.ComponentTester
Return whether the component's contents matches the given image.
AssertionFailedError - Error in abbot
Indirect usage to avoid too much direct linkage to JUnit.
AssertionFailedError() - Constructor for error abbot.AssertionFailedError
 
AssertionFailedError(String) - Constructor for error abbot.AssertionFailedError
 
AssertionFailedError(String, Step) - Constructor for error abbot.AssertionFailedError
 
assertPathExists(Component, TreePath) - Method in class abbot.tester.JTreeTester
Determine whether a given path exists, expanding ancestor nodes as necessary to find it.
assertPathExists(Component, TreePath, boolean) - Method in class abbot.tester.JTreeTester
Determine whether a given path exists, expanding ancestor nodes as necessary to find it.
assertPathExists(Component, TreePath, int, boolean) - Method in class abbot.tester.JTreeTester
Determine whether a given path exists, expanding ancestor nodes as necessary to find it.
attach() - Method in class abbot.editor.widgets.AbstractComponentDecorator
 
autoscroll(Point) - Method in class abbot.editor.ScriptTable
 
availableFonts - Static variable in class example.FontChooser
 
AWT - Class in abbot.util
Various AWT utilities to facilitate component-oriented operations.
AWT.ComponentPredicate - Interface in abbot.util
 
AWTCode - Class in example
 
AWTCode() - Constructor for class example.AWTCode
 
AWTConstants - Interface in abbot.tester
Provides shared UI- and action-related constants.
AWTFixtureHelper - Class in abbot.util
Provides various facilities for setting up, using, and tearing down a test involving UI components.
AWTFixtureHelper() - Constructor for class abbot.util.AWTFixtureHelper
 
AWTFixtureHelper(Hierarchy) - Constructor for class abbot.util.AWTFixtureHelper
Create an instance of AWTFixtureHelper which makes a snapshot of the current VM state.
AWTHierarchy - Class in abbot.finder
Provides access to the current AWT hierarchy.
AWTHierarchy() - Constructor for class abbot.finder.AWTHierarchy
 

B

badFormat(String) - Method in class abbot.tester.ComponentLocation
 
badFormat(String) - Method in class abbot.tester.extensions.JGraphLocation
 
badFormat(String) - Method in class abbot.tester.JListLocation
 
badFormat(String) - Method in class abbot.tester.JTabbedPaneLocation
 
badFormat(String) - Method in class abbot.tester.JTableHeaderLocation
 
badFormat(String) - Method in class abbot.tester.JTableLocation
 
badFormat(String) - Method in class abbot.tester.JTreeLocation
 
badFormat(String) - Method in class abbot.tester.ListLocation
 
BasicFinder - Class in abbot.finder
Provides basic component lookup, examining each component in turn.
BasicFinder() - Constructor for class abbot.finder.BasicFinder
 
BasicFinder(Hierarchy) - Constructor for class abbot.finder.BasicFinder
 
bestMatch(Component[]) - Method in interface abbot.finder.MultiMatcher
Returns the best match among all the given candidates, or throws an exception if there is no best match.
bgColor - Variable in class abbot.editor.widgets.GifDecoder
 
bgIndex - Variable in class abbot.editor.widgets.GifDecoder
 
block - Variable in class abbot.editor.widgets.GifDecoder