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

A

AbstractButtonDriver - Class in org.fest.swing.driver
Understands functional testing of AbstractButtons: user input simulation state verification property value query This class is intended for internal use only.
AbstractButtonDriver(Robot) - Constructor for class org.fest.swing.driver.AbstractButtonDriver
Creates a new AbstractButtonDriver.
AbstractComponentMatcher - Class in org.fest.swing.core
Understands a base class for implementations of ResettableComponentMatcher.
AbstractComponentMatcher() - Constructor for class org.fest.swing.core.AbstractComponentMatcher
Creates a new AbstractComponentMatcher.
AbstractComponentMatcher(boolean) - Constructor for class org.fest.swing.core.AbstractComponentMatcher
Creates a new AbstractComponentMatcher.
AbstractJTableCellWriter - Class in org.fest.swing.driver
Understands the base class for implementations of JTableCellWriter.
AbstractJTableCellWriter(Robot) - Constructor for class org.fest.swing.driver.AbstractJTableCellWriter
 
acquire(Object) - Method in class org.fest.swing.lock.ScreenLock
Acquires this lock.
acquired() - Method in class org.fest.swing.lock.ScreenLock
Indicates whether this lock is already acquired.
acquiredBy(Object) - Method in class org.fest.swing.lock.ScreenLock
Indicates whether this lock was acquired by the given object.
ActionFailedException - Exception in org.fest.swing.exception
Understands an error occurred when simulation of user input fails.
actionFailure(String) - Static method in exception org.fest.swing.exception.ActionFailedException
Creates a new ActionFailedException.
actionFailure(String, Throwable) - Static method in exception org.fest.swing.exception.ActionFailedException
Creates a new ActionFailedException.
addKeyStrokesFrom(KeyStrokeMappingProvider) - Static method in class org.fest.swing.keystroke.KeyStrokeMap
Adds the collection of KeyStrokeMappings from the given KeyStrokeMappingProvider to this map.
allEventQueues() - Method in class org.fest.swing.monitor.WindowMonitor
Returns all known event queues.
andShowing() - Method in class org.fest.swing.core.matcher.DialogMatcher
Indicates that the Dialog to match should be showing on the screen.
andShowing() - Method in class org.fest.swing.core.matcher.FrameMatcher
Indicates that the Frame to match should be showing on the screen.
andShowing() - Method in class org.fest.swing.core.matcher.JButtonMatcher
Indicates that the JButton to match should be showing on the screen.
andShowing() - Method in class org.fest.swing.core.matcher.JLabelMatcher
Indicates that the JLabel to match should be showing on the screen.
andShowing() - Method in class org.fest.swing.core.matcher.JTextComponentMatcher
Indicates that the JTextComponent to match should be showing on the screen.
andText(String) - Method in class org.fest.swing.core.matcher.JButtonMatcher
Specifies the text to match.
andText(Pattern) - Method in class org.fest.swing.core.matcher.JButtonMatcher
Specifies the text to match.
andText(String) - Method in class org.fest.swing.core.matcher.JLabelMatcher
Specifies the text to match.
andText(Pattern) - Method in class org.fest.swing.core.matcher.JLabelMatcher
Specifies the text to match.
andText(String) - Method in class org.fest.swing.core.matcher.JTextComponentMatcher
Specifies the text to match.
andText(Pattern) - Method in class org.fest.swing.core.matcher.JTextComponentMatcher
Specifies the text to match.
andTitle(String) - Method in class org.fest.swing.core.matcher.DialogMatcher
Specifies the title to match.
andTitle(Pattern) - Method in class org.fest.swing.core.matcher.DialogMatcher
Specifies the title to match.
andTitle(String) - Method in class org.fest.swing.core.matcher.FrameMatcher
Specifies the title to match.
andTitle(Pattern) - Method in class org.fest.swing.core.matcher.FrameMatcher
Specifies the title to match.
any() - Static method in class org.fest.swing.core.matcher.DialogMatcher
Creates a new DialogMatcher that matches any Dialog.
any() - Static method in class org.fest.swing.core.matcher.FrameMatcher
Creates a new FrameMatcher that matches any Frame.
any() - Static method in class org.fest.swing.core.matcher.JButtonMatcher
Creates a new JButtonMatcher that matches any JButton.
any() - Static method in class org.fest.swing.core.matcher.JLabelMatcher
Creates a new JLabelMatcher that matches any JLabel.
any() - Static method in class org.fest.swing.core.matcher.JTextComponentMatcher
Creates a new JTextComponentMatcher that matches any JTextComponent.
ANY - Static variable in class org.fest.swing.core.matcher.NamedComponentMatcherTemplate
Indicates that a property value to use as search criteria has not been set.
applet() - Method in class org.fest.swing.applet.AppletViewer
Returns the applet displayed in this viewer.
applet(String) - Static method in class org.fest.swing.launcher.AppletLauncher
Creates a new applet launcher.
applet(Class<? extends Applet>) - Static method in class org.fest.swing.launcher.AppletLauncher
Creates a new applet launcher.
applet(Applet) - Static method in class org.fest.swing.launcher.AppletLauncher
Creates a new applet launcher.
appletContextOf(JApplet) - Method in class org.fest.swing.driver.JAppletDriver
Returns the AppletContext of the given JApplet.
AppletLauncher - Class in org.fest.swing.launcher
Understands a fluent interface for launching and testing Applets.
appletLoaded() - Method in class org.fest.swing.applet.AppletViewer
Indicates whether the applet in this viewer is loaded or not.
AppletParameter - Class in org.fest.swing.launcher
Understands a fluent interface for creation of applet parameters.
AppletParameter.AppletParameterBuilder - Class in org.fest.swing.launcher
Understands creation of AppletParameters.
appletResize(int, int) - Method in class org.fest.swing.applet.BasicAppletStub
Resizes this stub's viewer when the applet wants to be resized.
AppletViewer - Class in org.fest.swing.applet
Understands a window that displays an Applet.
application(String) - Static method in class org.fest.swing.launcher.ApplicationLauncher
Starting point of the fluent interface.
application(Class<?>) - Static method in class org.fest.swing.launcher.ApplicationLauncher
Starting point of the fluent interface.
ApplicationLauncher - Class in org.fest.swing.launcher
Understands execution of a Java application from a class that has a "main" method.
approve() - Method in class org.fest.swing.fixture.JFileChooserFixture
Simulates a user pressing the "Approve" button in this fixture's JFileChooser.
approveButton(JFileChooser) - Method in class org.fest.swing.driver.JFileChooserDriver
Finds the "Approve" button in the given JFileChooser.
approveButton() - Method in class org.fest.swing.fixture.JFileChooserFixture
Finds the "Approve" button in this fixture's JFileChooser.
areEqualOrMatch(String, String) - Static method in class org.fest.swing.util.Strings
Indicates if the given Strings match.
arePropertyValuesMatching(Object, Object) - Method in class org.fest.swing.core.matcher.NamedComponentMatcherTemplate
Indicates whether the given value matches the expected value in this matcher.
Arrays - Class in org.fest.swing.util
Understands utility methods for arrays.
assertIsEnabledAndShowing(Component) - Static method in class org.fest.swing.driver.ComponentDriver
Validates that the given Component is enabled and showing on the screen.
atIndex(int) - Static method in class org.fest.swing.data.Index
Creates a new Index.
attachAsWeakEventListener(Toolkit, AWTEventListener, long) - Static method in class org.fest.swing.listener.WeakEventListener
Creates a new WeakEventListener and adds it to the given Toolkit using the given event mask.
AWT - Class in org.fest.swing.awt
Understands utility methods related to AWT.
AWTEvents - Class in org.fest.swing.util
Understands utility methods related to AWT events.
AWTExceptionHandlerInstaller - Class in org.fest.swing.util
Understands installation of AWT exception handlers.

B

background(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Returns the background color of the given table cell.
background() - Method in class org.fest.swing.fixture.ComponentFixture
Returns a fixture that verifies the background color of this fixture's Component.
background() - Method in class org.fest.swing.fixture.JTableCellFixture
Returns a fixture that verifies the background color of this fixture's table cell.
BACKGROUND_PROPERTY - Static variable in class org.fest.swing.fixture.ComponentFixture
Name of the property "background".
backgroundAt(JTable, int, int) - Method in interface org.fest.swing.cell.JTableCellReader
Returns the background color of the cell renderer for the given table cell.
backgroundAt(JTable, int, int) - Method in class org.fest.swing.driver.BasicJTableCellReader
Returns the background color of the cell renderer for the given table cell.
backgroundAt(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
Returns a fixture that verifies the background color of the given table cell.
backgroundOf(Component) - Static method in class org.fest.swing.query.ComponentBackgroundQuery
Returns the background color of the given Component.
BasicAppletContext - Class in org.fest.swing.applet
Understands a basic (and limited) implementation of AppletContext.
BasicAppletContext(StatusDisplay) - Constructor for class org.fest.swing.applet.BasicAppletContext
Creates a new BasicAppletContext.
BasicAppletStub - Class in org.fest.swing.applet
Understands a basic (and limited) implementation of AppletStub.
BasicAppletStub(Window, AppletContext, Map<String, String>) - Constructor for class org.fest.swing.applet.BasicAppletStub
Creates a new BasicAppletStub.
BasicAppletStub(Window, AppletContext) - Constructor for class org.fest.swing.applet.BasicAppletStub
Creates a new BasicAppletStub.
BasicCellRendererReader - Class in org.fest.swing.driver
Understands a basic implementation of CellRendererReader.
BasicCellRendererReader() - Constructor for class org.fest.swing.driver.BasicCellRendererReader
 
BasicComponentFinder - Class in org.fest.swing.core
Understands GUI Component lookup.
BasicComponentFinder(ComponentHierarchy) - Constructor for class org.fest.swing.core.BasicComponentFinder
Creates a new BasicComponentFinder.
BasicComponentFinder(ComponentHierarchy, Settings) - Constructor for class org.fest.swing.core.BasicComponentFinder
Creates a new BasicComponentFinder.
BasicComponentPrinter - Class in org.fest.swing.core
Understands printing the String representation of Components to facilitate debugging.
BasicComponentPrinter(ComponentHierarchy) - Constructor for class org.fest.swing.core.BasicComponentPrinter
Creates a new BasicComponentPrinter.
BasicJComboBoxCellReader - Class in org.fest.swing.driver
Understands the default implementation of JComboBoxCellReader.
BasicJComboBoxCellReader() - Constructor for class org.fest.swing.driver.BasicJComboBoxCellReader
Creates a new BasicJComboBoxCellReader that uses a BasicCellRendererReader to read the value from the cell renderer component in a JComboBox.
BasicJComboBoxCellReader(CellRendererReader) - Constructor for class org.fest.swing.driver.BasicJComboBoxCellReader
Creates a new BasicJComboBoxCellReader.
BasicJListCellReader - Class in org.fest.swing.driver
Understands the default implementation of JListCellReader.
BasicJListCellReader() - Constructor for class org.fest.swing.driver.BasicJListCellReader
Creates a new BasicJListCellReader that uses a BasicCellRendererReader to read the value from the cell renderer component in a JList.
BasicJListCellReader(CellRendererReader) - Constructor for class org.fest.swing.driver.BasicJListCellReader
Creates a new BasicJListCellReader.
BasicJTableCellReader - Class in org.fest.swing.driver
Understands the default implementation of JTableCellReader.
BasicJTableCellReader() - Constructor for class org.fest.swing.driver.BasicJTableCellReader
Creates a new BasicJTableCellReader that uses a BasicCellRendererReader to read the value from the cell renderer component in a JTable.
BasicJTableCellReader(CellRendererReader) - Constructor for class org.fest.swing.driver.BasicJTableCellReader
Creates a new BasicJTableCellReader.
BasicJTableCellWriter - Class in org.fest.swing.driver
Understands the default implementation of JTableCellWriter.
BasicJTableCellWriter(Robot) - Constructor for class org.fest.swing.driver.BasicJTableCellWriter
 
BasicJTreeCellReader - Class in org.fest.swing.driver
Understands the default implementation of JTreeCellReader.
BasicJTreeCellReader() - Constructor for class org.fest.swing.driver.BasicJTreeCellReader
Creates a new BasicJTreeCellReader that uses a BasicCellRendererReader to read the value from the cell renderer component in a JTree.
BasicJTreeCellReader(CellRendererReader) - Constructor for class org.fest.swing.driver.BasicJTreeCellReader
Creates a new BasicJTreeCellReader.
BasicRobot - Class in org.fest.swing.core
Understands simulation of user events on a GUI Component.
blockLocationToScrollDown(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarLocation
Returns the location where to move the mouse pointer to scroll one block down (or left.)
blockLocationToScrollUp(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarLocation
Returns the location where to move the mouse pointer to scroll one block up (or right.)
button(MouseButton) - Static method in class org.fest.swing.core.MouseClickInfo
Specifies that the given button should be clicked once.
button() - Method in class org.fest.swing.core.MouseClickInfo
Returns the button to click.
button(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
Deprecated. in 1.2
button() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JButton found in this fixture's Container.
button(GenericTypeMatcher<? extends JButton>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JButton in this fixture's Container, that matches the specified search criteria.
button(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JButton in this fixture's Container, which name matches the specified one.
button() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JButton found in this fixture's Container.
button(GenericTypeMatcher<? extends JButton>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JButton in this fixture's Container, that matches the specified search criteria.
button(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JButton in this fixture's Container, which name matches the specified one.
buttons() - Method in class org.fest.swing.input.InputState
Returns the mouse buttons used in the last input event.
buttonWithText(JOptionPane, String) - Method in class org.fest.swing.driver.JOptionPaneDriver
Finds a button in the JOptionPane containing the given text.
buttonWithText(JOptionPane, Pattern) - Method in class org.fest.swing.driver.JOptionPaneDriver
Finds a button in the JOptionPane whose text matches the given regular expression pattern.
buttonWithText(String) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Finds and returns a fixture wrapping a button (this fixture's JOptionPane) matching the given text.
buttonWithText(Pattern) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Finds and returns a fixture wrapping a button (this fixture's JOptionPane) matching the given text.

C

cancel() - Method in class org.fest.swing.fixture.JFileChooserFixture
Simulates a user pressing the "Cancel" button in this fixture's JFileChooser.
cancelButton(JFileChooser) - Method in class org.fest.swing.driver.JFileChooserDriver
Finds the "Cancel" button in the given JFileChooser.
cancelButton(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
Finds the "Cancel" button in the JOptionPane.
cancelButton() - Method in class org.fest.swing.fixture.JFileChooserFixture
Finds the "Cancel" button in this fixture's JFileChooser.
cancelButton() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Returns a fixture wrapping the "Cancel" button in this fixture's JOptionPane.
cancelCellEditing(JTable, int, int) - Method in interface org.fest.swing.cell.JTableCellWriter
Cancels editing the given cell of the JTable.
cancelCellEditing(JTable, int, int) - Method in class org.fest.swing.driver.AbstractJTableCellWriter
Cancels editing the given cell of the JTable.
cancelCellEditing(JTable, int, int) - Method in class org.fest.swing.driver.BasicJTableCellWriter
Cancels editing the given cell of the JTable.
cancelCellEditing(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Cancels editing the given cell of the JTable, using this driver's JTableCellWriter.
cancelEditing() - Method in class org.fest.swing.fixture.JTableCellFixture
Cancels editing this fixture's table cell.
canMoveWindows() - Static method in class org.fest.swing.util.Platform
Indicates whether it is possible to move windows that are not an instance of Frame or Dialog.
cannotFindOrActivateEditor(int, int) - Static method in class org.fest.swing.driver.AbstractJTableCellWriter
Throws a ActionFailedException if this JTableCellWriter could not find or activate the cell editor of the supported type.
canResizeWindows() - Static method in class org.fest.swing.util.Platform
Indicates whether it is possible to resize windows that are not an instance of Frame or Dialog.
cast(Component) - Method in class org.fest.swing.finder.ComponentFinderTemplate
Casts the given Component to the type supported by this finder.
cast(Component) - Method in class org.fest.swing.finder.DialogFinder
Casts the given Component to Dialog.
cast(Component) - Method in class org.fest.swing.finder.FrameFinder
Casts the given Component to Frame.
cast(Component) - Method in class org.fest.swing.finder.JFileChooserFinder
Casts the given Component to JFileChooser.
cast(Component) - Method in class org.fest.swing.finder.JOptionPaneFinder
Casts the given Component to JOptionPane.
cell(JTable, TableCellFinder) - Method in class org.fest.swing.driver.JTableDriver
Returns a cell from the given JTable using the given cell finder.
cell(JTable, String) - Method in class org.fest.swing.driver.JTableDriver
Returns a cell from the given JTable whose value matches the given one.
cell(JTable, Pattern) - Method in class org.fest.swing.driver.JTableDriver
Returns a cell from the given JTable whose value matches the given regular expression pattern.
cell(String) - Method in class org.fest.swing.fixture.JTableFixture
Returns a fixture that manages the table cell whose value matches the given one.
cell(Pattern) - Method in class org.fest.swing.fixture.JTableFixture
Returns a fixture that manages the table cell whose value matches the given regular expression pattern.
cell(TableCellFinder) - Method in class org.fest.swing.fixture.JTableFixture
Returns a fixture that manages the table cell found by the given TableCellFinder.
cell(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
Returns a fixture that manages the table cell specified by the given row and column.
cellBounds(JTable, TableCell) - Method in class org.fest.swing.driver.JTableLocation
Returns the bounds of the given cell.
cellBounds(JTable, int, int) - Method in class org.fest.swing.driver.JTableLocation
Returns the bounds of the given row and column.
cellEditor(JTable, int, int) - Static method in class org.fest.swing.driver.AbstractJTableCellWriter
Returns the editor for the given table cell.
cellEditor() - Method in class org.fest.swing.driver.AbstractJTableCellWriter
Returns the cell editor being currently used.
cellEditor(TableCellEditor) - Method in class org.fest.swing.driver.AbstractJTableCellWriter
Sets the cell editor being currently used.
cellEditor(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Returns the editor in the given cell of the JTable, using this driver's JTableCellWriter.
cellLocation(JTable, int, int, JTableLocation) - Static method in class org.fest.swing.driver.AbstractJTableCellWriter
Returns the location of the given table cell.
cellReader(JComboBoxCellReader) - Method in class org.fest.swing.driver.JComboBoxDriver
Updates the implementation of JComboBoxCellReader to use when comparing internal values of a JComboBox and the values expected in a test.
cellReader(JListCellReader) - Method in class org.fest.swing.driver.JListDriver
Updates the implementation of JListCellReader to use when comparing internal values of a JList and the values expected in a test.
cellReader(JTableCellReader) - Method in class org.fest.swing.driver.JTableDriver
Updates the implementation of JTableCellReader to use when comparing internal values of a JTable and the values expected in a test.
cellReader(JTreeCellReader) - Method in class org.fest.swing.driver.JTreeDriver
Updates the implementation of JTreeCellReader to use when comparing internal values of a JTree and the values expected in a test.
cellReader(JComboBoxCellReader) - Method in class org.fest.swing.fixture.JComboBoxFixture
Updates the implementation of JComboBoxCellReader to use when comparing internal values of this fixture's JComboBox and the values expected in a test.
cellReader(JListCellReader) - Method in class org.fest.swing.fixture.JListFixture
Updates the implementation of JListCellReader to use when comparing internal values of this fixture's JList and the values expected in a test.
cellReader(JTableCellReader) - Method in class org.fest.swing.fixture.JTableFixture
Updates the implementation of JTableCellReader to use when comparing internal values of this fixture's JTable and the values expected in a test.
cellReader(JTreeCellReader) - Method in class org.fest.swing.fixture.JTreeFixture
Updates the implementation of JTreeCellReader to use when comparing internal values of a JTree and the values expected in a test.
CellRendererReader - Interface in org.fest.swing.driver
Understands reading the value of a Component that used as a cell renderer.
cellWriter(JTableCellWriter) - Method in class org.fest.swing.driver.JTableDriver
Updates the implementation of JTableCellWriter to use to edit cell values in a JTable.
cellWriter(JTableCellWriter) - Method in class org.fest.swing.fixture.JTableFixture
Updates the implementation of JTableCellWriter to use when comparing internal values of this fixture's JTable and the values expected in a test.
centerOf(Component) - Static method in class org.fest.swing.awt.AWT
Returns a point at the center of the given Component.
centerOf(Rectangle) - Static method in class org.fest.swing.awt.AWT
Returns a point at the center of the given Rectangle.
centerOfVisibleRect(JComponent) - Static method in class org.fest.swing.awt.AWT
Returns a point at the center of the visible rectangle of the given JComponent.
character() - Method in class org.fest.swing.keystroke.KeyStrokeMapping
Returns the character corresponding to this mapping's KeyStrokeMapping.keyStroke().
charFor(KeyStroke) - Static method in class org.fest.swing.keystroke.KeyStrokeMap
Given a KeyStroke, returns the equivalent character.
check() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Checks (or selects) this fixture's JCheckBox only it is not already checked.
check() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Checks (or selects) this fixture's JRadioButton only it is not already checked.
check() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Checks (or selects) this fixture's JToggleButton only it is not already checked.
checkBox() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JCheckBox found in this fixture's Container.
checkBox(GenericTypeMatcher<? extends JCheckBox>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JCheckBox in this fixture's Container, that matches the specified search criteria.
checkBox(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JCheckBox in this fixture's Container, which name matches the specified one.
checkBox() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JCheckBox found in this fixture's Container.
checkBox(GenericTypeMatcher<? extends JCheckBox>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JCheckBox in this fixture's Container, that matches the specified search criteria.
checkBox(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JCheckBox in this fixture's Container, which name matches the specified one.
checkExit(int) - Method in class org.fest.swing.security.NoExitSecurityManager
Throws an ExitException if an application tries to terminate the current JVM (through Runtime.exit(int) or Runtime.halt(int).)
checkPermission(Permission, Object) - Method in class org.fest.swing.security.NoExitSecurityManager
Allows everything.
checkPermission(Permission) - Method in class org.fest.swing.security.NoExitSecurityManager
Allows everything.
childAt(Component, Point) - Static method in class org.fest.swing.input.InputState
Returns the component under the given coordinates in the given parent component.
childrenOf(Component) - Method in interface org.fest.swing.hierarchy.ComponentHierarchy
Returns all sub-components of the given component.
childrenOf(Component) - Method in class org.fest.swing.hierarchy.ExistingHierarchy
Returns all descendants of interest of the given component.
childrenOf(Component) - Method in class org.fest.swing.hierarchy.NewHierarchy
Returns all sub-components of the given component, omitting those which are currently filtered.
childrenOf(Component) - Method in class org.fest.swing.hierarchy.SingleComponentHierarchy
Returns all sub-components of the given Component.
cleanUp() - Method in class org.fest.swing.core.BasicRobot
Cleans up any used resources (keyboard, mouse, open windows and ScreenLock) used by this robot.
cleanUp() - Method in interface org.fest.swing.core.Robot
Cleans up any used resources (keyboard, mouse, open windows and ScreenLock) used by this robot.
cleanUp() - Method in class org.fest.swing.fixture.WindowFixture
Cleans up any used resources (keyboard, mouse, open windows and ScreenLock) used by this robot.
cleanUp() - Method in class org.fest.swing.testing.FestSwingTestCaseTemplate
Cleans up resources used by this test's Robot.
cleanUpWithoutDisposingWindows() - Method in class org.fest.swing.core.BasicRobot
Cleans up any used resources (keyboard, mouse and ScreenLock) used by this robot.
cleanUpWithoutDisposingWindows() - Method in interface org.fest.swing.core.Robot
Cleans up any used resources (keyboard, mouse and ScreenLock) used by this robot.
clear() - Method in class org.fest.swing.input.InputState
 
clearKeyStrokes() - Static method in class org.fest.swing.keystroke.KeyStrokeMap
Removes all the character-KeyStroke mappings.
clearSelection(JComboBox) - Method in class org.fest.swing.driver.JComboBoxDriver
Clears the selection in the given JComboBox.
clearSelection(JList) - Method in class org.fest.swing.driver.JListDriver
Clears the selection in the given JList.
clearSelection() - Method in interface org.fest.swing.fixture.ItemGroupFixture
Clears the selection in this fixture's Component.
clearSelection() - Method in class org.fest.swing.fixture.JComboBoxFixture
Clears the selection in this fixture's JComboBox.
clearSelection() - Method in class org.fest.swing.fixture.JListFixture
Clears the selection in this fixture's JList.
click(Component) - Method in class org.fest.swing.core.BasicRobot
Simulates a user clicking once the given Component using the left mouse button.
click(Component, MouseButton) - Method in class org.fest.swing.core.BasicRobot
Simulates a user clicking once the given Component using the given mouse button.
click(Component, MouseButton, int) - Method in class org.fest.swing.core.BasicRobot
Simulates a user clicking the given mouse button, the given times on the given Component.
click(Component, Point) - Method in class org.fest.swing.core.BasicRobot
Simulates a user clicking at the given position on the given Component.
click(Point, MouseButton, int) - Method in class org.fest.swing.core.BasicRobot
Simulates a user clicking the given mouse button, the given times at the given absolute coordinates.
click(Component, Point, MouseButton, int) - Method in class org.fest.swing.core.BasicRobot
Simulates a user clicking the given mouse button, the given times at the given position on the given Component.
click(Component) - Method in interface org.fest.swing.core.Robot
Simulates a user clicking once the given Component using the left mouse button.
click(Component, MouseButton) - Method in interface org.fest.swing.core.Robot
Simulates a user clicking once the given Component using the given mouse button.
click(Component, MouseButton, int) - Method in interface org.fest.swing.core.Robot
Simulates a user clicking the given mouse button, the given times on the given Component.
click(Component, Point) - Method in interface org.fest.swing.core.Robot
Simulates a user clicking at the given position on the given Component.
click(Component, Point, MouseButton, int) - Method in interface org.fest.swing.core.Robot
Simulates a user clicking the given mouse button, the given times at the given position on the given Component.
click(Point, MouseButton, int) - Method in interface org.fest.swing.core.Robot
Simulates a user clicking the given mouse button, the given times at the given absolute coordinates.
click(Component) - Method in class org.fest.swing.driver.ComponentDriver
Simulates a user clicking once the given Component using the left mouse button.
click(Component, MouseButton) - Method in class org.fest.swing.driver.ComponentDriver
Simulates a user clicking once the given Component using the given mouse button.
click(Component, MouseClickInfo) - Method in class org.fest.swing.driver.ComponentDriver
Simulates a user clicking the given mouse button, the given times on the given Component.
click(Component, MouseButton, int) - Method in class org.fest.swing.driver.ComponentDriver
Simulates a user clicking the given mouse button, the given times on the given Component.
click(Component, Point) - Method in class org.fest.swing.driver.ComponentDriver
Simulates a user clicking at the given position on the given Component.
click(JMenuItem) - Method in class org.fest.swing.driver.JMenuItemDriver
Finds and selects the given JMenuItem.
click(JTable, TableCell, MouseButton, int) - Method in class org.fest.swing.driver.JTableDriver
Clicks the given cell, using the specified mouse button, the given number of times.
click() - Method in class org.fest.swing.fixture.DialogFixture
Simulates a user clicking this fixture's Dialog.
click(MouseButton) - Method in class org.fest.swing.fixture.DialogFixture
Simulates a user clicking this fixture's Dialog.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.DialogFixture
Simulates a user clicking this fixture's Dialog.
click() - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user clicking this fixture's Frame.
click(MouseButton) - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user clicking this fixture's Frame.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user clicking this fixture's Frame.
click() - Method in class org.fest.swing.fixture.GenericComponentFixture
Simulates a user clicking this fixture's GUI component.
click(MouseButton) - Method in class org.fest.swing.fixture.GenericComponentFixture
Simulates a user clicking this fixture's GUI component.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.GenericComponentFixture
Simulates a user clicking this fixture's GUI component.
click() - Method in class org.fest.swing.fixture.JButtonFixture
Simulates a user clicking this fixture's JButton.
click(MouseButton) - Method in class org.fest.swing.fixture.JButtonFixture
Simulates a user clicking this fixture's JButton.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JButtonFixture
Simulates a user clicking this fixture's JButton.
click() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Simulates a user clicking this fixture's JCheckBox.
click(MouseButton) - Method in class org.fest.swing.fixture.JCheckBoxFixture
Simulates a user clicking this fixture's JCheckBox.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JCheckBoxFixture
Simulates a user clicking this fixture's JCheckBox.
click() - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user clicking this fixture's JComboBox.
click(MouseButton) - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user clicking this fixture's JComboBox.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user clicking this fixture's JComboBox.
click() - Method in class org.fest.swing.fixture.JFileChooserFixture
Simulates a user clicking this fixture's JFileChooser.
click(MouseButton) - Method in class org.fest.swing.fixture.JFileChooserFixture
Simulates a user clicking this fixture's JFileChooser.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JFileChooserFixture
Simulates a user clicking this fixture's JFileChooser.
click() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user clicking this fixture's JInternalFrame.
click(MouseButton) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user clicking this fixture's JInternalFrame.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user clicking this fixture's JInternalFrame.
click() - Method in class org.fest.swing.fixture.JLabelFixture
Simulates a user clicking this fixture's JLabel.
click(MouseButton) - Method in class org.fest.swing.fixture.JLabelFixture
Simulates a user clicking this fixture's JLabel.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JLabelFixture
Simulates a user clicking this fixture's JLabel.
click() - Method in class org.fest.swing.fixture.JListFixture
Simulates a user clicking this fixture's JList.
click(MouseButton) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user clicking this fixture's JList.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user clicking this fixture's JList.
click() - Method in class org.fest.swing.fixture.JListItemFixture
Simulates a user clicking this fixture's list item.
click(MouseButton) - Method in class org.fest.swing.fixture.JListItemFixture
Simulates a user clicking this fixture's list item.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JListItemFixture
Simulates a user clicking this fixture's list item.
click() - Method in class org.fest.swing.fixture.JMenuItemFixture
Simulates a user selecting this fixture's JMenuItem.
click() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Simulates a user clicking this fixture's JOptionPane.
click(MouseButton) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Simulates a user clicking this fixture's JOptionPane.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Simulates a user clicking this fixture's JOptionPane.
click() - Method in class org.fest.swing.fixture.JPanelFixture
Simulates a user clicking this fixture's JPanel.
click(MouseButton) - Method in class org.fest.swing.fixture.JPanelFixture
Simulates a user clicking this fixture's JPanel.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JPanelFixture
Simulates a user clicking this fixture's JPanel.
click() - Method in class org.fest.swing.fixture.JPopupMenuFixture
Simulates a user clicking this fixture's JPopupMenu.
click(MouseButton) - Method in class org.fest.swing.fixture.JPopupMenuFixture
Simulates a user clicking this fixture's JPopupMenu.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JPopupMenuFixture
Simulates a user clicking this fixture's JPopupMenu.
click() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Simulates a user clicking this fixture's JRadioButton.
click(MouseButton) - Method in class org.fest.swing.fixture.JRadioButtonFixture
Simulates a user clicking this fixture's JRadioButton.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JRadioButtonFixture
Simulates a user clicking this fixture's JRadioButton.
click() - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user clicking this fixture's JScrollBar.
click(MouseButton) - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user clicking this fixture's JScrollBar.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user clicking this fixture's JScrollBar.
click() - Method in class org.fest.swing.fixture.JScrollPaneFixture
Simulates a user clicking this fixture's JScrollPane.
click(MouseButton) - Method in class org.fest.swing.fixture.JScrollPaneFixture
Simulates a user clicking this fixture's JScrollPane.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JScrollPaneFixture
Simulates a user clicking this fixture's JScrollPane.
click() - Method in class org.fest.swing.fixture.JSliderFixture
Simulates a user clicking this fixture's JSlider.
click(MouseButton) - Method in class org.fest.swing.fixture.JSliderFixture
Simulates a user clicking this fixture's JSlider.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JSliderFixture
Simulates a user clicking this fixture's JSlider.
click() - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user clicking this fixture's JSpinner.
click(MouseButton) - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user clicking this fixture's JSpinner.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user clicking this fixture's JSpinner.
click() - Method in class org.fest.swing.fixture.JSplitPaneFixture
Simulates a user clicking this fixture's JSplitPane.
click(MouseButton) - Method in class org.fest.swing.fixture.JSplitPaneFixture
Simulates a user clicking this fixture's JSplitPane.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JSplitPaneFixture
Simulates a user clicking this fixture's JSplitPane.
click() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Simulates a user clicking this fixture's JTabbedPane.
click(MouseButton) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Simulates a user clicking this fixture's JTabbedPane.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Simulates a user clicking this fixture's JTabbedPane.
click() - Method in class org.fest.swing.fixture.JTableCellFixture
Simulates a user clicking this fixture's table cell.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JTableCellFixture
Simulates a user clicking this fixture's table cell.
click(MouseButton) - Method in class org.fest.swing.fixture.JTableCellFixture
Simulates a user clicking a cell in this fixture's table cell once, using the specified mouse button.
click() - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user clicking this fixture's JTable.
click(MouseButton) - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user clicking this fixture's JTable.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user clicking this fixture's JTable.
click(TableCell, MouseButton) - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user clicking a cell in this fixture's JTable once, using the specified mouse button.
click(TableCell, MouseClickInfo) - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user clicking a cell in this fixture's JTable, using the specified mouse button the given number of times.
click() - Method in class org.fest.swing.fixture.JTextComponentFixture
Simulates a user clicking this fixture's JTextComponent.
click(MouseButton) - Method in class org.fest.swing.fixture.JTextComponentFixture
Simulates a user clicking this fixture's JTextComponent.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JTextComponentFixture
Simulates a user clicking this fixture's JTextComponent.
click() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Simulates a user clicking this fixture's JToggleButton.
click(MouseButton) - Method in class org.fest.swing.fixture.JToggleButtonFixture
Simulates a user clicking this fixture's JToggleButton.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JToggleButtonFixture
Simulates a user clicking this fixture's JToggleButton.
click() - Method in class org.fest.swing.fixture.JToolBarFixture
Simulates a user clicking this fixture's JToolBar.
click(MouseButton) - Method in class org.fest.swing.fixture.JToolBarFixture
Simulates a user clicking this fixture's JToolBar.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JToolBarFixture
Simulates a user clicking this fixture's JToolBar.
click() - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user clicking this fixture's JTree.
click(MouseButton) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user clicking this fixture's JTree.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user clicking this fixture's JTree.
click() - Method in class org.fest.swing.fixture.JTreePathFixture
Simulates a user clicking this fixture's tree node.
click(MouseButton) - Method in class org.fest.swing.fixture.JTreePathFixture
Simulates a user clicking this fixture's tree node.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JTreePathFixture
Simulates a user clicking this fixture's tree node.
click() - Method in class org.fest.swing.fixture.JTreeRowFixture
Simulates a user clicking this fixture's tree node.
click(MouseButton) - Method in class org.fest.swing.fixture.JTreeRowFixture
Simulates a user clicking this fixture's tree node.
click(MouseClickInfo) - Method in class org.fest.swing.fixture.JTreeRowFixture
Simulates a user clicking this fixture's tree node.
click() - Method in interface org.fest.swing.fixture.MouseInputSimulationFixture
Simulates a user clicking this fixture's GUI component.
click(MouseButton) - Method in interface org.fest.swing.fixture.MouseInputSimulationFixture
Simulates a user clicking this fixture's GUI component.
click(MouseClickInfo) - Method in interface org.fest.swing.fixture.MouseInputSimulationFixture
Simulates a user clicking this fixture's GUI component.
clickApproveButton(JFileChooser) - Method in class org.fest.swing.driver.JFileChooserDriver
Finds and clicks the "Approve" button in the given JFileChooser.
clickCancelButton(JFileChooser) - Method in class org.fest.swing.driver.JFileChooserDriver
Finds and clicks the "Cancel" button in the given JFileChooser.
clickColumn(JTableHeader, int) - Method in class org.fest.swing.driver.JTableHeaderDriver
Clicks the column under the given index.
clickColumn(JTableHeader, int, MouseButton, int) - Method in class org.fest.swing.driver.JTableHeaderDriver
Clicks the column under the given index using the given mouse button the given number of times.
clickColumn(JTableHeader, String) - Method in class org.fest.swing.driver.JTableHeaderDriver
Clicks the column which name matches the given value.
clickColumn(JTableHeader, Pattern) - Method in class org.fest.swing.driver.JTableHeaderDriver
Clicks the column which name matches the given regular expression pattern.
clickColumn(JTableHeader, String, MouseButton, int) - Method in class org.fest.swing.driver.JTableHeaderDriver
Clicks the column which name matches the given one using the given mouse button the given number of times.
clickColumn(JTableHeader, Pattern, MouseButton, int) - Method in class org.fest.swing.driver.JTableHeaderDriver
Clicks the column which name matches the given regular expression pattern using the given mouse button the given number of times.
clickColumn(int) - Method in class org.fest.swing.fixture.JTableHeaderFixture
Simulates a user clicking the column under the given index, in this fixture's JTableHeader.
clickColumn(int, MouseClickInfo) - Method in class org.fest.swing.fixture.JTableHeaderFixture
Simulates a user clicking the column under the given index, in this fixture's JTableHeader, using the given mouse button, the given number of times.
clickColumn(String) - Method in class org.fest.swing.fixture.JTableHeaderFixture
Simulates a user clicking the column which name matches the given value, in this fixture's JTableHeader.
clickColumn(Pattern) - Method in class org.fest.swing.fixture.JTableHeaderFixture
Simulates a user clicking the column which name matches the given regular expression pattern, in this fixture's JTableHeader.
clickColumn(String, MouseClickInfo) - Method in class org.fest.swing.fixture.JTableHeaderFixture
Simulates a user clicking the column which name matches the given one, in this fixture's JTableHeader, using the given mouse button, the given number of times.
clickColumn(Pattern, MouseClickInfo) - Method in class org.fest.swing.fixture.JTableHeaderFixture
Simulates a user clicking the column which name matches the given regular expression pattern, in this fixture's JTableHeader, using the given mouse button, the given number of times.
clickCount() - Method in class org.fest.swing.input.InputState
Indicates the number of times a mouse button was clicked.
clickItem(JList, String, MouseButton, int) - Method in class org.fest.swing.driver.JListDriver
Clicks the first item matching the given value, using the specified mouse button, the given number times.
clickItem(JList, Pattern, MouseButton, int) - Method in class org.fest.swing.driver.JListDriver
Clicks the first item matching the given regular expression pattern, using the specified mouse button, the given number times.
clickItem(JList, int, MouseButton, int) - Method in class org.fest.swing.driver.JListDriver
Clicks the item under the given index, using the specified mouse button, the given number times.
clickItem(int) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user clicking an item in this fixture's JList.
clickItem(String) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user clicking an item in this fixture's JList.
clickItem(Pattern) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user clicking an item in this fixture's JList.
clickPath(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
Clicks the given path, expanding parent nodes if necessary.
clickPath(JTree, String, MouseButton) - Method in class org.fest.swing.driver.JTreeDriver
Clicks the given path, expanding parent nodes if necessary.
clickPath(JTree, String, MouseClickInfo) - Method in class org.fest.swing.driver.JTreeDriver
Clicks the given path, expanding parent nodes if necessary.
clickPath(String) - Method in class org.fest.swing.fixture.JTreeFixture
Clicks the given path, expanding parent nodes if necessary.
clickPath(String, MouseButton) - Method in class org.fest.swing.fixture.JTreeFixture
Clicks the given path, expanding parent nodes if necessary.
clickPath(String, MouseClickInfo) - Method in class org.fest.swing.fixture.JTreeFixture
Clicks the given path, expanding parent nodes if necessary.
clickRow(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
Clicks the given row.
clickRow(JTree, int, MouseButton) - Method in class org.fest.swing.driver.JTreeDriver
Clicks the given row.
clickRow(JTree, int, MouseClickInfo) - Method in class org.fest.swing.driver.JTreeDriver
Clicks the given row.
clickRow(int) - Method in class org.fest.swing.fixture.JTreeFixture
Clicks the given row.
clickRow(int, MouseButton) - Method in class org.fest.swing.fixture.JTreeFixture
Clicks the given row.
clickRow(int, MouseClickInfo) - Method in class org.fest.swing.fixture.JTreeFixture
Clicks the given row.
clientProperty(JComponent, Object) - Method in class org.fest.swing.driver.JComponentDriver
Returns the client property stored in the given JComponent, under the given key.
clientProperty(Object) - Method in interface org.fest.swing.fixture.ClientPropertyStorageFixture
Returns the client property stored in this fixture's GUI component, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JButtonFixture
Returns the client property stored in this fixture's JButton, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JCheckBoxFixture
Returns the client property stored in this fixture's JCheckBox, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JComboBoxFixture
Returns the client property stored in this fixture's JComboBox, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Returns the client property stored in this fixture's JInternalFrame, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JLabelFixture
Returns the client property stored in this fixture's JLabel, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JListFixture
Returns the client property stored in this fixture's JList, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JPanelFixture
Returns the client property stored in this fixture's JPanel, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JProgressBarFixture
Returns the client property stored in this fixture's JProgressBar, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JRadioButtonFixture
Returns the client property stored in this fixture's JRadioButton, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JScrollBarFixture
Returns the client property stored in this fixture's JScrollBar, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JScrollPaneFixture
Returns the client property stored in this fixture's JScrollPane, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JSliderFixture
Returns the client property stored in this fixture's JSlider, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JSpinnerFixture
Returns the client property stored in this fixture's JSpinner, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JSplitPaneFixture
Returns the client property stored in this fixture's JSplitPane, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Returns the client property stored in this fixture's JTabbedPane, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JTableFixture
Returns the client property stored in this fixture's JTable, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JTableHeaderFixture
Returns the client property stored in this fixture's JTableHeader, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JTextComponentFixture
Returns the client property stored in this fixture's JTextComponent, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JToggleButtonFixture
Returns the client property stored in this fixture's JToggleButton, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JToolBarFixture
Returns the client property stored in this fixture's JToolBarFixture, under the given key.
clientProperty(Object) - Method in class org.fest.swing.fixture.JTreeFixture
Returns the client property stored in this fixture's JButton, under the given key.
ClientPropertyStorageFixture - Interface in org.fest.swing.fixture
Understands retrieval of client properties from GUI components.
close(Window) - Method in class org.fest.swing.core.BasicRobot
Simulates a user closing the given window.
close(Window) - Method in interface org.fest.swing.core.Robot
Simulates a user closing the given window.
close(JInternalFrame) - Method in class org.fest.swing.driver.JInternalFrameDriver
Closes the given JInternalFrame.
close(Window) - Method in class org.fest.swing.driver.WindowDriver
Closing the Window.
close() - Method in class org.fest.swing.fixture.DialogFixture
Simulates a user closing this fixture's Dialog.
close() - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user closing this fixture's Frame.
close() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user closing this fixture's JInternalFrame.
close() - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
Simulates a user closing this fixture's window-like container.
codeBaseOf(JApplet) - Method in class org.fest.swing.driver.JAppletDriver
Returns the URL of the directory that contains the given JApplet.
collapse() - Method in interface org.fest.swing.fixture.JTreeNodeFixture
Simulates a user collapsing this fixture's tree node.
collapse() - Method in class org.fest.swing.fixture.JTreePathFixture
Simulates a user collapsing this fixture's tree node.
collapse() - Method in class org.fest.swing.fixture.JTreeRowFixture
Simulates a user collapsing this fixture's tree node.
collapsePath(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
Collapses the given path, is possible.
collapsePath(String) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user collapsing the tree node at the given path.
collapseRow(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
Collapses the given row, is possible.
collapseRow(int) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user collapsing the tree node at the given row.
ColorFixture - Class in org.fest.swing.fixture
Understands state verification of Colors.
ColorFixture(Color) - Constructor for class org.fest.swing.fixture.ColorFixture
Creates a new ColorFixture.
ColorFixture(Color, String) - Constructor for class org.fest.swing.fixture.ColorFixture
Creates a new ColorFixture.
ColorFixture(Color, Description) - Constructor for class org.fest.swing.fixture.ColorFixture
Creates a new ColorFixture.
colorFromHexString(String) - Static method in class org.fest.swing.util.Colors
Returns a Color from the given String containing the hexadecimal coding of a color.
Colors - Class in org.fest.swing.util
Understands utility methods related to colors.
column - Variable in class org.fest.swing.data.TableCell
The column of the cell.
column(int) - Method in class org.fest.swing.data.TableCell.TableCellBuilder
Creates a new table cell using the row index specified in TableCell.row(int) and the column index specified as the argument in this method.
column(int) - Method in class org.fest.swing.data.TableCellInRowByValue.TableCellBuilder
Creates a new table cell finder using the row cell values specified in TableCellInRowByValue.rowWithValue(String...) and the column index specified as the argument in this method.
column(int) - Method in class org.fest.swing.data.TableCellInSelectedRow.TableCellBuilder
Creates a new table cell finder.
column() - Method in class org.fest.swing.fixture.JTableCellFixture
Returns the column index of this fixture's table cell.
columnId - Variable in class org.fest.swing.data.TableCellByColumnId
 
columnId(Object) - Method in class org.fest.swing.data.TableCellByColumnId.TableCellBuilder
Creates a new table cell finder using the row index specified in TableCellByColumnId.row(int) and the column id specified as the argument in this method.
columnIndex(JTable, Object) - Method in class org.fest.swing.driver.JTableDriver
Returns the index of the column in the given JTable whose id matches the given one.
columnIndexByIdentifier(JTable, Object) - Static method in class org.fest.swing.query.JTableColumnByIdentifierQuery
Returns the index of a column in a JTable whose identifier matches the given one.
columnIndexFor(Object) - Method in class org.fest.swing.fixture.JTableFixture
Returns the index of the column in this fixture's JTable whose name matches the given one.
comboBox() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JComboBox found in this fixture's Container.
comboBox(GenericTypeMatcher<? extends JComboBox>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JComboBox in this fixture's Container, that matches the specified search criteria.
comboBox(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JComboBox in this fixture's Container, which name matches the specified one.
comboBox() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JComboBox found in this fixture's Container.
comboBox(GenericTypeMatcher<? extends JComboBox>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JComboBox in this fixture's Container, that matches the specified search criteria.
comboBox(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JComboBox in this fixture's Container, which name matches the specified one.
CommonComponentFixture - Interface in org.fest.swing.fixture
Understands simulation of keyboard focus simulation of keyboard input simulation of mouse input state verification of a GUI component.
component() - Method in class org.fest.swing.fixture.ComponentFixture
Returns the GUI component in this fixture (same as ComponentFixture.target.)
ComponentBackgroundQuery - Class in org.fest.swing.query
Understands an action, executed in the event dispatch thread, that returns the background color of a Component.
ComponentContainerFixture - Interface in org.fest.swing.fixture
Understands lookup of Components contained in a Container.
ComponentDragAndDrop - Class in org.fest.swing.core
Understands Component-based drag and drop.
ComponentDragAndDrop(Robot) - Constructor for class org.fest.swing.core.ComponentDragAndDrop
Creates a new ComponentDragAndDrop.
ComponentDriver - Class in org.fest.swing.driver
Understands functional testing of Components: user input simulation state verification property value query This class is intended for internal use only.
ComponentDriver(Robot) - Constructor for class org.fest.swing.driver.ComponentDriver
Creates a new ComponentDriver.
ComponentEnabledQuery - Class in org.fest.swing.query
Understands an action, executed in the event dispatch thread, that indicates whether a Component is enabled or not.
ComponentFinder - Interface in org.fest.swing.core
Understands GUI Component lookup.
ComponentFinderTemplate<T extends Component> - Class in org.fest.swing.finder
Understands a template for Component finders.
ComponentFinderTemplate(String, Class<? extends T>) - Constructor for class org.fest.swing.finder.ComponentFinderTemplate
Creates a new ComponentFinderTemplate.
ComponentFinderTemplate(GenericTypeMatcher<? extends T>) - Constructor for class org.fest.swing.finder.ComponentFinderTemplate
Creates a new ComponentFinderTemplate.
ComponentFinderTemplate(Class<? extends T>) - Constructor for class org.fest.swing.finder.ComponentFinderTemplate
Creates a new ComponentFinderTemplate.
ComponentFixture<T extends Component> - Class in org.fest.swing.fixture
Understands functional testing of Components: user input simulation state verification property value query
ComponentFixture(Robot, Class<? extends T>) - Constructor for class org.fest.swing.fixture.ComponentFixture
Creates a new ComponentFixture.
ComponentFixture(Robot, String, Class<? extends T>) - Constructor for class org.fest.swing.fixture.ComponentFixture
Creates a new ComponentFixture.
ComponentFixture(Robot, T) - Constructor for class org.fest.swing.fixture.ComponentFixture
Creates a new ComponentFixture.
ComponentFixtureExtension<C extends Component,F extends ComponentFixture<C>> - Class in org.fest.swing.fixture
Understands an "extension method" for implementations of ContainerFixture.
ComponentFixtureExtension() - Constructor for class org.fest.swing.fixture.ComponentFixtureExtension
 
ComponentFixtureValidator - Class in org.fest.swing.fixture
Understands a validator of common objects used in component fixtures.
ComponentFontQuery - Class in org.fest.swing.query
Understands an action, executed in the event dispatch thread, that returns the font of a Component.
ComponentForegroundQuery - Class in org.fest.swing.query
Understands an action, executed in the event dispatch thread, that returns the foreground color of a Component.
ComponentFormatter - Interface in org.fest.swing.format
Understands a formatter that returns a String representation of a given Component.
ComponentFormatterTemplate - Class in org.fest.swing.format
Understands a template for implementations of ComponentFormatter.
ComponentFormatterTemplate() - Constructor for class org.fest.swing.format.ComponentFormatterTemplate
 
ComponentFoundCondition - Class in org.fest.swing.core
Understands a condition that is satisfied if a GUI component that matches certain search criteria can be found.
ComponentFoundCondition(String, ComponentFinder, ComponentMatcher) - Constructor for class org.fest.swing.core.ComponentFoundCondition
Creates a new ComponentFoundCondition
ComponentFoundCondition(String, ComponentFinder, ComponentMatcher, Container) - Constructor for class org.fest.swing.core.ComponentFoundCondition
Creates a new ComponentFoundCondition
ComponentFoundCondition(Description, ComponentFinder, ComponentMatcher) - Constructor for class org.fest.swing.core.ComponentFoundCondition
Creates a new ComponentFoundCondition
ComponentFoundCondition(Description, ComponentFinder, ComponentMatcher, Container) - Constructor for class org.fest.swing.core.ComponentFoundCondition
Creates a new ComponentFoundCondition
ComponentHasFocusQuery - Class in org.fest.swing.query
Understands an action, executed in the event dispatch thread, that indicates whether a Component has focus or not.
ComponentHierarchy - Interface in org.fest.swing.hierarchy
Understands access to all components in a hierarchy.
ComponentLocationOnScreenQuery - Class in org.fest.swing.query
Understands an action, executed in the event dispatch thread, that returns the location of a Component on screen.
ComponentLookupException - Exception in org.fest.swing.exception
Understands an error thrown when looking up a component using a ComponentFinder.
ComponentLookupException(String, Collection<? extends Component>) - Constructor for exception org.fest.swing.exception.ComponentLookupException
Creates a new ComponentLookupException.
ComponentLookupException(String) - Constructor for exception org.fest.swing.exception.ComponentLookupException
Creates a new ComponentLookupException.
ComponentLookupScope - Enum in org.fest.swing.core
Understands scopes of GUI component lookup.
componentLookupScope() - Method in class org.fest.swing.core.Settings
Returns the scope of component lookups.
componentLookupScope(ComponentLookupScope) - Method in class org.fest.swing.core.Settings
Updates the scope of component lookups.
ComponentMatcher - Interface in org.fest.swing.core
Understands whether a Component matches some desired criteria.
componentNotShowingOnScreenFailure(Component) - Static method in class org.fest.swing.driver.ComponentStateValidator
Throws a IllegalStateException when a Component is not showing on the screen.
ComponentParentQuery - Class in org.fest.swing.query
Understands an action, executed in the event dispatch thread, that returns the parent of a Component.
ComponentPrinter - Interface in org.fest.swing.core
Understands printing the String representation of Components to facilitate debugging.
ComponentShowingQuery - Class in org.fest.swing.query
Understands an action, executed in the event dispatch thread, that indicates whether a Component is showing or not.
componentShown(ComponentEvent) - Method in class org.fest.swing.driver.ComponentShownWaiter
Notification that the component to wait for is finally shown on the screen.
ComponentShownWaiter - Class in org.fest.swing.driver
Understands waiting for a Component to be shown.
ComponentSizeQuery - Class in org.fest.swing.query
Understands an action, executed in the event dispatch thread, that returns the size of a Component.
ComponentStateValidator - Class in org.fest.swing.driver
Understands validation of the state of a Component.
ComponentVisibleQuery - Class in org.fest.swing.query
Understands an action, executed in the event dispatch thread, that indicates whether a Component is visible or not.
Condition - Class in org.fest.swing.timing
Understands a condition to verify, usually used in the method Pause.pause(Condition).
Condition(String) - Constructor for class org.fest.swing.timing.Condition
Creates a new Condition.
Condition(Description) - Constructor for class org.fest.swing.timing.Condition
Creates a new Condition.
ContainerDriver - Class in org.fest.swing.driver
Understands functional testing of Containers: user input simulation state verification property value query This class is intended for internal use only.
ContainerDriver(Robot) - Constructor for class org.fest.swing.driver.ContainerDriver
Creates a new ContainerDriver.
ContainerFixture<T extends Container> - Class in org.fest.swing.fixture
Understands lookup of Components contained in a Container.
ContainerFixture(Robot, Class<? extends T>) - Constructor for class org.fest.swing.fixture.ContainerFixture
Creates a new ContainerFixture.
ContainerFixture(Robot, String, Class<? extends T>) - Constructor for class org.fest.swing.fixture.ContainerFixture
Creates a new ContainerFixture.
ContainerFixture(Robot, T) - Constructor for class org.fest.swing.fixture.ContainerFixture
Creates a new ContainerFixture.
Containers - Class in org.fest.swing.fixture
Understands utility methods related to Containers.
contains(Component) - Method in interface org.fest.swing.hierarchy.ComponentHierarchy
Returns whether this hierarchy contains the given component.
contains(Component) - Method in class org.fest.swing.hierarchy.ExistingHierarchy
Returns whether the given component is reachable from any of the root windows.
contains(Component) - Method in class org.fest.swing.hierarchy.NewHierarchy
Returns true if the given component is not filtered.
contains(Component) - Method in class org.fest.swing.hierarchy.SingleComponentHierarchy
Returns whether the hierarchy contains the given Component.
contents(JTable) - Method in class org.fest.swing.driver.JTableDriver
Returns the String representation of the cells in the JTable, using this driver's JTableCellReader.
contents() - Method in interface org.fest.swing.fixture.ItemGroupFixture
Returns the String representation of the elements in this fixture's Component.
contents() - Method in class org.fest.swing.fixture.JComboBoxFixture
Returns the String representation of the elements in this fixture's JComboBox, using this fixture's JComboBoxCellReader.
contents() - Method in class org.fest.swing.fixture.JListFixture
Returns the String representation of the elements in this fixture's JList, using this fixture's JListCellReader.
contents() - Method in class org.fest.swing.fixture.JTableFixture
Returns the String representation of the cells in the in this fixture's JTable, using this fixture's JTableCellReader.
contentsOf(JComboBox) - Method in class org.fest.swing.driver.JComboBoxDriver
Returns an array of Strings that represents the contents of the given JComboBox list.
contentsOf(JList) - Method in class org.fest.swing.driver.JListDriver
Returns an array of Strings that represents the contents of the given JList, using this driver's JListCellReader.
controlOrCommandKey() - Static method in class org.fest.swing.util.Platform
Return the modifier key for the appropriate accelerator key for menu shortcuts: KeyEvent.VK_CONTROL (default) or KeyEvent.VK_META (MacOS.)
controlOrCommandMask() - Static method in class org.fest.swing.util.Platform
Return the modifier mask for the appropriate accelerator key for menu shortcuts: Event.CTRL_MASK (default) or Event.META_MASK (MacOS.)
copyOf(int[]) - Static method in class org.fest.swing.util.Arrays
Creates and returns a copy of the given array.
copyOf(T[]) - Static method in class org.fest.swing.util.Arrays
Creates and returns a copy of the given array.
CREATED_FRAME_NAME - Static variable in class org.fest.swing.fixture.Containers
Name of the JFrames created by this class.
createFixture(Robot, Container) - Method in class org.fest.swing.fixture.ComponentFixtureExtension
Creates a new ComponentFixture.

D

decrement(JSpinner, int) - Method in class org.fest.swing.driver.JSpinnerDriver
Decrements the value of the JSpinner the given number of times.
decrement(JSpinner) - Method in class org.fest.swing.driver.JSpinnerDriver
Decrements the value of the JSpinner.
decrement(int) - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user decrementing the value of this fixture's JSpinner the given number of times.
decrement() - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user decrementing the value of this fixture's JSpinner one time.
deepestComponentUnderMousePointer() - Method in class org.fest.swing.input.InputState
Returns the most deeply nested component which currently contains the pointer.
DEFAULT_DIALOG_LOOKUP_TIMEOUT - Static variable in interface org.fest.swing.fixture.ComponentContainerFixture
The timeout to use when looking for a dialog.
DefaultKeyStrokeMappingProvider - Class in org.fest.swing.keystroke
Understands a default mapping of characters and KeyStrokes.
DefaultKeyStrokeMappingProvider() - Constructor for class org.fest.swing.keystroke.DefaultKeyStrokeMappingProvider
 
deiconify(Frame) - Method in class org.fest.swing.driver.FrameDriver
Deiconifies the given Frame.
deiconify(JInternalFrame) - Method in class org.fest.swing.driver.JInternalFrameDriver
De-iconifies the given JInternalFrame.
deiconify() - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user deiconifying this fixture's Frame.
deiconify() - Method in interface org.fest.swing.fixture.FrameLikeFixture
Simulates a user deiconifying this fixture's frame-like component.
deiconify() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user deiconifying this fixture's JInternalFrame.
delayBetweenEvents() - Method in class org.fest.swing.core.Settings
Returns a value representing the millisecond count in between generated events.
delayBetweenEvents(int) - Method in class org.fest.swing.core.Settings
Updates the value representing the millisecond count in between generated events.
deleteText(JTextComponent) - Method in class org.fest.swing.driver.JTextComponentDriver
Deletes the text of the JTextComponent.
deleteText() - Method in class org.fest.swing.fixture.JTextComponentFixture
Simulates a user deleting all the text in this fixture's JTextComponent.
deleteText() - Method in interface org.fest.swing.fixture.TextInputFixture
Simulates a user deleting all the text in the Component managed by this fixture.
description() - Method in class org.fest.swing.fixture.ColorFixture
Returns this fixture's description.
description() - Method in class org.fest.swing.fixture.FontFixture
Returns this fixture's description.
description() - Method in class org.fest.swing.util.PatternTextMatcher
Returns "pattern" if this matcher contains only one pattern, or "patterns" if this matcher contains more than one pattern.
description() - Method in class org.fest.swing.util.StringTextMatcher
Returns "value" if this matcher contains only one value, or "values" if this matcher contains more than one value.
description() - Method in interface org.fest.swing.util.TextMatcher
Returns the description of the type of value this matcher supports.
descriptionAddendum() - Method in class org.fest.swing.core.ComponentFoundCondition
Returns the component hierarchy to be added to this condition's description in case of a component lookup failure.
descriptionAddendum() - Method in class org.fest.swing.timing.Condition
Returns any text to be added to this condition's description.
dialog() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns the only Dialog currently available (if any.) This method uses the value defined in ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUT as the default lookup timeout.
dialog(Timeout) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns the only Dialog currently available (if any.)
dialog(GenericTypeMatcher<? extends Dialog>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a Dialog that matches the specified search criteria.
dialog(GenericTypeMatcher<? extends Dialog>, Timeout) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a Dialog that matches the specified search criteria.
dialog(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a Dialog with a name matching the specified one.
dialog(String, Timeout) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a Dialog with a name matching the specified one.
dialog() - Method in class org.fest.swing.fixture.ContainerFixture
Returns the only Dialog currently available (if any.) This method uses the value defined in ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUT as the default lookup timeout.
dialog(Timeout) - Method in class org.fest.swing.fixture.ContainerFixture
Returns the only Dialog currently available (if any.)
dialog(GenericTypeMatcher<? extends Dialog>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a Dialog that matches the specified search criteria.
dialog(GenericTypeMatcher<? extends Dialog>, Timeout) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a Dialog that matches the specified search criteria.
dialog(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a Dialog with a name matching the specified one.
dialog(String, Timeout) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a Dialog with a name matching the specified one.
DialogDriver - Class in org.fest.swing.driver
Understands functional testing of Dialogs: user input simulation state verification property value query This class is intended for internal use only.
DialogDriver(Robot) - Constructor for class org.fest.swing.driver.DialogDriver
Creates a new DialogDriver.
DialogFinder - Class in org.fest.swing.finder
Understands a finder for Dialogs.
DialogFinder(String) - Constructor for class org.fest.swing.finder.DialogFinder
Creates a new DialogFinder.
DialogFinder(GenericTypeMatcher<? extends Dialog>) - Constructor for class org.fest.swing.finder.DialogFinder
Creates a new DialogFinder.
DialogFinder(Class<? extends Dialog>) - Constructor for class org.fest.swing.finder.DialogFinder
Creates a new DialogFinder.
DialogFixture - Class in org.fest.swing.fixture
Understands functional testing of Dialogs: user input simulation state verification property value query
DialogFixture(Dialog) - Constructor for class org.fest.swing.fixture.DialogFixture
Creates a new DialogFixture.
DialogFixture(Robot, Dialog) - Constructor for class org.fest.swing.fixture.DialogFixture
Creates a new DialogFixture.
DialogFixture(Robot, String) - Constructor for class org.fest.swing.fixture.DialogFixture
Creates a new DialogFixture.
DialogFixture(String) - Constructor for class org.fest.swing.fixture.DialogFixture
Creates a new DialogFixture.
DialogMatcher - Class in org.fest.swing.core.matcher
Understands matching a Dialog by name, title and visibility on the screen.
dispose(Window) - Method in interface org.fest.swing.hierarchy.ComponentHierarchy
Provides proper disposal of the given window, appropriate to this hierarchy.
dispose(Window) - Method in class org.fest.swing.hierarchy.ExistingHierarchy
Properly dispose of the given window, making it and its native resources available for garbage collection.
dispose(Window) - Method in class org.fest.swing.hierarchy.NewHierarchy
Dispose of the given window, but only if it currently exists within the hierarchy.
dispose(Window) - Method in class org.fest.swing.hierarchy.SingleComponentHierarchy
Provides proper disposal of the given Window, appropriate to this hierarchy.
dispose() - Method in class org.fest.swing.input.InputState
 
dispose() - Method in class org.fest.swing.listener.WeakEventListener
Removes itself from the Toolkit this listener is attached to.
dockLocation(JToolBar, Container, String) - Method in class org.fest.swing.driver.JToolBarLocation
Returns the location where to dock the given JToolBar, at the given constraint position.
documentBaseOf(JApplet) - Method in class org.fest.swing.driver.JAppletDriver
Returns the URL of the document the given JApplet is embedded.
doFormat(Component) - Method in class org.fest.swing.format.ComponentFormatterTemplate
Returns the String representation of the given Component.
doFormat(Component) - Method in class org.fest.swing.format.IntrospectionComponentFormatter
Returns a String representation of the given Component, showing only the properties specified in this formatter's constructor.
doFormat(Component) - Method in class org.fest.swing.format.JComboBoxFormatter
Returns the String representation of the given Component, which should be a JComboBox (or subclass.)
doFormat(Component) - Method in class org.fest.swing.format.JFileChooserFormatter
Returns the String representation of the given Component, which should be a JFileChooser (or subclass.)
doFormat(Component) - Method in class org.fest.swing.format.JListFormatter
Returns the String representation of the given Component, which should be a JList (or subclass.)
doFormat(Component) - Method in class org.fest.swing.format.JOptionPaneFormatter
Returns the String representation of the given Component, which should be a JOptionPane (or subclass.)
doFormat(Component) - Method in class org.fest.swing.format.JTabbedPaneFormatter
Returns the String representation of the given Component, which should be a JTabbedPane (or subclass.)
doFormat(Component) - Method in class org.fest.swing.format.JTableFormatter
Returns the String representation of the given Component, which should be a JTable (or subclass.)
doFormat(Component) - Method in class org.fest.swing.format.JTreeFormatter
Returns the String representation of the given Component, which should be a JTree (or subclass.)
done() - Method in class org.fest.swing.driver.WaitForComponentToShowCondition
$Notification that this condition has been evaluated.
done() - Method in class org.fest.swing.timing.Condition
Notification that this condition has been evaluated.
doubleClick(Component) - Method in class org.fest.swing.core.BasicRobot
Simulates a user double-clicking the given Component.
doubleClick(Component) - Method in interface org.fest.swing.core.Robot
Simulates a user double-clicking the given Component.
doubleClick(Component) - Method in class org.fest.swing.driver.ComponentDriver
Simulates a user double-clicking the given Component.
doubleClick() - Method in class org.fest.swing.fixture.DialogFixture
Simulates a user double-clicking this fixture's Dialog.
doubleClick() - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user double-clicking this fixture's Frame.
doubleClick() - Method in class org.fest.swing.fixture.GenericComponentFixture
Simulates a user double-clicking this fixture's GUI component.
doubleClick() - Method in class org.fest.swing.fixture.JButtonFixture
Simulates a user double-clicking this fixture's JButton.
doubleClick() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Simulates a user double-clicking this fixture's JCheckBox.
doubleClick() - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user double-clicking this fixture's JComboBox.
doubleClick() - Method in class org.fest.swing.fixture.JFileChooserFixture
Simulates a user double-clicking this fixture's JFileChooser.
doubleClick() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user double-clicking this fixture's JInternalFrame.
doubleClick() - Method in class org.fest.swing.fixture.JLabelFixture
Simulates a user double-clicking this fixture's JLabel.
doubleClick() - Method in class org.fest.swing.fixture.JListFixture
Simulates a user double-clicking this fixture's JList.
doubleClick() - Method in class org.fest.swing.fixture.JListItemFixture
Simulates a user double-clicking this fixture's list item.
doubleClick() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Simulates a user double-clicking this fixture's JOptionPane.
doubleClick() - Method in class org.fest.swing.fixture.JPanelFixture
Simulates a user double-clicking this fixture's JPanel.
doubleClick() - Method in class org.fest.swing.fixture.JPopupMenuFixture
Simulates a user double-clicking this fixture's JPopupMenu.
doubleClick() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Simulates a user double-clicking this fixture's JRadioButton.
doubleClick() - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user double-clicking this fixture's JScrollBar.
doubleClick() - Method in class org.fest.swing.fixture.JScrollPaneFixture
Simulates a user double-clicking this fixture's JScrollPane.
doubleClick() - Method in class org.fest.swing.fixture.JSliderFixture
Simulates a user double-clicking this fixture's JSlider.
doubleClick() - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user double-clicking this fixture's JSpinner.
doubleClick() - Method in class org.fest.swing.fixture.JSplitPaneFixture
Simulates a user double-clicking this fixture's JSplitPane.
doubleClick() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Simulates a user double-clicking this fixture's JTabbedPane.
doubleClick() - Method in class org.fest.swing.fixture.JTableCellFixture
Simulates a user double-clicking this fixture's table cell.
doubleClick() - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user double-clicking this fixture's JTable.
doubleClick() - Method in class org.fest.swing.fixture.JTextComponentFixture
Simulates a user double-clicking this fixture's JTextComponent.
doubleClick() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Simulates a user double-clicking this fixture's JToggleButton.
doubleClick() - Method in class org.fest.swing.fixture.JToolBarFixture
Simulates a user double-clicking this fixture's JToolBar.
doubleClick() - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user double-clicking this fixture's JTree.
doubleClick() - Method in class org.fest.swing.fixture.JTreePathFixture
Simulates a user double-clicking this fixture's tree node.
doubleClick() - Method in class org.fest.swing.fixture.JTreeRowFixture
Simulates a user double-clicking this fixture's tree node.
doubleClick() - Method in interface org.fest.swing.fixture.MouseInputSimulationFixture
Simulates a user double-clicking this fixture's GUI component.
doubleClickItem(int) - Method in class org.fest.swing.fixture.JListFixture
Deprecated. to be removed in version 2.0. Use JListFixture.item(int) and JListItemFixture.doubleClick() instead.
doubleClickItem(String) - Method in class org.fest.swing.fixture.JListFixture
Deprecated. to be removed in version 2.0. Use JListFixture.item(String) and JListItemFixture.doubleClick() instead.
doubleClickPath(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
Double-clicks the given path.
doubleClickPath(String) - Method in class org.fest.swing.fixture.JTreeFixture
Double-clicks the given path.
doubleClickRow(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
Double-clicks the given row.
doubleClickRow(int) - Method in class org.fest.swing.fixture.JTreeFixture
Double-clicks the given row.
drag(Component, Point) - Method in class org.fest.swing.core.ComponentDragAndDrop
Performs a drag action at the given point.
drag(Component, Point) - Method in class org.fest.swing.driver.ComponentDriver
Performs a drag action at the given point.
drag(Component, Point) - Method in class org.fest.swing.driver.DragAndDrop
Deprecated. use ComponentDragAndDrop instead.
drag(JList, String) - Method in class org.fest.swing.driver.JListDriver
Starts a drag operation at the location of the first item matching the given value.
drag(JList, Pattern) - Method in class org.fest.swing.driver.JListDriver
Starts a drag operation at the location of the first item matching the given regular expression pattern.
drag(JList, int) - Method in class org.fest.swing.driver.JListDriver
Starts a drag operation at the location of the given index.
drag(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Starts a drag operation at the location of the given table cell.
drag(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
Starts a drag operation at the location of the given row.
drag(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
Starts a drag operation at the location of the given TreePath.
drag() - Method in interface org.fest.swing.fixture.ItemFixture
Simulates a user dragging this fixture's item.
drag(String) - Method in class org.fest.swing.fixture.JListFixture
Simulates a drag operation at the location of the first item in this fixture's JList matching the given value.
drag(Pattern) - Method in class org.fest.swing.fixture.JListFixture
Simulates a drag operation at the location of the first item in this fixture's JList matching the given regular expression pattern.
drag(int) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user dragging an item from this fixture's JList.
drag() - Method in class org.fest.swing.fixture.JListItemFixture
Simulates a user dragging this fixture's list item.
drag() - Method in class org.fest.swing.fixture.JTableCellFixture
Simulates a user dragging this fixture's table cell.
drag(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user dragging an item from this fixture's JTable.
drag(int) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user dragging a row from this fixture's JTree.
drag(String) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user dragging an item from this fixture's JTree.
drag() - Method in class org.fest.swing.fixture.JTreePathFixture
Simulates a user dragging this fixture's tree node.
drag() - Method in class org.fest.swing.fixture.JTreeRowFixture
Simulates a user dragging this fixture's tree node.
DRAG_THRESHOLD - Static variable in class org.fest.swing.core.ComponentDragAndDrop
Number of pixels traversed before a drag starts.
DRAG_THRESHOLD - Static variable in class org.fest.swing.driver.DragAndDrop
Deprecated. Number of pixels traversed before a drag starts.
DragAndDrop - Class in org.fest.swing.driver
Deprecated. use ComponentDragAndDrop instead. This class will be removed in version 2.0.
DragAndDrop(Robot) - Constructor for class org.fest.swing.driver.DragAndDrop
Deprecated. use ComponentDragAndDrop instead.
dragDelay() - Method in class org.fest.swing.core.Settings
Returns the number of milliseconds to wait between a pressing a mouse button and moving the mouse.
dragDelay(int) - Method in class org.fest.swing.core.Settings
Updates the number of milliseconds to wait between a pressing a mouse button and moving the mouse.
dragInProgress() - Method in class org.fest.swing.input.InputState
Indicates there is a drag operation in progress.
dragOrigin() - Method in class org.fest.swing.input.InputState
Returns the coordinates where a drag operation started.
dragOver(Component, Point) - Method in class org.fest.swing.core.ComponentDragAndDrop
Move the mouse appropriately to get from the source to the destination.
dragOver(Component, Point) - Method in class org.fest.swing.driver.ComponentDriver
Move the mouse appropriately to get from the source to the destination.
dragOver(Component, Point) - Method in class org.fest.swing.driver.DragAndDrop
Deprecated. use ComponentDragAndDrop instead.
dragSource() - Method in class org.fest.swing.input.InputState
Returns the Component where a drag operation started.
driver - Variable in class org.fest.swing.driver.JTableTextComponentEditorCellWriter
 
driver(DialogDriver) - Method in class org.fest.swing.fixture.DialogFixture
Sets the DialogDriver to be used by this fixture.
driver(FrameDriver) - Method in class org.fest.swing.fixture.FrameFixture
Sets the FrameDriver to be used by this fixture.
driver(ComponentDriver) - Method in class org.fest.swing.fixture.GenericComponentFixture
Sets the ComponentDriver to be used by this fixture.
driver() - Method in class org.fest.swing.fixture.GenericComponentFixture
Returns the ComponentDriver used by this fixture.
driver(AbstractButtonDriver) - Method in class org.fest.swing.fixture.JButtonFixture
Sets the AbstractButtonDriver to be used by this fixture.
driver(AbstractButtonDriver) - Method in class org.fest.swing.fixture.JCheckBoxFixture
Sets the AbstractButtonDriver to be used by this fixture.
driver(JComboBoxDriver) - Method in class org.fest.swing.fixture.JComboBoxFixture
Sets the JComboBoxDriver to be used by this fixture.
driver(JFileChooserDriver) - Method in class org.fest.swing.fixture.JFileChooserFixture
Sets the JFileChooserDriver to be used by this fixture.
driver(JInternalFrameDriver) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Sets the JInternalFrameDriver to be used by this fixture.
driver(JLabelDriver) - Method in class org.fest.swing.fixture.JLabelFixture
Sets the JLabelDriver to be used by this fixture.
driver(JListDriver) - Method in class org.fest.swing.fixture.JListFixture
Sets the JListDriver to be used by this fixture.
driver(JMenuItemDriver) - Method in class org.fest.swing.fixture.JMenuItemFixture
Sets the JMenuItemDriver to be used by this fixture.
driver(JOptionPaneDriver) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Sets the JOptionPaneDriver to be used by this fixture.
driver(JComponentDriver) - Method in class org.fest.swing.fixture.JPanelFixture
Sets the JComponentDriver to be used by this fixture.
driver(JPopupMenuDriver) - Method in class org.fest.swing.fixture.JPopupMenuFixture
Sets the JPopupMenuDriver to be used by this fixture.
driver(JProgressBarDriver) - Method in class org.fest.swing.fixture.JProgressBarFixture
Sets the JProgressBarDriver to be used by this fixture.
driver(AbstractButtonDriver) - Method in class org.fest.swing.fixture.JRadioButtonFixture
Sets the AbstractButtonDriver to be used by this fixture.
driver(JScrollBarDriver) - Method in class org.fest.swing.fixture.JScrollBarFixture
Sets the JScrollBarDriver to be used by this fixture.
driver(JScrollPaneDriver) - Method in class org.fest.swing.fixture.JScrollPaneFixture
Sets the JScrollPaneDriver to be used by this fixture.
driver(JSliderDriver) - Method in class org.fest.swing.fixture.JSliderFixture
Sets the JSliderDriver to be used by this fixture.
driver(JSpinnerDriver) - Method in class org.fest.swing.fixture.JSpinnerFixture
Sets the JSpinnerDriver to be used by this fixture.
driver(JSplitPaneDriver) - Method in class org.fest.swing.fixture.JSplitPaneFixture
Sets the JSplitPaneDriver to be used by this fixture.
driver(JTabbedPaneDriver) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Sets the JTabbedPaneDriver to be used by this fixture.
driver(JTableDriver) - Method in class org.fest.swing.fixture.JTableFixture
Sets the JTableDriver to be used by this fixture.
driver() - Method in class org.fest.swing.fixture.JTableFixture
Returns the JTableDriver used by this fixture.
driver(JTableHeaderDriver) - Method in class org.fest.swing.fixture.JTableHeaderFixture
Sets the JTableHeaderDriver to be used by this fixture.
driver(JTextComponentDriver) - Method in class org.fest.swing.fixture.JTextComponentFixture
Sets the JTextComponentDriver to be used by this fixture.
driver(AbstractButtonDriver) - Method in class org.fest.swing.fixture.JToggleButtonFixture
Sets the AbstractButtonDriver to be used by this fixture.
driver(JToolBarDriver) - Method in class org.fest.swing.fixture.JToolBarFixture
Sets the JToolBarDriver to be used by this fixture.
driver(JTreeDriver) - Method in class org.fest.swing.fixture.JTreeFixture
Sets the JTreeDriver to be used by this fixture.
drop(Component, Point) - Method in class org.fest.swing.core.ComponentDragAndDrop
Ends a drag operation, releasing the mouse button over the given target location.
drop(Component, Point) - Method in class org.fest.swing.driver.ComponentDriver
Ends a drag operation, releasing the mouse button over the given target location.
drop(Component, Point) - Method in class org.fest.swing.driver.DragAndDrop
Deprecated. use ComponentDragAndDrop instead.
drop(JList, String) - Method in class org.fest.swing.driver.JListDriver
Ends a drag operation at the location of the first item matching the given value.
drop(JList, Pattern) - Method in class org.fest.swing.driver.JListDriver
Ends a drag operation at the location of the first item matching the given regular expression pattern.
drop(JList, int) - Method in class org.fest.swing.driver.JListDriver
Ends a drag operation at the location of the given index.
drop(JList) - Method in class org.fest.swing.driver.JListDriver
Ends a drag operation at the center of the JList.
drop(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Starts a drop operation at the location of the given table cell.
drop(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
Ends a drag operation at the location of the given row.
drop(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
Ends a drag operation at the location of the given TreePath.
drop() - Method in interface org.fest.swing.fixture.ItemFixture
Simulates a user dropping into this fixture's item.
drop(String) - Method in class org.fest.swing.fixture.JListFixture
Ends a drag operation at the location of the first item matching the given value.
drop(Pattern) - Method in class org.fest.swing.fixture.JListFixture
Ends a drag operation at the location of the first item matching the given regular expression pattern.
drop() - Method in class org.fest.swing.fixture.JListFixture
Simulates a user dropping an item at the center of this fixture's JList.
drop(int) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user dropping an item to this fixture's JList.
drop() - Method in class org.fest.swing.fixture.JListItemFixture
Simulates a user dropping into this fixture's list item.
drop() - Method in class org.fest.swing.fixture.JTableCellFixture
Simulates a user dropping into this fixture's table cell.
drop(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user dropping an item to this fixture's JTable.
drop(int) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user dropping an item into this fixture's JTree.
drop(String) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user dropping an item into this fixture's JTree.
drop() - Method in class org.fest.swing.fixture.JTreePathFixture
Simulates a user dropping relative to this fixture's tree node.
drop() - Method in class org.fest.swing.fixture.JTreeRowFixture
Simulates a user dropping relative to this fixture's tree node.
dropDelay() - Method in class org.fest.swing.core.Settings
Returns the number of milliseconds between the final mouse movement and mouse release to ensure drop ends.
dropDelay(int) - Method in class org.fest.swing.core.Settings
Updates the number of milliseconds between the final mouse movement and mouse release to ensure drop ends.
dropDownList() - Method in class org.fest.swing.driver.JComboBoxDriver
Find the JList in the pop-up raised by the JComboBox, if the LAF actually uses one.
duplicatesFound() - Method in class org.fest.swing.core.ComponentFoundCondition
Returns all the components that satisfied the search criteria specified by this condition's ComponentMatcher.
duration() - Method in class org.fest.swing.timing.Timeout
Returns the duration of the timeout in milliseconds.

E

EditableComponentFixture - Interface in org.fest.swing.fixture
Understands state verification of an editable GUI component.
editor(JTable, int, int, Class<T>) - Static method in class org.fest.swing.driver.AbstractJTableCellWriter
Finds the component used as editor for the given JTable.
editor(JSpinner) - Method in class org.fest.swing.driver.JSpinnerDriver
Returns the JTextComponent used as editor in the given JSpinner.
editor() - Method in class org.fest.swing.fixture.JTableCellFixture
Returns the editor of this fixture's table cell.
editorForCell(JTable, int, int) - Method in interface org.fest.swing.cell.JTableCellWriter
Returns the Component used as editor of the given cell.
editorForCell(JTable, int, int) - Method in class org.fest.swing.driver.AbstractJTableCellWriter
Returns the Component used as editor of the given cell.
EdtSafeCondition - Class in org.fest.swing.core
Understands a Condition that is evaluated in the event dispatch thread (EDT.)
EdtSafeCondition(String) - Constructor for class org.fest.swing.core.EdtSafeCondition
Creates a new EdtSafeCondition.
EdtSafeCondition(Description) - Constructor for class org.fest.swing.core.EdtSafeCondition
Creates a new EdtSafeCondition.
EdtViolationException - Exception in org.fest.swing.exception
Understands an error thrown when a EDT violation is detected.
EdtViolationException(String) - Constructor for exception org.fest.swing.exception.EdtViolationException
Creates a new EdtViolationException.
EmergencyAbortListener - Class in org.fest.swing.core
Understands an escape valve for users to abort a running FEST-Swing test by pressing 'Ctrl + Shift + A'.
EMPTY_TEXT - Static variable in class org.fest.swing.timing.Condition
 
enterText(String) - Method in class org.fest.swing.core.BasicRobot
Simulates a user entering the given text.
enterText(String) - Method in interface org.fest.swing.core.Robot
Simulates a user entering the given text.
enterText(JComboBox, String) - Method in class org.fest.swing.driver.JComboBoxDriver
Simulates a user entering the specified text in the JComboBox.
enterText(JSpinner, String) - Method in class org.fest.swing.driver.JSpinnerDriver
Enters the given text in the JSpinner, assuming its editor has a JTextComponent under it.
enterText(JTextComponent, String) - Method in class org.fest.swing.driver.JTextComponentDriver
Types the given text into the JTextComponent.
enterText(String) - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user entering the specified text in this fixture's JComboBox.
enterText(String) - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user entering the given text in this fixture's JSpinner (assuming its editor has a JTextComponent under it.) This method does not commit the value to the JSpinner.
enterText(String) - Method in class org.fest.swing.fixture.JTextComponentFixture
Simulates a user entering the given text in this fixture's JTextComponent.
enterText(String) - Method in interface org.fest.swing.fixture.TextInputFixture
Simulates a user entering the given text in the Component managed by this fixture.
enterTextAndCommit(JSpinner, String) - Method in class org.fest.swing.driver.JSpinnerDriver
Enters and commits the given text in the JSpinner, assuming its editor has a JTextComponent under it.
enterTextAndCommit(String) - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user entering and committing the given text in this fixture's JSpinner (assuming its editor has a JTextComponent under it.)
enterValue(JTable, int, int, String) - Method in interface org.fest.swing.cell.JTableCellWriter
Enters the given value at the given cell of the JTable.
enterValue(JTable, int, int, String) - Method in class org.fest.swing.driver.BasicJTableCellWriter
Enters the given value at the given cell of the JTable.
enterValue(JTable, int, int, String) - Method in class org.fest.swing.driver.JTableCheckBoxEditorCellWriter
Enters the given value at the given cell of the JTable.
enterValue(JTable, int, int, String) - Method in class org.fest.swing.driver.JTableComboBoxEditorCellWriter
Enters the given value at the given cell of the JTable.
enterValue(JTable, int, int, String) - Method in class org.fest.swing.driver.JTableTextComponentEditorCellWriter
Enters the given value at the given cell of the JTable.
enterValue(String) - Method in class org.fest.swing.fixture.JTableCellFixture
Enters the given value to this fixture's table cell.
enterValue(TableCell, String) - Method in class org.fest.swing.fixture.JTableFixture
Enters the given value in the given cell of this fixture's JTable, using this fixture's JTableCellWriter.
enterValueInCell(JTable, TableCell, String) - Method in class org.fest.swing.driver.JTableDriver
Enters the given value in the given cell of the JTable, using this driver's JTableCellWriter.
equal(String[][], String[][]) - Static method in class org.fest.swing.util.Arrays
Verifies that the given String arrays are equal.
equals(Object) - Method in class org.fest.swing.data.Index
 
equals(Object) - Method in class org.fest.swing.data.TableCell
$
equals(Object) - Method in class org.fest.swing.keystroke.KeyStrokeMapping
 
eventDispatched(AWTEvent) - Method in class org.fest.swing.core.EmergencyAbortListener
Inspects key events for the key combination that should terminate any running FEST-Swing tests.
eventDispatched(AWTEvent) - Method in class org.fest.swing.hierarchy.TransientWindowListener
eventDispatched(AWTEvent) - Method in class org.fest.swing.input.EventNormalizer
Event reception callback.
eventDispatched(AWTEvent) - Method in class org.fest.swing.listener.EventDispatchThreadedEventListener
If this method is called in the event dispatch thread, it processes the given event and the queued ones.
eventDispatched(AWTEvent) - Method in class org.fest.swing.listener.WeakEventListener
Dispatches the given event to the wrapped event listener.
EventDispatchThreadedEventListener - Class in org.fest.swing.listener
Understands a AWTEventListener that ensures all events are handled on the event dispatch thread.
EventDispatchThreadedEventListener() - Constructor for class org.fest.swing.listener.EventDispatchThreadedEventListener
 
EventNormalizer - Class in org.fest.swing.input
Understands an AWTEventListener which normalizes the event stream by sending a single WINDOW_CLOSED, instead of one every time dispose is called.
EventNormalizer() - Constructor for class org.fest.swing.input.EventNormalizer
Creates a new EventNormalizer.
eventPostingDelay() - Method in class org.fest.swing.core.Settings
Returns the number of milliseconds before checking for idle.
eventPostingDelay(int) - Method in class org.fest.swing.core.Settings
Updates the number of milliseconds before checking for idle.
eventQueueFor(Component) - Method in class org.fest.swing.monitor.WindowMonitor
Returns the event queue corresponding to the given component.
execute(GuiQuery<T>) - Static method in class org.fest.swing.edt.GuiActionRunner
Executes the given query in the event dispatch thread.
execute(GuiTask) - Static method in class org.fest.swing.edt.GuiActionRunner
Executes the given task in the event dispatch thread.
executeInEDT(boolean) - Static method in class org.fest.swing.edt.GuiActionRunner
Indicates GuiActionRunner if instances of GuiQuery and GuiTask should be executed in the event dispatch thread or not.
executeInEDT() - Static method in class org.fest.swing.edt.GuiActionRunner
Returns whether instances of GuiQuery and GuiTask should be executed in the event dispatch thread or not.
executeInEDT() - Method in class org.fest.swing.edt.GuiQuery
Specifies the action to execute in the event dispatch thread.
executeInEDT() - Method in class org.fest.swing.edt.GuiTask
Specifies the action to execute in the event dispatch thread.
ExistingHierarchy - Class in org.fest.swing.hierarchy
Understands access to the current AWT hierarchy.
ExistingHierarchy() - Constructor for class org.fest.swing.hierarchy.ExistingHierarchy
Creates a new ExistingHierarchy.
exitCalled(int) - Method in interface org.fest.swing.security.ExitCallHook
Implement this method to do any context-specific cleanup.
ExitCallHook - Interface in org.fest.swing.security
Understands a hook called by NoExitSecurityManager when an application tries to terminate the current JVM.
ExitException - Exception in org.fest.swing.security
Understands an exception thrown when an application under tests tries to terminate the current JVM.
ExitException(String) - Constructor for exception org.fest.swing.security.ExitException
Creates a new ExitException.
expand() - Method in interface org.fest.swing.fixture.JTreeNodeFixture
Simulates a user expanding this fixture's tree node.
expand() - Method in class org.fest.swing.fixture.JTreePathFixture
Simulates a user expanding this fixture's tree node.
expand() - Method in class org.fest.swing.fixture.JTreeRowFixture
Simulates a user expanding this fixture's tree node.
expandPath(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
Expands the given path, is possible.
expandPath(String) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user expanding the tree node at the given path.
expandRow(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
Expands the given row, is possible.
expandRow(int) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user expanding the tree node at the given row.

F

FailOnThreadViolationRepaintManager - Class in org.fest.swing.edt
Fails a test when a Event Dispatch Thread rule violation is detected.
See How to Use Threads for more info
FailOnThreadViolationRepaintManager() - Constructor for class org.fest.swing.edt.FailOnThreadViolationRepaintManager
 
FailOnThreadViolationRepaintManager(boolean) - Constructor for class org.fest.swing.edt.FailOnThreadViolationRepaintManager
 
FestSwingTestCaseTemplate - Class in org.fest.swing.testing
Understands a template for test cases that use FEST-Swing.
FestSwingTestCaseTemplate() - Constructor for class org.fest.swing.testing.FestSwingTestCaseTemplate
 
fileChooser() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns the only JFileChooser currently available (if any.) This method uses the value defined in ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUT as the default lookup timeout.
fileChooser(Timeout) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns the only JFileChooser currently available (if any.)
fileChooser(GenericTypeMatcher<? extends JFileChooser>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JFileChooser that matches the specified search criteria.
fileChooser(GenericTypeMatcher<? extends JFileChooser>, Timeout) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JFileChooser that matches the specified search criteria.
fileChooser(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JFileChooser with a name matching the specified one.
fileChooser(String, Timeout) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JFileChooser with a name matching the specified one.
fileChooser() - Method in class org.fest.swing.fixture.ContainerFixture
Returns the only JFileChooser currently available (if any.) This method uses the value defined in ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUT as the default lookup timeout.
fileChooser(Timeout) - Method in class org.fest.swing.fixture.ContainerFixture
Returns the only JFileChooser currently available (if any.)
fileChooser(GenericTypeMatcher<? extends JFileChooser>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JFileChooser that matches the specified search criteria.
fileChooser(GenericTypeMatcher<? extends JFileChooser>, Timeout) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JFileChooser that matches the specified search criteria.
fileChooser(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JFileChooser with a name matching the specified one.
fileChooser(String, Timeout) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JFileChooser with a name matching the specified one.
fileNameTextBox(JFileChooser) - Method in class org.fest.swing.driver.JFileChooserDriver
Returns the text field where the user can enter the name of the file to select.
fileNameTextBox() - Method in class org.fest.swing.fixture.JFileChooserFixture
Returns a fixture that manages the field where the user can enter the name of the file to select in this fixture's JFileChooser.
find(GenericTypeMatcher<T>) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component using the given GenericTypeMatcher.
find(ComponentMatcher) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component using the given ComponentMatcher.
find(Container, GenericTypeMatcher<T>) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component using the given GenericTypeMatcher in the hierarchy under the given root.
find(Container, ComponentMatcher) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component using the given ComponentMatcher in the hierarchy under the given root.
find(ComponentMatcher) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component using the given ComponentMatcher.
find(GenericTypeMatcher<T>) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component using the given GenericTypeMatcher.
find(Container, GenericTypeMatcher<T>) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component using the given GenericTypeMatcher in the hierarchy under the given root.
find(Container, ComponentMatcher) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component using the given ComponentMatcher in the hierarchy under the given root.
find(GenericTypeMatcher<? extends C>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a Component using the given GenericTypeMatcher, contained in this fixture's Container.
findActivePopupMenu() - Method in class org.fest.swing.core.BasicRobot
Returns the currently active pop-up menu, if any.
findActivePopupMenu() - Method in interface org.fest.swing.core.Robot
Returns the currently active pop-up menu, if any.
findAll(ComponentMatcher) - Method in class org.fest.swing.core.BasicComponentFinder
Returns all the Components that match the search criteria specified in the given ComponentMatcher.
findAll(Container, ComponentMatcher) - Method in class org.fest.swing.core.BasicComponentFinder
Returns all the Components under the given root that match the search criteria specified in the given ComponentMatcher.
findAll(GenericTypeMatcher<T>) - Method in class org.fest.swing.core.BasicComponentFinder
Returns all the Components that match the search criteria specified in the given GenericTypeMatcher.
findAll(Container, GenericTypeMatcher<T>) - Method in class org.fest.swing.core.BasicComponentFinder
Returns all the Components under the given root that match the search criteria specified in the given GenericTypeMatcher.
findAll(ComponentMatcher) - Method in interface org.fest.swing.core.ComponentFinder
Returns all the Components that match the search criteria specified in the given ComponentMatcher.
findAll(Container, ComponentMatcher) - Method in interface org.fest.swing.core.ComponentFinder
Returns all the Components under the given root that match the search criteria specified in the given ComponentMatcher.
findAll(GenericTypeMatcher<T>) - Method in interface org.fest.swing.core.ComponentFinder
Returns all the Components that match the search criteria specified in the given GenericTypeMatcher.
findAll(Container, GenericTypeMatcher<T>) - Method in interface org.fest.swing.core.ComponentFinder
Returns all the Components under the given root that match the search criteria specified in the given GenericTypeMatcher.
findByLabel(String, Class<T>) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by the text of its associated JLabel and type.
findByLabel(String, Class<T>, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by the text of its associated JLabel and type.
findByLabel(String) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by by the text of its associated JLabel.
findByLabel(String, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by by the text of its associated JLabel.
findByLabel(Container, String, Class<T>) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by the text of its associated JLabel and type, in the hierarchy under the given root.
findByLabel(Container, String, Class<T>, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by the text of its associated JLabel and type, in the hierarchy under the given root.
findByLabel(Container, String) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by the text of its associated JLabel, in the hierarchy under the given root.
findByLabel(Container, String, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by the text of its associated JLabel, in the hierarchy under the given root.
findByLabel(String) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by by the text of its associated JLabel.
findByLabel(String, Class<T>) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by the text of its associated JLabel and type.
findByLabel(String, Class<T>, boolean) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by the text of its associated JLabel and type.
findByLabel(String, boolean) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by by the text of its associated JLabel.
findByLabel(Container, String) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by the text of its associated JLabel, in the hierarchy under the given root.
findByLabel(Container, String, boolean) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by the text of its associated JLabel, in the hierarchy under the given root.
findByLabel(Container, String, Class<T>) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by the text of its associated JLabel and type, in the hierarchy under the given root.
findByLabel(Container, String, Class<T>, boolean) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by the text of its associated JLabel and type, in the hierarchy under the given root.
findByName(String, Class<T>) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by name and type.
findByName(String, Class<T>, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by name and type.
findByName(String) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by name.
findByName(String, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by name.
findByName(Container, String, Class<T>) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by name and type, in the hierarchy under the given root.
findByName(Container, String, Class<T>, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by name and type, in the hierarchy under the given root.
findByName(Container, String) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by name, in the hierarchy under the given root.
findByName(Container, String, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by name, in the hierarchy under the given root.
findByName(String) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by name.
findByName(String, Class<T>) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by name and type.
findByName(String, Class<T>, boolean) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by name and type.
findByName(String, boolean) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by name.
findByName(Container, String) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by name, in the hierarchy under the given root.
findByName(Container, String, boolean) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by name, in the hierarchy under the given root.
findByName(Container, String, Class<T>) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by name and type, in the hierarchy under the given root.
findByName(Container, String, Class<T>, boolean) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by name and type, in the hierarchy under the given root.
findByName(String, Class<C>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a component by name and type, contained in this fixture's Container.
findByType(Class<T>) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by type.
findByType(Class<T>, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by type.
findByType(Container, Class<T>) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by type in the hierarchy under the given root.
findByType(Container, Class<T>, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
Finds a Component by type in the hierarchy under the given root.
findByType(Class<T>) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by type.
findByType(Class<T>, boolean) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by type.
findByType(Container, Class<T>) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by type in the hierarchy under the given root.
findByType(Container, Class<T>, boolean) - Method in interface org.fest.swing.core.ComponentFinder
Finds a Component by type in the hierarchy under the given root.
findByType(Class<C>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a component by type, contained in this fixture's Container.
findCell(JTable, JTableCellReader) - Method in class org.fest.swing.data.TableCellByColumnId
Finds a cell in the given JTable that has a matching row index and column id.
findCell(JTable, JTableCellReader) - Method in interface org.fest.swing.data.TableCellFinder
Finds a cell in the given JTable based on some search criteria specified by this finder.
findCell(JTable, JTableCellReader) - Method in class org.fest.swing.data.TableCellInRowByValue
Finds a cell in the given JTable that: is located in the first row whose values match the given ones has a matching row index
findCell(JTable, JTableCellReader) - Method in class org.fest.swing.data.TableCellInSelectedRow
Finds a cell in the given JTable that belongs to the first selected row and has a matching column index.
findComponentWith(Robot) - Method in class org.fest.swing.finder.ComponentFinderTemplate
Finds the component using either by name or type.
findDialog(String) - Static method in class org.fest.swing.finder.WindowFinder
Creates a new DialogFinder capable of looking up a Dialog by name.
findDialog(Class<? extends Dialog>) - Static method in class org.fest.swing.finder.WindowFinder
Creates a new DialogFinder capable of looking up a Dialog by type.
findDialog(GenericTypeMatcher<? extends Dialog>) - Static method in class org.fest.swing.finder.WindowFinder
Creates a new DialogFinder capable of looking up a Dialog using the provided matcher.
finder() - Method in class org.fest.swing.core.BasicRobot
Returns the ComponentFinder being used by this robot.
finder() - Method in interface org.fest.swing.core.Robot
Returns the ComponentFinder being used by this robot.
finder() - Method in class org.fest.swing.fixture.ContainerFixture
Returns the ComponentFinder contained in this fixture's Robot.
finderWithCurrentAwtHierarchy() - Static method in class org.fest.swing.core.BasicComponentFinder
Creates a new BasicComponentFinder that has access to all the GUI components in the AWT hierarchy.
finderWithNewAwtHierarchy() - Static method in class org.fest.swing.core.BasicComponentFinder
Creates a new BasicComponentFinder with a new AWT hierarchy.
findFileChooser() - Static method in class org.fest.swing.finder.JFileChooserFinder
Creates a new JFileChooserFinder capable of looking up a JFileChooser.
findFileChooser(String) - Static method in class org.fest.swing.finder.JFileChooserFinder
Creates a new JFileChooserFinder capable of looking up a JFileChooser by name.
findFileChooser(GenericTypeMatcher<? extends JFileChooser>) - Static method in class org.fest.swing.finder.JFileChooserFinder
Creates a new JFileChooserFinder capable of looking up a JFileChooser using the given matcher.
findFrame(String) - Static method in class org.fest.swing.finder.WindowFinder
Creates a new FrameFinder capable of looking up a Frame by name.
findFrame(Class<? extends Frame>) - Static method in class org.fest.swing.finder.WindowFinder
Creates a new FrameFinder capable of looking up a Frame by type.
findFrame(GenericTypeMatcher<? extends Frame>) - Static method in class org.fest.swing.finder.WindowFinder
Creates a new FrameFinder capable of looking up a Frame using the provided matcher.
findOptionPane() - Static method in class org.fest.swing.finder.JOptionPaneFinder
Creates a new JOptionPaneFinder capable of looking up a JOptionPane.
findOptionPane(GenericTypeMatcher<? extends JOptionPane>) - Static method in class org.fest.swing.finder.JOptionPaneFinder
Creates a new JOptionPaneFinder capable of looking up a JOptionPane using the given matcher.
floatTo(JToolBar, int, int) - Method in class org.fest.swing.driver.JToolBarDriver
Drags the JToolBar to the given location, causing it to float.
floatTo(Point) - Method in class org.fest.swing.fixture.JToolBarFixture
Simulates a user dragging this fixture's JToolBar to the given location, causing it to float.
focus(Component) - Method in class org.fest.swing.core.BasicRobot
Gives input focus to the given Component.
focus(Component) - Method in interface org.fest.swing.core.Robot
Gives input focus to the given Component.
focus(Component) - Method in class org.fest.swing.driver.ComponentDriver
Gives input focus to the given Component.
focus() - Method in class org.fest.swing.fixture.DialogFixture
Gives input focus to this fixture's Dialog.
focus() - Method in interface org.fest.swing.fixture.FocusableComponentFixture
Gives input focus to this fixture's GUI component.
focus() - Method in class org.fest.swing.fixture.FrameFixture
Gives input focus to this fixture's Frame.
focus() - Method in class org.fest.swing.fixture.GenericComponentFixture
Gives input focus to this fixture's GUI component.
focus() - Method in class org.fest.swing.fixture.JButtonFixture
Gives input focus to this fixture's JButton.
focus() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Gives input focus to this fixture's JCheckBox.
focus() - Method in class org.fest.swing.fixture.JComboBoxFixture
Gives input focus to this fixture's JComboBox.
focus() - Method in class org.fest.swing.fixture.JFileChooserFixture
Gives input focus to this fixture's JFileChooser.
focus() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Gives input focus to this fixture's JInternalFrame.
focus() - Method in class org.fest.swing.fixture.JLabelFixture
Gives input focus to this fixture's JLabel.
focus() - Method in class org.fest.swing.fixture.JListFixture
Gives input focus to this fixture's JList.
focus() - Method in class org.fest.swing.fixture.JMenuItemFixture
Gives input focus to this fixture's JMenuItem.
focus() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Gives input focus to this fixture's JOptionPane.
focus() - Method in class org.fest.swing.fixture.JPanelFixture
Gives input focus to this fixture's JPanel.
focus() - Method in class org.fest.swing.fixture.JPopupMenuFixture
Gives input focus to this fixture's JPopupMenu.
focus() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Gives input focus to this fixture's JRadioButton.
focus() - Method in class org.fest.swing.fixture.JScrollBarFixture
Gives input focus to this fixture's JScrollBar.
focus() - Method in class org.fest.swing.fixture.JScrollPaneFixture
Gives input focus to this fixture's JScrollPane.
focus() - Method in class org.fest.swing.fixture.JSliderFixture
Gives input focus to this fixture's JSlider.
focus() - Method in class org.fest.swing.fixture.JSpinnerFixture
Gives input focus to this fixture's JSpinner.
focus() - Method in class org.fest.swing.fixture.JSplitPaneFixture
Gives input focus to this fixture's JSplitPane.
focus() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Gives input focus to this fixture's JTabbedPane.
focus() - Method in class org.fest.swing.fixture.JTableFixture
Gives input focus to this fixture's JTable.
focus() - Method in class org.fest.swing.fixture.JTextComponentFixture
Gives input focus to this fixture's JTextComponent.
focus() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Gives input focus to this fixture's JToggleButton.
focus() - Method in class org.fest.swing.fixture.JToolBarFixture
Gives input focus to this fixture's JToolBar.
focus() - Method in class org.fest.swing.fixture.JTreeFixture
Gives input focus to this fixture's JTree.
FocusableComponentFixture - Interface in org.fest.swing.fixture
Understands simulation of input focus on a GUI component.
focusAndWaitForFocusGain(Component) - Method in class org.fest.swing.core.BasicRobot
Gives input focus to the given Component and waits until the Component has focus.
focusAndWaitForFocusGain(Component) - Method in interface org.fest.swing.core.Robot
Gives input focus to the given Component and waits until the Component has focus.
focusAndWaitForFocusGain(Component) - Method in class org.fest.swing.driver.ComponentDriver
Gives input focus to the given Component and waits until the Component has focus.
focusOwner() - Static method in class org.fest.swing.core.FocusOwnerFinder
Returns the focus owner.
FocusOwnerFinder - Class in org.fest.swing.core
Understands lookup of a Component owning the input focus.
font(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Returns the font of the given table cell.
font() - Method in class org.fest.swing.fixture.ComponentFixture
Returns a fixture that verifies the font of this fixture's Component.
font() - Method in class org.fest.swing.fixture.JTableCellFixture
Returns a fixture that verifies the font of this fixture's table cell.
FONT_PROPERTY - Static variable in class org.fest.swing.fixture.ComponentFixture
Name of the property "font".
fontAt(JTable, int, int) - Method in interface org.fest.swing.cell.JTableCellReader
Returns the font of the cell renderer for the given table cell.
fontAt(JTable, int, int) - Method in class org.fest.swing.driver.BasicJTableCellReader
Returns the font of the cell renderer for the given table cell.
fontAt(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
Returns a fixture that verifies the font of the given table cell.
FontFixture - Class in org.fest.swing.fixture
Understands state verification of Fonts.
FontFixture(Font) - Constructor for class org.fest.swing.fixture.FontFixture
Creates a new FontFixture.
FontFixture(Font, String) - Constructor for class org.fest.swing.fixture.FontFixture
Creates a new FontFixture.
FontFixture(Font, Description) - Constructor for class org.fest.swing.fixture.FontFixture
Creates a new FontFixture.
fontOf(Component) - Static method in class org.fest.swing.query.ComponentFontQuery
Returns the font of the given Component.
foreground(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Returns the foreground color of the given table cell.
foreground() - Method in class org.fest.swing.fixture.ComponentFixture
Returns a fixture that verifies the foreground color of this fixture's Component.
foreground() - Method in class org.fest.swing.fixture.JTableCellFixture
Returns a fixture that verifies the foreground color of this fixture's table cell.
FOREGROUND_PROPERTY - Static variable in class org.fest.swing.fixture.ComponentFixture
Name of the property "foreground".
foregroundAt(JTable, int, int) - Method in interface org.fest.swing.cell.JTableCellReader
Returns the foreground color of the cell renderer for the given table cell.
foregroundAt(JTable, int, int) - Method in class org.fest.swing.driver.BasicJTableCellReader
Returns the foreground color of the cell renderer for the given table cell.
foregroundAt(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
Returns a fixture that verifies the foreground color of the given table cell.
foregroundOf(Component) - Static method in class org.fest.swing.query.ComponentForegroundQuery
Returns the foreground color of the given Component.
format(Component) - Method in interface org.fest.swing.format.ComponentFormatter
Returns a String representation of the given Component.
format(Component) - Method in class org.fest.swing.format.ComponentFormatterTemplate
Returns the String representation of the given Component.
format(Component) - Static method in class org.fest.swing.format.Formatting
Returns a String representation of the given Component.
format(String[][]) - Static method in class org.fest.swing.util.Arrays
Formats a two-dimensional String array.
format(Pattern[]) - Static method in class org.fest.swing.util.Patterns
Formats the given array of regular expression patterns.
formattedValues() - Method in class org.fest.swing.util.PatternTextMatcher
Returns the regular expression patterns in this matcher, formatted as a single String.
formattedValues() - Method in class org.fest.swing.util.StringTextMatcher
Returns the String values in this matcher, formatted as a single String.
formattedValues() - Method in interface org.fest.swing.util.TextMatcher
Returns the values in this matcher, formatted as a String.
Formatting - Class in org.fest.swing.format
Understands utility methods related to formatting.
found() - Method in class org.fest.swing.core.ComponentFoundCondition
Returns the component found (if any.)
found() - Method in exception org.fest.swing.exception.ComponentLookupException
Returns the Components found by the lookup (if any.)
FrameDriver - Class in org.fest.swing.driver
Understands functional testing of Frames: user input simulation state verification property value query This class is intended for internal use only.
FrameDriver(Robot) - Constructor for class org.fest.swing.driver.FrameDriver
Creates a new FrameDriver.
FrameFinder - Class in org.fest.swing.finder
Understands a finder for Frames.
FrameFinder(String) - Constructor for class org.fest.swing.finder.FrameFinder
Creates a new FrameFinder.
FrameFinder(GenericTypeMatcher<? extends Frame>) - Constructor for class org.fest.swing.finder.FrameFinder
Creates a new FrameFinder.
FrameFinder(Class<? extends Frame>) - Constructor for class org.fest.swing.finder.FrameFinder
Creates a new FrameFinder.
FrameFixture - Class in org.fest.swing.fixture
Understands functional testing of Frames: user input simulation state verification property value query
FrameFixture(Frame) - Constructor for class org.fest.swing.fixture.FrameFixture
Creates a new FrameFixture.
FrameFixture(Robot, Frame) - Constructor for class org.fest.swing.fixture.FrameFixture
Creates a new FrameFixture.
FrameFixture(Robot, String) - Constructor for class org.fest.swing.fixture.FrameFixture
Creates a new FrameFixture.
FrameFixture(String) - Constructor for class org.fest.swing.fixture.FrameFixture
Creates a new FrameFixture.
frameFixtureFor(Container) - Static method in class org.fest.swing.fixture.Containers
Creates a new JFrame and uses the given Container as its content pane.
frameFor(Container) - Static method in class org.fest.swing.fixture.Containers
Creates a new JFrame and uses the given Container as its content pane.
FrameLikeFixture - Interface in org.fest.swing.fixture
Understands functional testing of frame-like components (not necessarily subclasses of Frame): user input simulation state verification property value query
FrameMatcher - Class in org.fest.swing.core.matcher
Understands matching a Frame by type, name or title.
from - Variable in class org.fest.swing.util.GenericRange
Initial value of this range.
from(int) - Static method in class org.fest.swing.util.Range
Creates a new Range.From, representing the starting value of a range.

G

GenericComponentFixture<T extends Component> - Class in org.fest.swing.fixture
A generic component fixture providing basic keyboard and mouse input operations.
GenericComponentFixture(Robot, T) - Constructor for class org.fest.swing.fixture.GenericComponentFixture
Creates a new GenericComponentFixture.
GenericComponentFixture(Robot, ComponentDriver, T) - Constructor for class org.fest.swing.fixture.GenericComponentFixture
Creates a new GenericComponentFixture using a provided driver.
GenericRange<T> - Class in org.fest.swing.util
Understands a range of values.
GenericRange(T, T) - Constructor for class org.fest.swing.util.GenericRange
Creates a new GenericRange.
GenericTypeMatcher<T extends Component> - Class in org.fest.swing.core
Understands a ComponentMatcher that matches a Component by type and some custom search criteria.
GenericTypeMatcher(Class<T>) - Constructor for class org.fest.swing.core.GenericTypeMatcher
Creates a new GenericTypeMatcher.
GenericTypeMatcher(Class<T>, boolean) - Constructor for class org.fest.swing.core.GenericTypeMatcher
Creates a new GenericTypeMatcher.
getApplet(String) - Method in class org.fest.swing.applet.BasicAppletContext
If the StatusDisplay passed to this context is an instance of AppletViewer, this method will return the Applet of such AppletViewer.
getAppletContext() - Method in class org.fest.swing.applet.BasicAppletStub
Returns the applet's context.
getApplets() - Method in class org.fest.swing.applet.BasicAppletContext
Returns an enumeration containing the Applet returned by BasicAppletContext.getApplet(String).
getAudioClip(URL) - Method in class org.fest.swing.applet.BasicAppletContext
Not implemented.
getCodeBase() - Method in class org.fest.swing.applet.BasicAppletStub
Not implemented.
getDocumentBase() - Method in class org.fest.swing.applet.BasicAppletStub
Not implemented.
getImage(URL) - Method in class org.fest.swing.applet.BasicAppletContext
Not implemented.
getParameter(String) - Method in class org.fest.swing.applet.BasicAppletStub
Returns the value of the named parameter in the HTML tag.
getStream(String) - Method in class org.fest.swing.applet.BasicAppletContext
Returns the stream to which specified key is associated within this applet context.
getStreamKeys() - Method in class org.fest.swing.applet.BasicAppletContext
Finds all the keys of the streams in this applet context.
GuiActionRunner - Class in org.fest.swing.edt
Understands running instances of GuiQuery and GuiTask.
GuiActionRunner() - Constructor for class org.fest.swing.edt.GuiActionRunner
 
GuiLazyLoadingDescription - Class in org.fest.swing.edt
Understands a Description that loads the text to return in the event dispatch thread.
GuiLazyLoadingDescription() - Constructor for class org.fest.swing.edt.GuiLazyLoadingDescription
 
GuiQuery<T> - Class in org.fest.swing.edt
Understands executing an action, in the event dispatch thread, that returns a value.
GuiQuery() - Constructor for class org.fest.swing.edt.GuiQuery
 
GuiTask - Class in org.fest.swing.edt
Understands a task that should be executed in the event dispatch thread.
GuiTask() - Constructor for class org.fest.swing.edt.GuiTask
 
GUITest - Annotation Type in org.fest.swing.annotation
Understands an annotation that identifies GUI tests.
GUITestFinder - Class in org.fest.swing.annotation
Understands utility methods related to GUI tests.

H

handle(Throwable) - Method in class org.fest.swing.core.SimpleFallbackExceptionHandler
Prints the stack trace of the given exception to the standard error stream.
hasFocus(Component) - Static method in class org.fest.swing.query.ComponentHasFocusQuery
Indicates whether the given Component has input focus or not.
hashCode() - Method in class org.fest.swing.data.Index
 
hashCode() - Method in class org.fest.swing.data.TableCell
$
hashCode() - Method in class org.fest.swing.keystroke.KeyStrokeMapping
 
hasKeyStrokes() - Static method in class org.fest.swing.keystroke.KeyStrokeMap
Indicates whether KeyStrokeMap has mappings or not.
hierarchy() - Method in class org.fest.swing.core.BasicComponentPrinter
Returns the component hierarchy used by this printer.
hierarchy() - Method in class org.fest.swing.core.BasicRobot
Returns the ComponentHierarchy being used by this robot.
hierarchy() - Method in interface org.fest.swing.core.Robot
Returns the ComponentHierarchy being used by this robot.
horizontalScrollBar() - Method in class org.fest.swing.fixture.JScrollPaneFixture
Returns a JScrollBarFixture managing the horizontal JScrollBar of this target's JScrollPane.
horizontalScrollBarIn(JScrollPane) - Method in class org.fest.swing.driver.JScrollPaneDriver
Returns the horizontal JScrollBar in the given JScrollPane.

I

i - Variable in class org.fest.swing.util.Pair
The first value in this tuple.
iconify(Frame) - Method in class org.fest.swing.driver.FrameDriver
Iconifies the given Frame.
iconify(JInternalFrame) - Method in class org.fest.swing.driver.JInternalFrameDriver
Iconifies the given JInternalFrame.
iconify() - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user iconifying this fixture's Frame.
iconify() - Method in interface org.fest.swing.fixture.FrameLikeFixture
Simulates a user iconifying this fixture's frame-like component.
iconify() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user iconifying this fixture's JInternalFrame.
idleTimeout() - Method in class org.fest.swing.core.Settings
Returns the time (in milliseconds) to wait for an idle AWT event queue.
idleTimeout(int) - Method in class org.fest.swing.core.Settings
Updates the time (in milliseconds) to wait for an idle AWT event queue.
ignoreExisting() - Method in class org.fest.swing.hierarchy.NewHierarchy
Make all currently existing components invisible to this hierarchy, without affecting their current state.
ignoreExistingComponents() - Static method in class org.fest.swing.hierarchy.NewHierarchy
Creates a new NewHierarchy which does not contain any existing GUI components.
ii - Variable in class org.fest.swing.util.Pair
The second value in this tuple.
iii - Variable in class org.fest.swing.util.Triple
The third value in this tuple.
ImageException - Exception in org.fest.swing.image
Understands an exception thrown by ScreenshotTaker when, for some reason, a screenshot of the desktop cannot be taken.
ImageException(String) - Constructor for exception org.fest.swing.image.ImageException
Creates a new ImageException.
ImageException(String, Throwable) - Constructor for exception org.fest.swing.image.ImageException
Creates a new ImageException.
ImageFileExtensions - Class in org.fest.swing.image
Understands common image file extensions.
ImageFileWriter - Class in org.fest.swing.image
Understands how to write an image as a file in the file system.
ImageFileWriter() - Constructor for class org.fest.swing.image.ImageFileWriter
 
includeExistingComponents() - Static method in class org.fest.swing.hierarchy.NewHierarchy
Creates a new NewHierarchy which contains existing GUI components.
includeHierarchyIfComponentNotFound() - Method in class org.fest.swing.core.BasicComponentFinder
Returns whether the message in a ComponentLookupException should include the current component hierarchy.
includeHierarchyIfComponentNotFound(boolean) - Method in class org.fest.swing.core.BasicComponentFinder
Updates whether the message in a ComponentLookupException should include the current component hierarchy.
includeHierarchyIfComponentNotFound() - Method in interface org.fest.swing.core.ComponentFinder
Returns whether the message in a ComponentLookupException should include the current component hierarchy.
includeHierarchyIfComponentNotFound(boolean) - Method in interface org.fest.swing.core.ComponentFinder
Updates whether the message in a ComponentLookupException should include the current component hierarchy.
increment(JSpinner, int) - Method in class org.fest.swing.driver.JSpinnerDriver
Increments the value of the JSpinner the given number of times.
increment(JSpinner) - Method in class org.fest.swing.driver.JSpinnerDriver
Increments the value of the JSpinner.
increment(int) - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user incrementing the value of this fixture's JSpinner the given number of times.
increment() - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user incrementing the value of this fixture's JSpinner one time.
Index - Class in org.fest.swing.data
Understands an index.
index() - Method in class org.fest.swing.fixture.JListItemFixture
Returns the index of this fixture's list item.
index() - Method in class org.fest.swing.fixture.JTreeRowFixture
Returns the row index of the node.
indexOf(JList, String) - Method in class org.fest.swing.driver.JListDriver
Returns the index of the first item matching the given value.
indexOf(JList, Pattern) - Method in class org.fest.swing.driver.JListDriver
Returns the index of the first item matching the given regular expression pattern.
indexOf(JTabbedPane, String) - Method in class org.fest.swing.driver.JTabbedPaneLocation
Returns the index of the first tab that matches the given String.
indexOf(JTabbedPane, TextMatcher) - Method in class org.fest.swing.driver.JTabbedPaneLocation
Returns the index of the first tab whose title matches the value in the given TextMatcher.
indexOf(JTableHeader, TextMatcher) - Method in class org.fest.swing.driver.JTableHeaderLocation
Returns the index of the column which name matches the value in the given TextMatcher, or -1 if a matching column was not found.
inEdtFocusOwner() - Static method in class org.fest.swing.core.FocusOwnerFinder
Returns the focus owner.
inEdtFormat(Component) - Static method in class org.fest.swing.format.Formatting
Returns a String representation of the given Component.
inMenuBar() - Method in class org.fest.swing.driver.JMenuItemLocation
Indicates whether the JMenuItem is in a JMenuBar.
InputState - Class in org.fest.swing.input
Class to keep track of a given input state.
InputState(Toolkit) - Constructor for class org.fest.swing.input.InputState
 
insetsFrom(Container) - Static method in class org.fest.swing.awt.AWT
Returns the insets of the given Container, or an empty one if no insets can be found.
install() - Static method in class org.fest.swing.edt.FailOnThreadViolationRepaintManager
Creates a new FailOnThreadViolationRepaintManager and sets it as the current repaint manager.
installAWTExceptionHandler(Class<?>) - Static method in class org.fest.swing.util.AWTExceptionHandlerInstaller
Installs the given exception handler type.
installNoExitSecurityManager() - Static method in class org.fest.swing.security.NoExitSecurityManagerInstaller
Installs a new NoExitSecurityManager in System.
installNoExitSecurityManager(ExitCallHook) - Static method in class org.fest.swing.security.NoExitSecurityManagerInstaller
Installs a new NoExitSecurityManager in System.
instance() - Static method in class org.fest.swing.lock.ScreenLock
Returns the singleton instance of this class.
instance() - Static method in class org.fest.swing.monitor.WindowMonitor
Returns the singleton instance of this class.
IntrospectionComponentFormatter - Class in org.fest.swing.format
Understands a formatter that uses introspection to display property values of a Component.
IntrospectionComponentFormatter(Class<? extends Component>, String...) - Constructor for class org.fest.swing.format.IntrospectionComponentFormatter
Creates a new IntrospectionComponentFormatter.
invokeAction(JComponent, String) - Method in class org.fest.swing.driver.JComponentDriver
Invoke an Action from the JComponent's ActionMap.
invokePopupMenu(Component) - Method in class org.fest.swing.driver.ComponentDriver
Shows a pop-up menu using the given Component as the invoker of the pop-up menu.
invokePopupMenu(Component, Point) - Method in class org.fest.swing.driver.ComponentDriver
Shows a pop-up menu at the given point using the given Component as the invoker of the pop-up menu.
invokerOf(Component) - Static method in class org.fest.swing.awt.AWT
Returns the invoker, if any, of the given Component; or null, if the Component is not on a pop-up of any sort.
isActive() - Method in class org.fest.swing.applet.BasicAppletStub
Not implemented.
isActive() - Method in class org.fest.swing.core.BasicRobot
Indicates whether this Robot is active.
isActive() - Method in interface org.fest.swing.core.Robot
Indicates whether this Robot is active.
isActive(JApplet) - Method in class org.fest.swing.driver.JAppletDriver
Indicates whether the given JApplet is active or not.
isAppletViewer(Component) - Static method in class org.fest.swing.awt.AWT
Returns true if the given component is an Applet viewer.
isAWTTreeLockHeld() - Static method in class org.fest.swing.awt.AWT
Indicates whether the AWT Tree Lock is currently held.
isDefaultToString(String) - Static method in class org.fest.swing.util.Strings
Returns whether the given String is the default toString() implementation of an Object.
isDragging() - Method in class org.fest.swing.core.BasicRobot
Indicates whether the robot is currently in a dragging operation.
isDragging() - Method in interface org.fest.swing.core.Robot
Indicates whether the robot is currently in a dragging operation.
isEmptyIntArray(int[]) - Static method in class org.fest.swing.util.Arrays
Indicates whether the given array is null or empty.
isEnabled(Component) - Static method in class org.fest.swing.query.ComponentEnabledQuery
Indicates whether the given Component is enabled or not.
isFloating(JToolBar) - Method in class org.fest.swing.driver.JToolBarDriver
Indicates whether the given JToolBar is floating or not.
isGUITest(Class<?>, Method) - Static method in class org.fest.swing.annotation.GUITestFinder
Returns true if the given class and/or method are annotated with GUITest.
isHeavyWeightPopup(Component) - Static method in class org.fest.swing.awt.AWT
Returns whether the given Component is a heavy-weight pop-up, that is, a container for a JPopupMenu that is implemented with a heavy-weight component (usually a Window).
isHPUX() - Static method in class org.fest.swing.util.Platform
Indicates whether the operating system is HP-UX.
isLinux() - Static method in class org.fest.swing.util.Platform
Indicates whether the operating system is Linux.
isMacintosh() - Static method in class org.fest.swing.util.Platform
Indicates whether the operating system is a Macintosh OS.
isMatching(T) - Method in class org.fest.swing.core.GenericTypeMatcher
Verifies that the given component matches some search criteria.
isMatching(Dialog) - Method in class org.fest.swing.core.matcher.DialogMatcher
Indicates whether: the name of the given Dialog is equal to the name in this matcher, and the title of the given Dialog matches the text (or pattern) in this matcher
isMatching(Frame) - Method in class org.fest.swing.core.matcher.FrameMatcher
Indicates whether the title of the given Frame is equal to the title in this matcher.
isMatching(JButton) - Method in class org.fest.swing.core.matcher.JButtonMatcher
Indicates whether: the name of the given JButton is equal to the name in this matcher, and the text of the given JButton matches the text (or pattern) in this matcher
isMatching(JLabel) - Method in class org.fest.swing.core.matcher.JLabelMatcher
Indicates whether the text of the given JLabel is equal to the text in this matcher.
isMatching(JTextComponent) - Method in class org.fest.swing.core.matcher.JTextComponentMatcher
Indicates whether the text of the given JTextComponent is equal to the text in this matcher.
isMatching(String) - Method in class org.fest.swing.util.PatternTextMatcher
Indicates whether the given text matches the regular expression patterns in this matcher.
isMatching(String) - Method in class org.fest.swing.util.StringTextMatcher
Indicates whether the given text matches the String values in this matcher.
isMatching(String) - Method in interface org.fest.swing.util.TextMatcher
Indicates whether the given text matches some value(s).
isModifier(int) - Static method in class org.fest.swing.util.Modifiers
Indicates whether the given key code is a modifier.
isNameMatching(String) - Method in class org.fest.swing.core.matcher.NamedComponentMatcherTemplate
Indicates whether the given value matches the name in this matcher.
isNativeDragActive() - Method in class org.fest.swing.input.InputState
Indicates whether there is a native drag/drop operation in progress.
isOSX() - Static method in class org.fest.swing.util.Platform
Indicates whether the operating system is Mac OS X.
isParentAMenu() - Method in class org.fest.swing.driver.JMenuItemLocation
Indicates whether the parent of the JMenuItem is another menu.
isPointInScreenBoundaries(JComponent, Point) - Static method in class org.fest.swing.awt.AWT
Indicates whether the given point, relative to the given JComponent, is inside the screen boundaries.
isPointInScreenBoundaries(Point) - Static method in class org.fest.swing.awt.AWT
Indicates whether the given point is inside the screen boundaries.
isReadyForInput(Component) - Method in class org.fest.swing.core.BasicRobot
Indicates whether the given Component is ready for input.
isReadyForInput(Component) - Method in interface org.fest.swing.core.Robot
Indicates whether the given Component is ready for input.
isSharedInvisibleFrame(Component) - Static method in class org.fest.swing.awt.AWT
Returns whether the given component is the default Swing hidden frame.
isShowing(Component) - Static method in class org.fest.swing.query.ComponentShowingQuery
Indicates whether the given Component is showing or not.
isSolaris() - Static method in class org.fest.swing.util.Platform
Indicates whether the operating system is Solaris.
isTimeOut() - Method in class org.fest.swing.util.TimeoutWatch
 
isVisible(JComponent, Rectangle) - Static method in class org.fest.swing.driver.JComponentDriver
Indicates whether the given JComponent's visible Rectangle contains the given one.
isVisible(JComponent, Point) - Method in class org.fest.swing.driver.JComponentDriver
Indicates whether the given JComponent's visible Rectangle contains the given Point.
isVisible(Component) - Static method in class org.fest.swing.query.ComponentVisibleQuery
Indicates whether the given Component is visible or not.
isWindowReady(Window) - Method in class org.fest.swing.monitor.WindowMonitor
Returns whether the window is ready to receive OS-level event input.
isWindows() - Static method in class org.fest.swing.util.Platform
Indicates whether the operating system is Windows.
isWindows9x() - Static method in class org.fest.swing.util.Platform
Indicates whether the operating system is Windows 9x (95, 98 or ME.)
isWindowsXP() - Static method in class org.fest.swing.util.Platform
Indicates whether the operating system is Windows XP.
isX11() - Static method in class org.fest.swing.util.Platform
Indicates whether the operating system is using the X11 Windowing system.
item(int) - Method in class org.fest.swing.fixture.JListFixture
Returns a fixture that manages the list item specified by the given index.
item(String) - Method in class org.fest.swing.fixture.JListFixture
Returns a fixture that manages the list item specified by the given text.
item(Pattern) - Method in class org.fest.swing.fixture.JListFixture
Returns a fixture that manages the list item whose text matches the given regular expression pattern.
ItemFixture - Interface in org.fest.swing.fixture
Understands functional testing of GUI component items (e.g.
ItemGroupFixture - Interface in org.fest.swing.fixture
Understands functional testing of GUI components that contains or display a group of items: user input simulation state verification property value query Understands simulation of user events on a Component that contains or displays a group of items, and verification of the state of such Component.

J

JAppletDriver - Class in org.fest.swing.driver
Understands functional testing of JApplets: user input simulation state verification property value query This class is intended for internal use only.
JAppletDriver(Robot) - Constructor for class org.fest.swing.driver.JAppletDriver
Creates a new JAppletDriver.
JButtonFixture - Class in org.fest.swing.fixture
Understands functional testing of JButtons: user input simulation state verification property value query
JButtonFixture(Robot, JButton) - Constructor for class org.fest.swing.fixture.JButtonFixture
Creates a new JButtonFixture.
JButtonFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JButtonFixture
Creates a new JButtonFixture.
JButtonMatcher - Class in org.fest.swing.core.matcher
Understands matching a JButton by name, text and visibility on the screen.
JCheckBoxFixture - Class in org.fest.swing.fixture
Understands functional testing of JCheckBoxes: user input simulation state verification property value query
JCheckBoxFixture(Robot, JCheckBox) - Constructor for class org.fest.swing.fixture.JCheckBoxFixture
Creates a new JCheckBoxFixture.
JCheckBoxFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JCheckBoxFixture
Creates a new JCheckBoxFixture.
JComboBoxCellReader - Interface in org.fest.swing.cell
Understands reading the internal value of a cell in a JComboBox as expected in a test.
JComboBoxDriver - Class in org.fest.swing.driver
Understands functional testing of JComboBoxes: user input simulation state verification property value query This class is intended for internal use only.
JComboBoxDriver(Robot) - Constructor for class org.fest.swing.driver.JComboBoxDriver
Creates a new JComboBoxDriver.
JComboBoxFixture - Class in org.fest.swing.fixture
Understands functional testing of JComboBoxes: user input simulation state verification property value query
JComboBoxFixture(Robot, JComboBox) - Constructor for class org.fest.swing.fixture.JComboBoxFixture
Creates a new JComboBoxFixture.
JComboBoxFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JComboBoxFixture
Creates a new JComboBoxFixture.
JComboBoxFormatter - Class in org.fest.swing.format
Understands a formatter for JComboBoxes.
JComboBoxFormatter() - Constructor for class org.fest.swing.format.JComboBoxFormatter
 
JComponentDriver - Class in org.fest.swing.driver
Understands functional testing of JComponents: user input simulation state verification property value query This class is intended for internal use only.
JComponentDriver(Robot) - Constructor for class org.fest.swing.driver.JComponentDriver
Creates a new JComponentDriver.
JComponentFixture - Interface in org.fest.swing.fixture
Understands functional testing of JComponents: user input simulation state verification property value query
JFileChooserDriver - Class in org.fest.swing.driver
Understands functional testing of JFileChoosers: user input simulation state verification property value query This class is intended for internal use only.
JFileChooserDriver(Robot) - Constructor for class org.fest.swing.driver.JFileChooserDriver
Creates a new JFileChooserDriver.
JFileChooserFinder - Class in org.fest.swing.finder
Understands a finder for JFileChoosers.
JFileChooserFinder() - Constructor for class org.fest.swing.finder.JFileChooserFinder
Creates a new JFileChooserFinder.
JFileChooserFinder(String) - Constructor for class org.fest.swing.finder.JFileChooserFinder
Creates a new JFileChooserFinder.
JFileChooserFinder(GenericTypeMatcher<? extends JFileChooser>) - Constructor for class org.fest.swing.finder.JFileChooserFinder
Creates a new JFileChooserFinder.
JFileChooserFixture - Class in org.fest.swing.fixture
Understands functional testing of JFileChoosers: user input simulation state verification property value query
JFileChooserFixture(Robot) - Constructor for class org.fest.swing.fixture.JFileChooserFixture
Creates a new JFileChooserFixture.
JFileChooserFixture(Robot, JFileChooser) - Constructor for class org.fest.swing.fixture.JFileChooserFixture
Creates a new JFileChooserFixture.
JFileChooserFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JFileChooserFixture
Creates a new JFileChooserFixture.
JFileChooserFormatter - Class in org.fest.swing.format
Understands a formatter for JFileChoosers.
JFileChooserFormatter() - Constructor for class org.fest.swing.format.JFileChooserFormatter
 
JInternalFrameDriver - Class in org.fest.swing.driver
Understands functional testing of JInternalFrames: user input simulation state verification property value query This class is intended for internal use only.
JInternalFrameDriver(Robot) - Constructor for class org.fest.swing.driver.JInternalFrameDriver
Creates a new JInternalFrameDriver.
JInternalFrameFixture - Class in org.fest.swing.fixture
Understands functional testing of JInternalFrames: user input simulation state verification property value query
JInternalFrameFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JInternalFrameFixture
Creates a new JInternalFrameFixture.
JInternalFrameFixture(Robot, JInternalFrame) - Constructor for class org.fest.swing.fixture.JInternalFrameFixture
Creates a new JInternalFrameFixture.
jitter(Component) - Method in class org.fest.swing.core.BasicRobot
Makes the mouse pointer show small quick jumpy movements on the given Component.
jitter(Component, Point) - Method in class org.fest.swing.core.BasicRobot
Makes the mouse pointer show small quick jumpy movements on the given Component at the given point.
jitter(Component) - Method in interface org.fest.swing.core.Robot
Makes the mouse pointer show small quick jumpy movements on the given Component.
jitter(Component, Point) - Method in interface org.fest.swing.core.Robot
Makes the mouse pointer show small quick jumpy movements on the given Component at the given point.
JLabelDriver - Class in org.fest.swing.driver
Understands functional testing of JLabels: user input simulation state verification property value query This class is intended for internal use only.
JLabelDriver(Robot) - Constructor for class org.fest.swing.driver.JLabelDriver
Creates a new JLabelDriver.
JLabelFixture - Class in org.fest.swing.fixture
Understands functional testing of JLabels: user input simulation state verification property value query
JLabelFixture(Robot, JLabel) - Constructor for class org.fest.swing.fixture.JLabelFixture
Creates a new JLabelFixture.
JLabelFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JLabelFixture
Creates a new JLabelFixture.
JLabelMatcher - Class in org.fest.swing.core.matcher
Understands matching a JLabel by type, name or text.
JListCellReader - Interface in org.fest.swing.cell
Understands reading the internal value of a cell in a JList as expected in a test.
JListDriver - Class in org.fest.swing.driver
Understands functional testing of JLists: user input simulation state verification property value query This class is intended for internal use only.
JListDriver(Robot) - Constructor for class org.fest.swing.driver.JListDriver
Creates a new JListDriver.
JListFixture - Class in org.fest.swing.fixture
Understands functional testing of JLists: user input simulation state verification property value query
JListFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JListFixture
Creates a new JListFixture.
JListFixture(Robot, JList) - Constructor for class org.fest.swing.fixture.JListFixture
Creates a new JListFixture.
JListFormatter - Class in org.fest.swing.format
Understands a formatter for JLists.
JListFormatter() - Constructor for class org.fest.swing.format.JListFormatter
 
JListItemFixture - Class in org.fest.swing.fixture
Understands functional testing of single rows in JLists: user input simulation state verification property value query
JListItemFixture(JListFixture, int) - Constructor for class org.fest.swing.fixture.JListItemFixture
Creates a new JListItemFixture.
JMenuItemDriver - Class in org.fest.swing.driver
Understands functional testing of JMenuItems: user input simulation state verification property value query This class is intended for internal use only.
JMenuItemDriver(Robot) - Constructor for class org.fest.swing.driver.JMenuItemDriver
Creates a new JMenuItemDriver.
JMenuItemFixture - Class in org.fest.swing.fixture
Understands functional testing of JMenuItems: user input simulation state verification property value query
JMenuItemFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JMenuItemFixture
Creates a new JMenuItemFixture.
JMenuItemFixture(Robot, JMenuItem) - Constructor for class org.fest.swing.fixture.JMenuItemFixture
Creates a new JMenuItemFixture.
JMenuItemLocation - Class in org.fest.swing.driver
Understands the location of a JMenuItem.
JMenuItemLocation(JMenuItem) - Constructor for class org.fest.swing.driver.JMenuItemLocation
Creates a new JMenuItemLocation.
JMenuItemMatcher - Class in org.fest.swing.driver
Matches a JMenuItem given a simple label or a menu path of the format "menu|submenu|menuitem", for example "File|Open|Can of worms".
JMenuItemMatcher(String...) - Constructor for class org.fest.swing.driver.JMenuItemMatcher
Creates a new JMenuItemMatcher.
JOptionPaneDriver - Class in org.fest.swing.driver
Understands functional testing of JOptionPanes: user input simulation state verification property value query This class is intended for internal use only.
JOptionPaneDriver(Robot) - Constructor for class org.fest.swing.driver.JOptionPaneDriver
Creates a new JOptionPaneDriver.
JOptionPaneFinder - Class in org.fest.swing.finder
Understands a finder for JOptionPanes.
JOptionPaneFinder() - Constructor for class org.fest.swing.finder.JOptionPaneFinder
Creates a new JOptionPaneFinder.
JOptionPaneFinder(GenericTypeMatcher<? extends JOptionPane>) - Constructor for class org.fest.swing.finder.JOptionPaneFinder
Creates a new JOptionPaneFinder.
JOptionPaneFixture - Class in org.fest.swing.fixture
Understands functional testing of JOptionPanes: user input simulation state verification property value query
JOptionPaneFixture(Robot) - Constructor for class org.fest.swing.fixture.JOptionPaneFixture
Creates a new JOptionPaneFixture.
JOptionPaneFixture(Robot, JOptionPane) - Constructor for class org.fest.swing.fixture.JOptionPaneFixture
Creates a new JOptionPaneFixture.
JOptionPaneFormatter - Class in org.fest.swing.format
Understands a formatter for JOptionPanes.
JOptionPaneFormatter() - Constructor for class org.fest.swing.format.JOptionPaneFormatter
 
JPanelFixture - Class in org.fest.swing.fixture
Understands functional testing of JPanels: user input simulation state verification property value query
JPanelFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JPanelFixture
Creates a new JPanelFixture.
JPanelFixture(Robot, JPanel) - Constructor for class org.fest.swing.fixture.JPanelFixture
Creates a new JPanelFixture.
JPopupMenuDriver - Class in org.fest.swing.driver
Understands functional testing of JPopupMenus: user input simulation state verification property value query This class is intended for internal use only.
JPopupMenuDriver(Robot) - Constructor for class org.fest.swing.driver.JPopupMenuDriver
Creates a new JPopupMenuDriver.
JPopupMenuFixture - Class in org.fest.swing.fixture
Understands functional testing of JPopupMenus: user input simulation state verification property value query
JPopupMenuFixture(Robot, JPopupMenu) - Constructor for class org.fest.swing.fixture.JPopupMenuFixture
Creates a new JPopupMenuFixture.
JPopupMenuInvokerFixture - Interface in org.fest.swing.fixture
Understands input simulation on Components capable of invoking JPopupMenus.
JProgressBarDriver - Class in org.fest.swing.driver
Understands functional testing of JProgressBars: state verification property value query This class is intended for internal use only.
JProgressBarDriver(Robot) - Constructor for class org.fest.swing.driver.JProgressBarDriver
Creates a new JProgressBarDriver.
JProgressBarFixture - Class in org.fest.swing.fixture
Understands functional testing of JProgressBars: state verification property value query
JProgressBarFixture(Robot, JProgressBar) - Constructor for class org.fest.swing.fixture.JProgressBarFixture
Creates a new JProgressBarFixture.
JProgressBarFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JProgressBarFixture
Creates a new JProgressBarFixture.
JRadioButtonFixture - Class in org.fest.swing.fixture
Understands functional testing of JRadioButtons: user input simulation state verification property value query
JRadioButtonFixture(Robot, JRadioButton) - Constructor for class org.fest.swing.fixture.JRadioButtonFixture
Creates a new JRadioButtonFixture.
JRadioButtonFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JRadioButtonFixture
Creates a new JRadioButtonFixture.
JScrollBarDriver - Class in org.fest.swing.driver
Understands functional testing of JScrollBars: user input simulation state verification property value query This class is intended for internal use only.
JScrollBarDriver(Robot) - Constructor for class org.fest.swing.driver.JScrollBarDriver
Creates a new JScrollBarDriver.
JScrollBarFixture - Class in org.fest.swing.fixture
Understands functional testing of JScrollBars: user input simulation state verification property value query
JScrollBarFixture(Robot, JScrollBar) - Constructor for class org.fest.swing.fixture.JScrollBarFixture
Creates a new JScrollBarFixture.
JScrollBarFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JScrollBarFixture
Creates a new JScrollBarFixture.
JScrollBarLocation - Class in org.fest.swing.driver
Understands a location in a JScrollBar.
JScrollBarLocation() - Constructor for class org.fest.swing.driver.JScrollBarLocation
 
JScrollPaneDriver - Class in org.fest.swing.driver
Understands functional testing of JScrollPanes: user input simulation state verification property value query This class is intended for internal use only.
JScrollPaneDriver(Robot) - Constructor for class org.fest.swing.driver.JScrollPaneDriver
Creates a new JScrollPaneDriver.
JScrollPaneFixture - Class in org.fest.swing.fixture
Understands functional testing of JScrollPanes: user input simulation state verification property value query
JScrollPaneFixture(Robot, JScrollPane) - Constructor for class org.fest.swing.fixture.JScrollPaneFixture
Creates a new JScrollPaneFixture.
JScrollPaneFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JScrollPaneFixture
Creates a new JScrollPaneFixture.
JSliderDriver - Class in org.fest.swing.driver
Understands functional testing of JSliders: user input simulation state verification property value query This class is intended for internal use only.
JSliderDriver(Robot) - Constructor for class org.fest.swing.driver.JSliderDriver
Creates a new JSliderDriver.
JSliderFixture - Class in org.fest.swing.fixture
Understands functional testing of JSliders: user input simulation state verification property value query
JSliderFixture(Robot, JSlider) - Constructor for class org.fest.swing.fixture.JSliderFixture
Creates a new JSliderFixture.
JSliderFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JSliderFixture
Creates a new JSliderFixture.
JSliderLocation - Class in org.fest.swing.driver
Understands a location in a JSlider.
JSliderLocation() - Constructor for class org.fest.swing.driver.JSliderLocation
 
JSpinnerDriver - Class in org.fest.swing.driver
Understands functional testing of JSpinners: user input simulation state verification property value query This class is intended for internal use only.
JSpinnerDriver(Robot) - Constructor for class org.fest.swing.driver.JSpinnerDriver
Creates a new JSpinnerDriver.
JSpinnerFixture - Class in org.fest.swing.fixture
Understands functional testing of JSpinners: user input simulation state verification property value query
JSpinnerFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JSpinnerFixture
Creates a new JSpinnerFixture.
JSpinnerFixture(Robot, JSpinner) - Constructor for class org.fest.swing.fixture.JSpinnerFixture
Creates a new JSpinnerFixture.
JSplitPaneDriver - Class in org.fest.swing.driver
Understands functional testing of JSplitPanes: user input simulation state verification property value query This class is intended for internal use only.
JSplitPaneDriver(Robot) - Constructor for class org.fest.swing.driver.JSplitPaneDriver
Creates a new JSplitPaneDriver.
JSplitPaneFixture - Class in org.fest.swing.fixture
Understands functional testing of JSplitPanes: user input simulation state verification property value query
JSplitPaneFixture(Robot, JSplitPane) - Constructor for class org.fest.swing.fixture.JSplitPaneFixture
Creates a new JSplitPaneFixture.
JSplitPaneFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JSplitPaneFixture
Creates a new JSplitPaneFixture.
JTabbedPaneDriver - Class in org.fest.swing.driver
Understands functional testing of JTabbedPanes: user input simulation state verification property value query This class is intended for internal use only.
JTabbedPaneDriver(Robot) - Constructor for class org.fest.swing.driver.JTabbedPaneDriver
Creates a new JTabbedPaneDriver.
JTabbedPaneFixture - Class in org.fest.swing.fixture
Understands functional testing of JTabbedPanes: user input simulation state verification property value query
JTabbedPaneFixture(Robot, JTabbedPane) - Constructor for class org.fest.swing.fixture.JTabbedPaneFixture
Creates a new JTabbedPaneFixture.
JTabbedPaneFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JTabbedPaneFixture
Creates a new JTabbedPaneFixture.
JTabbedPaneFormatter - Class in org.fest.swing.format
Understands a formatter for JTabbedPanes.
JTabbedPaneFormatter() - Constructor for class org.fest.swing.format.JTabbedPaneFormatter
 
JTabbedPaneLocation - Class in org.fest.swing.driver
Understands a location on a JTabbedPane (notably a tab).
JTabbedPaneLocation() - Constructor for class org.fest.swing.driver.JTabbedPaneLocation
 
JTableCellFixture - Class in org.fest.swing.fixture
Understands functional testing of single cells in JTables: user input simulation state verification property value query
JTableCellFixture(JTableFixture, TableCell) - Constructor for class org.fest.swing.fixture.JTableCellFixture
Creates a new JTableCellFixture.
JTableCellReader - Interface in org.fest.swing.cell
Understands reading the internal value of a cell in a JTable as expected in a test.
JTableCellValidator - Class in org.fest.swing.driver
Understands validation of JTable-related information.
JTableCellWriter - Interface in org.fest.swing.cell
Understands how to edit the value of a cell in a JTable.
JTableCheckBoxEditorCellWriter - Class in org.fest.swing.driver
Understands an implementation of JTableCellWriter that knows how to use JTextComponents as cell editors.
JTableCheckBoxEditorCellWriter(Robot) - Constructor for class org.fest.swing.driver.JTableCheckBoxEditorCellWriter
 
JTableColumnByIdentifierQuery - Class in org.fest.swing.query
Understands an action that returns the index of a column in a JTable whose identifier matches the given one.
JTableComboBoxEditorCellWriter - Class in org.fest.swing.driver
Understands an implementation of JTableCellWriter that knows how to use JComboBoxes as cell editors.
JTableComboBoxEditorCellWriter(Robot) - Constructor for class org.fest.swing.driver.JTableComboBoxEditorCellWriter
 
JTableDriver - Class in org.fest.swing.driver
Understands functional testing of JTables: user input simulation state verification property value query This class is intended for internal use only.
JTableDriver(Robot) - Constructor for class org.fest.swing.driver.JTableDriver
Creates a new JTableDriver.
JTableFixture - Class in org.fest.swing.fixture
Understands functional testing of JTables: user input simulation state verification property value query
JTableFixture(Robot, JTable) - Constructor for class org.fest.swing.fixture.JTableFixture
Creates a new JTableFixture.
JTableFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JTableFixture
Creates a new JTableFixture.
JTableFormatter - Class in org.fest.swing.format
Understands a formatter for JTables.
JTableFormatter() - Constructor for class org.fest.swing.format.JTableFormatter
 
JTableHeaderDriver - Class in org.fest.swing.driver
Understands functional testing of JTableHeaders: user input simulation state verification property value query This class is intended for internal use only.
JTableHeaderDriver(Robot) - Constructor for class org.fest.swing.driver.JTableHeaderDriver
Creates a new JTableHeaderDriver.
JTableHeaderFixture - Class in org.fest.swing.fixture
Understands functional testing of JTableHeaders: user input simulation state verification property value query
JTableHeaderFixture(Robot, JTableHeader) - Constructor for class org.fest.swing.fixture.JTableHeaderFixture
Creates a new JTableHeaderFixture.
JTableHeaderLocation - Class in org.fest.swing.driver
Understands the location of a JTableHeader (a coordinate, column index or value.)
JTableHeaderLocation() - Constructor for class org.fest.swing.driver.JTableHeaderLocation
 
JTableLocation - Class in org.fest.swing.driver
Understands a visible location on a JTable.
JTableLocation() - Constructor for class org.fest.swing.driver.JTableLocation
 
JTableTextComponentEditorCellWriter - Class in org.fest.swing.driver
Understands an implementation of JTableCellWriter that knows how to use JTextComponents as cell editors.
JTableTextComponentEditorCellWriter(Robot) - Constructor for class org.fest.swing.driver.JTableTextComponentEditorCellWriter
 
JTextComponentDriver - Class in org.fest.swing.driver
Understands functional testing of JTextComponents: user input simulation state verification property value query This class is intended for internal use only.
JTextComponentDriver(Robot) - Constructor for class org.fest.swing.driver.JTextComponentDriver
Creates a new JTextComponentDriver.
JTextComponentFixture - Class in org.fest.swing.fixture
Understands functional testing of JTextComponents: user input simulation state verification property value query
JTextComponentFixture(Robot, JTextComponent) - Constructor for class org.fest.swing.fixture.JTextComponentFixture
Creates a new JTextComponentFixture.
JTextComponentFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JTextComponentFixture
Creates a new JTextComponentFixture.
JTextComponentMatcher - Class in org.fest.swing.core.matcher
Understands matching a JTextComponent by type, name or text.
JToggleButtonFixture - Class in org.fest.swing.fixture
Understands functional testing of JToggleButtons: user input simulation state verification property value query
JToggleButtonFixture(Robot, JToggleButton) - Constructor for class org.fest.swing.fixture.JToggleButtonFixture
Creates a new JToggleButtonFixture.
JToggleButtonFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JToggleButtonFixture
Creates a new JToggleButtonFixture.
JToolBarDriver - Class in org.fest.swing.driver
Understands functional testing of JToolBars: user input simulation state verification property value query This class is intended for internal use only.
JToolBarDriver(Robot) - Constructor for class org.fest.swing.driver.JToolBarDriver
Creates a new JToolBarDriver.
JToolBarFixture - Class in org.fest.swing.fixture
Understands functional testing of JToolBars: user input simulation state verification property value query
JToolBarFixture(Robot, JToolBar) - Constructor for class org.fest.swing.fixture.JToolBarFixture
Creates a new JToolBarFixture.
JToolBarFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JToolBarFixture
Creates a new JToolBarFixture.
JToolBarFixture.UnfloatConstraint - Enum in org.fest.swing.fixture
Understands constraints used to unfloat a floating JToolBar.
JToolBarLocation - Class in org.fest.swing.driver
Understands a visible location on a JToolBar.
JToolBarLocation() - Constructor for class org.fest.swing.driver.JToolBarLocation
 
JTreeCellReader - Interface in org.fest.swing.cell
Understands reading the internal value of a cell in a JTree as expected in a test.
JTreeDriver - Class in org.fest.swing.driver
Understands functional testing of JTrees: user input simulation state verification property value query This class is intended for internal use only.
JTreeDriver(Robot) - Constructor for class org.fest.swing.driver.JTreeDriver
Creates a new JTreeDriver.
JTreeFixture - Class in org.fest.swing.fixture
Understands functional testing of JTrees: user input simulation state verification property value query
JTreeFixture(Robot, JTree) - Constructor for class org.fest.swing.fixture.JTreeFixture
Creates a new JTreeFixture.
JTreeFixture(Robot, String) - Constructor for class org.fest.swing.fixture.JTreeFixture
Creates a new JTreeFixture.
JTreeFormatter - Class in org.fest.swing.format
Understands a formatter for JTrees.
JTreeFormatter() - Constructor for class org.fest.swing.format.JTreeFormatter
 
JTreeLocation - Class in org.fest.swing.driver
Understands a visible location on a JTree.
JTreeLocation() - Constructor for class org.fest.swing.driver.JTreeLocation
 
JTreeNodeFixture - Interface in org.fest.swing.fixture
Understands functional testing of single nodes in JTrees: user input simulation state verification property value query
JTreePathFixture - Class in org.fest.swing.fixture
Understands functional testing of single nodes, referenced by their paths, in JTrees: user input simulation state verification property value query
JTreePathFixture(JTreeFixture, String) - Constructor for class org.fest.swing.fixture.JTreePathFixture
Creates a new JTreePathFixture.
JTreeRowFixture - Class in org.fest.swing.fixture
Understands functional testing of single nodes, referenced by their row indices, in JTrees: user input simulation state verification property value query
JTreeRowFixture(JTreeFixture, int) - Constructor for class org.fest.swing.fixture.JTreeRowFixture
Creates a new JTreeRowFixture.

K

key() - Method in enum org.fest.swing.util.OSFamily
Returns the key (or abbreviation) of this OS family.
KeyboardInputSimulationFixture - Interface in org.fest.swing.fixture
Understands simulation of keyboard input on a GUI component.
keyCode(int) - Static method in class org.fest.swing.core.KeyPressInfo
Specifies the code of the key to press, without any modifiers (e.g.
keyCode() - Method in class org.fest.swing.core.KeyPressInfo
Returns the code of the key to press.
keyCombination(KeyPressInfo) - Method in class org.fest.swing.core.EmergencyAbortListener
Sets the key combination that will terminate any FEST-Swing test.
keyModifiers() - Method in class org.fest.swing.input.InputState
Returns the currently pressed key modifiers.
KeyPressInfo - Class in org.fest.swing.core
Understands information about pressing a keyboard key.
keysFor(int) - Static method in class org.fest.swing.util.Modifiers
Returns the key codes for the given modifier mask.
keyStroke() - Method in class org.fest.swing.keystroke.KeyStrokeMapping
Returns the KeyStroke corresponding to this mapping's KeyStrokeMapping.character().
keyStrokeFor(char) - Static method in class org.fest.swing.keystroke.KeyStrokeMap
Returns the KeyStroke corresponding to the given character, as best we can guess it, or null if we don't know how to generate it.
KeyStrokeMap - Class in org.fest.swing.keystroke
Understands a collection of KeyStrokeMapping.
KeyStrokeMapping - Class in org.fest.swing.keystroke
Understands a mapping between a character and a KeyStroke.
KeyStrokeMapping(char, int, int) - Constructor for class org.fest.swing.keystroke.KeyStrokeMapping
Creates a new KeyStrokeMapping.
KeyStrokeMapping(char, KeyStroke) - Constructor for class org.fest.swing.keystroke.KeyStrokeMapping
Creates a new KeyStrokeMapping.
KeyStrokeMappingProvider - Interface in org.fest.swing.keystroke
Understands how to provide a mapping between characters and KeyStrokes.
KeyStrokeMappingProvider_de - Class in org.fest.swing.keystroke
Understands mapping characters to KeyStrokes for locale GERMAN.
KeyStrokeMappingProvider_de() - Constructor for class org.fest.swing.keystroke.KeyStrokeMappingProvider_de
 
KeyStrokeMappingProvider_en - Class in org.fest.swing.keystroke
Understands mapping characters to KeyStrokes for locale ENGLISH.
KeyStrokeMappingProvider_en() - Constructor for class org.fest.swing.keystroke.KeyStrokeMappingProvider_en
 
KeyStrokeMappingProvider_fr - Class in org.fest.swing.keystroke
Understands mapping characters to KeyStrokes for locale FRENCH.
KeyStrokeMappingProvider_fr() - Constructor for class org.fest.swing.keystroke.KeyStrokeMappingProvider_fr
 
KeyStrokeMappingProvider_mac_fr_FR - Class in org.fest.swing.keystroke
Understands mapping characters to KeyStrokes for Mac OS and locale FRENCH.
KeyStrokeMappingProvider_mac_fr_FR() - Constructor for class org.fest.swing.keystroke.KeyStrokeMappingProvider_mac_fr_FR
 
keyStrokeMappings() - Method in class org.fest.swing.keystroke.DefaultKeyStrokeMappingProvider
Returns the default mapping of characters and KeyStrokes.
keyStrokeMappings() - Method in interface org.fest.swing.keystroke.KeyStrokeMappingProvider
Returns a collection KeyStrokeMappings to be used by KeyStrokeMap.
keyStrokeMappings() - Method in class org.fest.swing.keystroke.KeyStrokeMappingProvider_de
Returns the mapping between characters and KeyStrokes for locale GERMAN.
keyStrokeMappings() - Method in class org.fest.swing.keystroke.KeyStrokeMappingProvider_en
Returns the mapping between characters and KeyStrokes for locale ENGLISH.
keyStrokeMappings() - Method in class org.fest.swing.keystroke.KeyStrokeMappingProvider_fr
Returns the mapping between characters and KeyStrokes for locale FRENCH.
keyStrokeMappings() - Method in class org.fest.swing.keystroke.KeyStrokeMappingProvider_mac_fr_FR
Returns the mapping between characters and KeyStrokes for Mac OS and locale FRENCH.
KeyStrokeMappingsParser - Class in org.fest.swing.keystroke
Understands creation of KeyStrokeMappings by parsing a text file.
KeyStrokeMappingsParser() - Constructor for class org.fest.swing.keystroke.KeyStrokeMappingsParser
 

L

label() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JLabel found in this fixture's Container.
label(GenericTypeMatcher<? extends JLabel>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JLabel in this fixture's Container, that matches the specified search criteria.
label(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JLabel in this fixture's Container, which name matches the specified one.
label() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JLabel found in this fixture's Container.
label(GenericTypeMatcher<? extends JLabel>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JLabel in this fixture's Container, that matches the specified search criteria.
label(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JLabel in this fixture's Container, which name matches the specified one.
LabelMatcher - Class in org.fest.swing.core
Understands Component matching by the text of the associated JLabel and (optionally) by type.
LabelMatcher(String) - Constructor for class org.fest.swing.core.LabelMatcher
Creates a new LabelMatcher.
LabelMatcher(String, boolean) - Constructor for class org.fest.swing.core.LabelMatcher
Creates a new LabelMatcher.
LabelMatcher(String, Class<? extends Component>) - Constructor for class org.fest.swing.core.LabelMatcher
Creates a new LabelMatcher.
LabelMatcher(String, Class<? extends Component>, boolean) - Constructor for class org.fest.swing.core.LabelMatcher
Creates a new LabelMatcher.
lastEventTime() - Method in class org.fest.swing.input.InputState
Returns the time when the last input event occurred.
leftButton() - Static method in class org.fest.swing.core.MouseClickInfo
Specifies that the left button should be clicked once.
LINE_SEPARATOR - Static variable in class org.fest.swing.util.System
Deprecated.  
list() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JList found in this fixture's Container.
list(GenericTypeMatcher<? extends JList>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JList in this fixture's Container, that matches the specified search criteria.
list(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JList in this fixture's Container, which name matches the specified one.
list() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JList found in this fixture's Container.
list(GenericTypeMatcher<? extends JList>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JList in this fixture's Container, that matches the specified search criteria.
list(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JList in this fixture's Container, which name matches the specified one.
list() - Method in class org.fest.swing.fixture.JComboBoxFixture
Finds and returns the JList in the pop-up raised by this fixture's JComboBox.
loadDescription() - Method in class org.fest.swing.edt.GuiLazyLoadingDescription
Returns the lazy-loaded text of this description.
location - Variable in class org.fest.swing.driver.AbstractJTableCellWriter
 
locationOnScreen(Component) - Static method in class org.fest.swing.query.ComponentLocationOnScreenQuery
Returns the location of the given Component on screen.
locationOnScreenOf(Component) - Static method in class org.fest.swing.awt.AWT
Safe version of Component.getLocationOnScreen(), which avoids lockup if an AWT pop-up menu is showing.
LocationUnavailableException - Exception in org.fest.swing.exception
Understands an error raised when the location of a Component cannot be provided.
LocationUnavailableException(String) - Constructor for exception org.fest.swing.exception.LocationUnavailableException
Creates a new LocationUnavailableException.
LocationUnavailableException(String, Throwable) - Constructor for exception org.fest.swing.exception.LocationUnavailableException
Creates a new LocationUnavailableException.
lookup(int) - Static method in enum org.fest.swing.core.MouseButton
Returns the mouse button whose mask matches the given mask.

M

makeFloat(JToolBar) - Method in class org.fest.swing.driver.JToolBarDriver
Makes the given JToolBar float.
mapping(char, int, int) - Static method in class org.fest.swing.keystroke.KeyStrokeMapping
Creates a new KeyStrokeMapping.
mask - Variable in enum org.fest.swing.core.MouseButton
The mouse button modifier.
maskFor(int) - Static method in class org.fest.swing.util.Modifiers
Returns the modifier mask for the given key code.
match(Pattern, String) - Static method in class org.fest.swing.util.Strings
Indicates if the given String matches the given regular expression pattern.
match(Pattern, CharSequence) - Static method in class org.fest.swing.util.Strings
Indicates if the given CharSequence matches the given regular expression pattern.
matches(Component) - Method in interface org.fest.swing.core.ComponentMatcher
Verifies that the given Component matches some lookup criteria.
matches(Component) - Method in class org.fest.swing.core.GenericTypeMatcher
Verifies that the given Component: Is an instance of the generic type specified in this ComponentMatcher Matches some search criteria
matches(Component) - Method in class org.fest.swing.core.LabelMatcher
Indicates whether the given Component matches the criteria specified in this matcher: the text of the JLabel attached to the component to look for matches the text specified in this matcher the component to look for is of the type specified in this matcher (if specified) visibility of the given Component matches the value specified in this matcher
matches(Component) - Method in class org.fest.swing.core.NameMatcher
Indicates whether the name and visibility of the given Component matches the value specified in this matcher.
matches(Component) - Method in class org.fest.swing.core.TypeMatcher
Indicates whether the type and visibility of the given Component matches the value specified in this matcher.
matches(Component) - Method in class org.fest.swing.driver.JMenuItemMatcher
Indicates whether the given component is a JMenuItem whose text matches the path specified in this matcher.
maximize(Frame) - Method in class org.fest.swing.driver.FrameDriver
Makes the Frame full size.
maximize(JInternalFrame) - Method in class org.fest.swing.driver.JInternalFrameDriver
Maximizes the given JInternalFrame, deconifying it first if it is iconified.
maximize() - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user maximizing this fixture's Frame.
maximize() - Method in interface org.fest.swing.fixture.FrameLikeFixture
Simulates a user maximizing this fixture's frame-like component.
maximize() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user maximizing this fixture's JInternalFrame, deconifying it first if it is iconified.
menuItem(JPopupMenu, String) - Method in class org.fest.swing.driver.JPopupMenuDriver
Finds a JMenuItem, contained in the Container, which name matches the specified one.
menuItem(JPopupMenu, GenericTypeMatcher<? extends JMenuItem>) - Method in class org.fest.swing.driver.JPopupMenuDriver
Finds a JMenuItem, contained in the Container, that matches the specified search criteria.
menuItem(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JMenuItem, contained in this fixture's Container, which name matches the specified one.
menuItem(GenericTypeMatcher<? extends JMenuItem>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JMenuItem, contained in this fixture's Container, that matches the specified search criteria.
menuItem(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JMenuItem, contained in this fixture's Container, which name matches the specified one.
menuItem(GenericTypeMatcher<? extends JMenuItem>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JMenuItem, contained in this fixture's Container, that matches the specified search criteria.
menuItem(String) - Method in class org.fest.swing.fixture.JPopupMenuFixture
Finds a JMenuItem, contained in this fixture's JPopupMenu, which name matches the specified one.
menuItem(GenericTypeMatcher<? extends JMenuItem>) - Method in class org.fest.swing.fixture.JPopupMenuFixture
Finds a JMenuItem, contained in this fixture's JPopupMenu, that matches the specified search criteria.
menuItemWithPath(String...) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JMenuItem in this fixture's Container, which path matches the given one.
menuItemWithPath(String...) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JMenuItem in this fixture's Container, which path matches the given one.
menuItemWithPath(String...) - Method in class org.fest.swing.fixture.JPopupMenuFixture
Finds a JMenuItem in this fixture's JPopupMenu, which path matches the given one.
menuLabels() - Method in class org.fest.swing.fixture.JPopupMenuFixture
Returns the contents of this fixture's JPopupMenu.
menuLabelsOf(JPopupMenu) - Method in class org.fest.swing.driver.JPopupMenuDriver
Returns the contents of the pop-up menu as a String array.
middleButton() - Static method in class org.fest.swing.core.MouseClickInfo
Specifies that the middle button should be clicked once.
modifiers() - Method in class org.fest.swing.core.KeyPressInfo
Returns the modifiers to use when pressing the specified key.
modifiers(int...) - Method in class org.fest.swing.core.KeyPressInfo
Specifies the modifiers to use when pressing the specified key (e.g.
modifiers() - Method in class org.fest.swing.input.InputState
Returns all currently active modifiers.
Modifiers - Class in org.fest.swing.util
Understands utility methods related to input modifiers.
MouseButton - Enum in org.fest.swing.core
Understands mouse buttons.
MouseClickInfo - Class in org.fest.swing.core
Understands information about clicking a mouse button.
mouseComponent() - Method in class org.fest.swing.input.InputState
Returns the last known Component to contain the pointer, or null if none.
MouseInputSimulationFixture - Interface in org.fest.swing.fixture
Understands simulation of mouse input on a GUI component.
mouseLocation() - Method in class org.fest.swing.input.InputState
Returns the mouse location relative to the component that currently contains the pointer, or null if outside all components.
mouseLocationOnScreen() - Method in class org.fest.swing.input.InputState
Returns the last known mouse location.
move(Container, int, int) - Method in class org.fest.swing.driver.ContainerDriver
Move the given Container to the requested location.
moveDividerTo(JSplitPane, int) - Method in class org.fest.swing.driver.JSplitPaneDriver
Sets the divider position to an absolute position.
moveDividerTo(int) - Method in class org.fest.swing.fixture.JSplitPaneFixture
Simulates a user moving the divider of this fixture's JSplitPane.
moveMouse(Component) - Method in class org.fest.swing.core.BasicRobot
Simulates a user moving the mouse pointer to the center of the given Component.
moveMouse(Component, Point) - Method in class org.fest.swing.core.BasicRobot
Simulates a user moving the mouse pointer to the given coordinates relative to the given Component.
moveMouse(Component, int, int) - Method in class org.fest.swing.core.BasicRobot
Simulates a user moving the mouse pointer to the given coordinates relative to the given Component.
moveMouse(Point) - Method in class org.fest.swing.core.BasicRobot
Simulates a user moving the mouse pointer to the given coordinates.
moveMouse(int, int) - Method in class org.fest.swing.core.BasicRobot
Simulates a user moving the mouse pointer to the given coordinates.
moveMouse(Component) - Method in interface org.fest.swing.core.Robot
Simulates a user moving the mouse pointer to the center of the given Component.
moveMouse(Component, Point) - Method in interface org.fest.swing.core.Robot
Simulates a user moving the mouse pointer to the given coordinates relative to the given Component.
moveMouse(Component, int, int) - Method in interface org.fest.swing.core.Robot
Simulates a user moving the mouse pointer to the given coordinates relative to the given Component.
moveMouse(Point) - Method in interface org.fest.swing.core.Robot
Simulates a user moving the mouse pointer to the given coordinates.
moveMouse(int, int) - Method in interface org.fest.swing.core.Robot
Simulates a user moving the mouse pointer to the given coordinates.
moveMouseIgnoringAnyError(Component, Point) - Method in class org.fest.swing.driver.ComponentDriver
Simulates a user moving the mouse pointer to the given coordinates relative to the given Component.
moveMouseIgnoringAnyError(Component, int, int) - Method in class org.fest.swing.driver.ComponentDriver
Simulates a user moving the mouse pointer to the given coordinates relative to the given Component.
moveTo(JInternalFrame, Point) - Method in class org.fest.swing.driver.JInternalFrameDriver
Moves the JInternalFrame to the given location.
moveTo(Window, Point) - Method in class org.fest.swing.driver.WindowDriver
Moves the Window to the given location.
moveTo(Point) - Method in class org.fest.swing.fixture.DialogFixture
Simulates a user moving this fixture's Dialog to the given point.
moveTo(Point) - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user moving this fixture's Frame to the given point.
moveTo(Point) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user moving this fixture's JInternalFrame to the given point.
moveTo(Point) - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
Simulates a user moving this fixture's window-like container to the given point.
moveToBack(JInternalFrame) - Method in class org.fest.swing.driver.JInternalFrameDriver
Brings the given JInternalFrame to the back.
moveToBack(Window) - Method in class org.fest.swing.driver.WindowDriver
If the given Window is visible, sends it to the back and may cause it to lose focus or activation if it is the focused or active.
moveToBack() - Method in class org.fest.swing.fixture.DialogFixture
If the given Dialog is visible, sends it to the back and may cause it to lose focus or activation if it is the focused or active.
moveToBack() - Method in class org.fest.swing.fixture.FrameFixture
If the given Frame is visible, sends it to the back and may cause it to lose focus or activation if it is the focused or active.
moveToBack() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Brings this fixture's JInternalFrame to the back.
moveToBack() - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
Sends this fixture's window-like component to the back.
moveToFront(JInternalFrame) - Method in class org.fest.swing.driver.JInternalFrameDriver
Brings the given JInternalFrame to the front.
moveToFront(Window) - Method in class org.fest.swing.driver.WindowDriver
If the given Window is visible, brings it to the front and may make it the focused one.
moveToFront() - Method in class org.fest.swing.fixture.DialogFixture
If fixture's Dialog is visible, brings it to the front and may make it the focused one.
moveToFront() - Method in class org.fest.swing.fixture.FrameFixture
If fixture's Frame is visible, brings it to the front and may make it the focused one.
moveToFront() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Brings this fixture's JInternalFrame to the front.
moveToFront() - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
Brings this fixture's window-like component to the front.

N

name - Variable in class org.fest.swing.core.matcher.NamedComponentMatcherTemplate
The component name to match.
name - Variable in class org.fest.swing.launcher.AppletParameter
 
name(String) - Static method in class org.fest.swing.launcher.AppletParameter
Starting point of the fluent interface for creation of AppletParameters.
NamedComponentMatcherTemplate<T extends Component> - Class in org.fest.swing.core.matcher
Understands a template for matching components by name.
NamedComponentMatcherTemplate(Class<T>) - Constructor for class org.fest.swing.core.matcher.NamedComponentMatcherTemplate
Creates a new NamedComponentMatcherTemplate.
NamedComponentMatcherTemplate(Class<T>, Object) - Constructor for class org.fest.swing.core.matcher.NamedComponentMatcherTemplate
Creates a new NamedComponentMatcherTemplate.
NameMatcher - Class in org.fest.swing.core
Understands Component matching by name and (optionally) by type.
NameMatcher(String) - Constructor for class org.fest.swing.core.NameMatcher
Creates a new NameMatcher.
NameMatcher(String, boolean) - Constructor for class org.fest.swing.core.NameMatcher
Creates a new NameMatcher.
NameMatcher(String, Class<? extends Component>) - Constructor for class org.fest.swing.core.NameMatcher
Creates a new NameMatcher.
NameMatcher(String, Class<? extends Component>, boolean) - Constructor for class org.fest.swing.core.NameMatcher
Creates a new NameMatcher.
NewHierarchy - Class in org.fest.swing.hierarchy
Understands isolation of a component hierarchy to limit to only those components created during the lifetime of this hierarchy.
newRobotInPrimaryScreen() - Method in class org.fest.swing.util.RobotFactory
Constructs a Robot object in the coordinate system of the primary screen.
newViewer(Applet) - Static method in class org.fest.swing.applet.AppletViewer
Creates a new AppletViewer.
newViewer(Applet, Map<String, String>) - Static method in class org.fest.swing.applet.AppletViewer
Creates a new AppletViewer.
newViewer(Applet, AppletStub) - Static method in class org.fest.swing.applet.AppletViewer
Creates a new AppletViewer.
NO_MASK - Static variable in interface org.fest.swing.keystroke.KeyStrokeMappingProvider
Value to use when a key stroke is not using modifiers.
noButton(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
Finds the "No" button in the JOptionPane.
noButton() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Returns a fixture wrapping the "No" button in this fixture's JOptionPane.
node(int) - Method in class org.fest.swing.fixture.JTreeFixture
Returns a fixture that manages the node specified by the given row.
node(String) - Method in class org.fest.swing.fixture.JTreeFixture
Returns a fixture that manages the node specified by the given path.
nodeValue(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
Returns the String representation of the node at the given path.
nodeValue(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
Returns the String representation of the node at the given row index.
NoExitSecurityManager - Class in org.fest.swing.security
Understands a SecurityManager that does not allow an application under test to terminate the current JVM.
NoExitSecurityManager() - Constructor for class org.fest.swing.security.NoExitSecurityManager
Creates a new NoExitSecurityManager.
NoExitSecurityManager(ExitCallHook) - Constructor for class org.fest.swing.security.NoExitSecurityManager
Creates a new NoExitSecurityManager.
NoExitSecurityManagerInstaller - Class in org.fest.swing.security
Understands installing/uninstalling a NoExitSecurityManager.
normalize(Frame) - Method in class org.fest.swing.driver.FrameDriver
Normalizes the given Frame.
normalize(JInternalFrame) - Method in class org.fest.swing.driver.JInternalFrameDriver
Normalizes the given JInternalFrame, deconifying it first if it is iconified.
normalize() - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user normalizing this fixture's Frame.
normalize() - Method in interface org.fest.swing.fixture.FrameLikeFixture
Simulates a user normalizing this fixture's frame-like component.
normalize() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user normalizing this fixture's JInternalFrame, deconifying it first if it is iconified.
notNullRobot(Robot) - Static method in class org.fest.swing.fixture.ComponentFixtureValidator
Verifies that the given Robot is not null.
notNullTarget(T) - Static method in class org.fest.swing.fixture.ComponentFixtureValidator
Verifies that the given Component is not null.

O

okButton(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
Finds the "OK" button in the JOptionPane.
okButton() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Returns a fixture wrapping the "OK" button in this fixture's JOptionPane.
optionPane() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns the only JOptionPane currently available (if any.) This method uses the value defined in ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUT as the default lookup timeout.
optionPane(Timeout) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns the only JOptionPane currently available (if any.)
optionPane() - Method in class org.fest.swing.fixture.ContainerFixture
Returns the only JOptionPane currently available (if any.) This method uses the value defined in ComponentContainerFixture.DEFAULT_DIALOG_LOOKUP_TIMEOUT as the default lookup timeout.
optionPane(Timeout) - Method in class org.fest.swing.fixture.ContainerFixture
Returns the only JOptionPane currently available (if any.)
org.fest.swing.annotation - package org.fest.swing.annotation
FEST-specific annotations and utility methods.
org.fest.swing.applet - package org.fest.swing.applet
Support for testing Java Applets.
org.fest.swing.awt - package org.fest.swing.awt
Utility methods related to AWT.
org.fest.swing.cell - package org.fest.swing.cell
Support for custom cell renderers in components like JComboBox, JList, JTable and JTree.
org.fest.swing.core - package org.fest.swing.core
Building blocks for all FEST-Swing fixtures.
org.fest.swing.core.matcher - package org.fest.swing.core.matcher
Common implementations of GenericTypeMatcher.
org.fest.swing.data - package org.fest.swing.data
Simple (but useful) data structures.
org.fest.swing.driver - package org.fest.swing.driver
Drivers that simulate user input on GUI Components.
org.fest.swing.edt - package org.fest.swing.edt
Support for GUI component access from the event dispatch thread (EDT.)
org.fest.swing.exception - package org.fest.swing.exception
All exception classes in FEST-Swing.
org.fest.swing.finder - package org.fest.swing.finder
Support for testing time-consuming tasks.
org.fest.swing.fixture - package org.fest.swing.fixture
The power and flexibility of FEST-Swing come from the fixtures in this package.
org.fest.swing.format - package org.fest.swing.format
Component formatters that create a String representation of GUI components.
org.fest.swing.hierarchy - package org.fest.swing.hierarchy
GUI component hierarchies.
org.fest.swing.image - package org.fest.swing.image
Utility methods related to images.
org.fest.swing.input - package org.fest.swing.input
Classes in this package keep track of input events.
org.fest.swing.keystroke - package org.fest.swing.keystroke
Maps characters to key strokes for several languages.
org.fest.swing.launcher - package org.fest.swing.launcher
Launches applications from a "main" method and Java applets
org.fest.swing.listener - package org.fest.swing.listener
Event listeners intended for internal use only.
org.fest.swing.lock - package org.fest.swing.lock
Ensures that GUI tests are executed sequentially to prevent locking between GUIs.
org.fest.swing.monitor - package org.fest.swing.monitor
Monitors that track the state of GUI components (intended for internal use only.)
org.fest.swing.query - package org.fest.swing.query
Queries, executed in the event dispatch thread (EDT,) that read property values from GUI components.
org.fest.swing.security - package org.fest.swing.security
Support for security-related utilities.
org.fest.swing.testing - package org.fest.swing.testing
Support for writing test classes.
org.fest.swing.timing - package org.fest.swing.timing
Time-related operations.
org.fest.swing.util - package org.fest.swing.util
Some useful utility methods.
OSFamily - Enum in org.fest.swing.util
Understands a Operating System family.
osFamily() - Static method in class org.fest.swing.util.Platform
Returns the current operating system family.
ownerLessWindows() - Static method in class org.fest.swing.awt.AWT
Returns an array of all Windows that have no owner.

P

Pair<I,II> - Class in org.fest.swing.util
Understands a tuple of size 2.
Pair(I, II) - Constructor for class org.fest.swing.util.Pair
Creates a new Pair.
panel() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JPanel found in this fixture's Container.
panel(GenericTypeMatcher<? extends JPanel>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JPanel in this fixture's Container, that matches the specified search criteria.
panel(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JPanel in this fixture's Container, which name matches the specified one.
panel() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JPanel found in this fixture's Container.
panel(GenericTypeMatcher<? extends JPanel>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JPanel in this fixture's Container, that matches the specified search criteria.
panel(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JPanel in this fixture's Container, which name matches the specified one.
parameterValue(JApplet, String) - Method in class org.fest.swing.driver.JAppletDriver
Returns the value of the named parameter in the given JApplet in the HTML tag, or null if not set.
parentOf(Component) - Method in interface org.fest.swing.hierarchy.ComponentHierarchy
Return the parent for the given component.
parentOf(Component) - Method in class org.fest.swing.hierarchy.ExistingHierarchy
Return the parent for the given component.
parentOf(Component) - Method in class org.fest.swing.hierarchy.SingleComponentHierarchy
Returns the parent component for the given Component.
parentOf(Component) - Static method in class org.fest.swing.query.ComponentParentQuery
Returns the parent of the given Component.
parentOrInvoker() - Method in class org.fest.swing.driver.JMenuItemLocation
Returns the parent of JMenuItem, or its invoker (if it is in a pop-up.)
parentPopup() - Method in class org.fest.swing.driver.JMenuItemLocation
Returns the parent pop-up menu, or null if the JMenuItem is not in a pop-up.
parse(String) - Method in class org.fest.swing.keystroke.KeyStrokeMappingsParser
Creates a KeyStrokeMappingProvider containing all the character-keystroke mappings specified in the file with the given name.
parse(File) - Method in class org.fest.swing.keystroke.KeyStrokeMappingsParser
Creates a KeyStrokeMappingProvider containing all the character-keystroke mappings specified in the given file.
ParsingException - Exception in org.fest.swing.exception
Understands an exception thrown when an unexpected error occurs while parsing a file.
ParsingException(String) - Constructor for exception org.fest.swing.exception.ParsingException
Creates a new ParsingException.
ParsingException(String, Throwable) - Constructor for exception org.fest.swing.exception.ParsingException
Creates a new ParsingException.
path() - Method in class org.fest.swing.fixture.JTreePathFixture
Returns the path of this fixture's node.
pathBoundsAndCoordinates(JTree, TreePath) - Method in class org.fest.swing.driver.JTreeLocation
Returns the bounds and visible coordinates of the given path.
pathFor(JTree, int) - Method in class org.fest.swing.driver.JTreeLocation
Returns the path for the given row.
Patterns - Class in org.fest.swing.util
Understands utility methods for regular expression patterns.
PatternTextMatcher - Class in org.fest.swing.util
Understands matching text to a group of String values.
PatternTextMatcher(Pattern...) - Constructor for class org.fest.swing.util.PatternTextMatcher
Creates a new PatternTextMatcher.
Pause - Class in org.fest.swing.timing
Understands waiting for period of time or for a particular condition to be satisfied.
pause(Condition) - Static method in class org.fest.swing.timing.Pause
Waits until the given condition is satisfied.
pause(Condition, Timeout) - Static method in class org.fest.swing.timing.Pause
Waits until the given condition is satisfied.
pause(Condition, long) - Static method in class org.fest.swing.timing.Pause
Waits until the given condition is satisfied.
pause(Condition[]) - Static method in class org.fest.swing.timing.Pause
Waits until the given conditions are satisfied.
pause(Condition[], Timeout) - Static method in class org.fest.swing.timing.Pause
Waits until the given conditions are satisfied.
pause(Condition[], long) - Static method in class org.fest.swing.timing.Pause
Waits until the given conditions are satisfied.
pause(long, TimeUnit) - Static method in class org.fest.swing.timing.Pause
Sleeps for the specified time.
pause(long) - Static method in class org.fest.swing.timing.Pause
Sleeps for the specified time.
pause() - Static method in class org.fest.swing.timing.Pause
Sleeps for 10 milliseconds.
performAccessibleActionOf(Component) - Method in class org.fest.swing.driver.ComponentDriver
Performs the AccessibleAction in the given Component's event queue.
Platform - Class in org.fest.swing.util
Understands platform-specific functionality.
PNG - Static variable in class org.fest.swing.image.ImageFileExtensions
PNG file extension
PNG_EXTENSION - Static variable in class org.fest.swing.image.ScreenshotTaker
Deprecated. use ImageFileExtensions.PNG instead.
pointAt(JList, String) - Method in class org.fest.swing.driver.JListDriver
Returns the coordinates of the first item matching the given value.
pointAt(JSlider, int) - Method in class org.fest.swing.driver.JSliderLocation
Returns the coordinates of the given value in the given JSlider.
pointAt(JTabbedPane, int) - Method in class org.fest.swing.driver.JTabbedPaneLocation
Returns the coordinates of the tab under the given index.
pointAt(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Converts the given table cell into a coordinate pair.
pointAt(JTableHeader, TextMatcher) - Method in class org.fest.swing.driver.JTableHeaderLocation
Returns the index and the coordinates of the column which name matches the value in the given TextMatcher.
pointAt(JTableHeader, int) - Method in class org.fest.swing.driver.JTableHeaderLocation
Returns the coordinates of the column under the given index.
pointAt(JTable, int, int) - Method in class org.fest.swing.driver.JTableLocation
Converts the given row and column into a coordinate pair.
pointAt(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
Converts the given cell into a coordinate pair.
pointToGrab(JToolBar) - Method in class org.fest.swing.driver.JToolBarLocation
Returns the point where to grab the given JToolBar.
popupMask() - Static method in class org.fest.swing.awt.AWT
Returns the InputEvent mask for the pop-up trigger button.
popupOnPress() - Static method in class org.fest.swing.awt.AWT
Returns whether the platform registers a pop-up on mouse press.
pressAndReleaseKey(int, int...) - Method in class org.fest.swing.core.BasicRobot
Type the given key code with the given modifiers.
pressAndReleaseKey(int, int...) - Method in interface org.fest.swing.core.Robot
Type the given key code with the given modifiers.
pressAndReleaseKey(Component, KeyPressInfo) - Method in class org.fest.swing.driver.ComponentDriver
Simulates a user pressing and releasing the given key on the Component.
pressAndReleaseKey(Component, int, int[]) - Method in class org.fest.swing.driver.ComponentDriver
Simulates a user pressing and releasing the given key on the Component.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.DialogFixture
Simulates a user pressing given key with the given modifiers on this fixture's Dialog.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user pressing given key with the given modifiers on this fixture's Frame.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.GenericComponentFixture
Simulates a user pressing given key with the given modifiers on this fixture's GUI component.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JButtonFixture
Simulates a user pressing given key with the given modifiers on this fixture's JButton.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JCheckBoxFixture
Simulates a user pressing given key with the given modifiers on this fixture's JCheckBox.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user pressing given key with the given modifiers on this fixture's JComboBox.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JFileChooserFixture
Simulates a user pressing given key with the given modifiers on this fixture's JFileChooser.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user pressing given key with the given modifiers on this fixture's JInternalFrame.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JLabelFixture
Simulates a user pressing given key with the given modifiers on this fixture's JLabel.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user pressing given key with the given modifiers on this fixture's JList.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JMenuItemFixture
Simulates a user pressing given key with the given modifiers on this fixture's JMenuItem.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Simulates a user pressing given key with the given modifiers on this fixture's JOptionPane.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JPanelFixture
Simulates a user pressing given key with the given modifiers on this fixture's JPanel.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JPopupMenuFixture
Simulates a user pressing given key with the given modifiers on this fixture's JPopupMenu.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JRadioButtonFixture
Simulates a user pressing given key with the given modifiers on this fixture's JRadioButton.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user pressing given key with the given modifiers on this fixture's JScrollBar.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JScrollPaneFixture
Simulates a user pressing given key with the given modifiers on this fixture's JScrollPane.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JSliderFixture
Simulates a user pressing given key with the given modifiers on this fixture's JSlider.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user pressing given key with the given modifiers on this fixture's JSpinner.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JSplitPaneFixture
Simulates a user pressing given key with the given modifiers on this fixture's JSplitPane.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Simulates a user pressing given key with the given modifiers on this fixture's JTabbedPane.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user pressing given key with the given modifiers on this fixture's JTable.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JTextComponentFixture
Simulates a user pressing given key with the given modifiers on this fixture's JTextComponent.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JToggleButtonFixture
Simulates a user pressing given key with the given modifiers on this fixture's JToggleButton.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JToolBarFixture
Simulates a user pressing given key with the given modifiers on this fixture's JToolBar.
pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user pressing given key with the given modifiers on this fixture's JTree.
pressAndReleaseKey(KeyPressInfo) - Method in interface org.fest.swing.fixture.KeyboardInputSimulationFixture
Simulates a user pressing given key with the given modifiers on this fixture's GUI component.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.core.BasicRobot
Simulates a user pressing and releasing the given keys.
pressAndReleaseKeys(int...) - Method in interface org.fest.swing.core.Robot
Simulates a user pressing and releasing the given keys.
pressAndReleaseKeys(Component, int...) - Method in class org.fest.swing.driver.ComponentDriver
Simulates a user pressing and releasing the given keys on the Component.
pressAndReleaseKeys(JComboBox, int...) - Method in class org.fest.swing.driver.JComboBoxDriver
Simulates a user pressing and releasing the given keys on the JComboBox.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.DialogFixture
Simulates a user pressing and releasing the given keys on this fixture's Dialog.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user pressing and releasing the given keys on this fixture's Frame.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.GenericComponentFixture
Simulates a user pressing and releasing the given keys on this fixture's GUI component.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JButtonFixture
Simulates a user pressing and releasing the given keys on this fixture's JButton.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JCheckBoxFixture
Simulates a user pressing and releasing the given keys on this fixture's JCheckBox.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user pressing and releasing the given keys on this fixture's JComboBox.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JFileChooserFixture
Simulates a user pressing and releasing the given keys on the JFileChooser managed by this fixture.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user pressing and releasing the given keys on this fixture's JInternalFrame .
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JLabelFixture
Simulates a user pressing and releasing the given keys on this fixture's JLabel.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user pressing and releasing the given keys on this fixture's JList.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JMenuItemFixture
Simulates a user pressing and releasing the given keys on this fixture's JMenuItem.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Simulates a user pressing and releasing the given keys this fixture's JOptionPane.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JPanelFixture
Simulates a user pressing and releasing the given keys on the JPanel managed by this fixture.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JPopupMenuFixture
Simulates a user pressing and releasing the given keys on this fixture's JPopupMenu.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JRadioButtonFixture
Simulates a user pressing and releasing the given keys on this fixture's JRadioButton.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user pressing and releasing the given keys on the JScrollBar managed by this fixture.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JScrollPaneFixture
Simulates a user pressing and releasing the given keys on the JScrollPane managed by this fixture.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JSliderFixture
Simulates a user pressing and releasing the given keys on this fixture's JSlider.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user pressing and releasing the given keys on this fixture's JSpinner.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JSplitPaneFixture
Simulates a user pressing and releasing the given keys on this fixture's JSplitPane.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Simulates a user pressing and releasing the given keys on this fixture's JTabbedPane.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user pressing and releasing the given keys on this fixture's JTable.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JTextComponentFixture
Simulates a user pressing and releasing the given keys in this fixture's JTextComponent.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JToggleButtonFixture
Simulates a user pressing and releasing the given keys on this fixture's JToggleButton.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JToolBarFixture
Simulates a user pressing and releasing the given keys in this fixture's JToolBar.
pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user pressing and releasing the given keys in this fixture's JTree.
pressAndReleaseKeys(int...) - Method in interface org.fest.swing.fixture.KeyboardInputSimulationFixture
Simulates a user pressing and releasing the given keys on this fixture's GUI component.
pressKey(int) - Method in class org.fest.swing.core.BasicRobot
Simulates a user pressing given key.
pressKey(int) - Method in interface org.fest.swing.core.Robot
Simulates a user pressing given key.
pressKey(Component, int) - Method in class org.fest.swing.driver.ComponentDriver
Simulates a user pressing given key on the Component.
pressKey(int) - Method in class org.fest.swing.fixture.DialogFixture
Simulates a user pressing the given key on this fixture's Dialog.
pressKey(int) - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user pressing the given key on this fixture's Frame.
pressKey(int) - Method in class org.fest.swing.fixture.GenericComponentFixture
Simulates a user pressing given key on this fixture's GUI component.
pressKey(int) - Method in class org.fest.swing.fixture.JButtonFixture
Simulates a user pressing the given key on this fixture's JButton.
pressKey(int) - Method in class org.fest.swing.fixture.JCheckBoxFixture
Simulates a user pressing the given key on this fixture's JCheckBox.
pressKey(int) - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user pressing the given key on this fixture's JComboBox.
pressKey(int) - Method in class org.fest.swing.fixture.JFileChooserFixture
Simulates a user pressing the given key on this fixture's JFileChooser.
pressKey(int) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user pressing given key on this fixture's JInternalFrame.
pressKey(int) - Method in class org.fest.swing.fixture.JLabelFixture
Simulates a user pressing the given key on this fixture's JLabel.
pressKey(int) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user pressing the given key on this fixture's JList.
pressKey(int) - Method in class org.fest.swing.fixture.JMenuItemFixture
Simulates a user pressing the given key on this fixture's JMenuItem.
pressKey(int) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Simulates a user pressing the given key on this fixture's JOptionPane.
pressKey(int) - Method in class org.fest.swing.fixture.JPanelFixture
Simulates a user pressing the given key on this fixture's JPanel.
pressKey(int) - Method in class org.fest.swing.fixture.JPopupMenuFixture
Simulates a user pressing the given key on this fixture's JPopupMenu.
pressKey(int) - Method in class org.fest.swing.fixture.JRadioButtonFixture
Simulates a user pressing the given key on this fixture's JRadioButton.
pressKey(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user pressing the given key on this fixture's JScrollBar.
pressKey(int) - Method in class org.fest.swing.fixture.JScrollPaneFixture
Simulates a user pressing the given key on this fixture's JScrollPane.
pressKey(int) - Method in class org.fest.swing.fixture.JSliderFixture
Simulates a user pressing the given key on this fixture's JSlider.
pressKey(int) - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user pressing the given key on this fixture's JSpinner.
pressKey(int) - Method in class org.fest.swing.fixture.JSplitPaneFixture
Simulates a user pressing the given key on this fixture's JSplitPane.
pressKey(int) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Simulates a user pressing the given key on this fixture's JTabbedPane.
pressKey(int) - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user pressing the given key on this fixture's JTable.
pressKey(int) - Method in class org.fest.swing.fixture.JTextComponentFixture
Simulates a user pressing the given key on this fixture's JTextComponent.
pressKey(int) - Method in class org.fest.swing.fixture.JToggleButtonFixture
Simulates a user pressing the given key on this fixture's JToggleButton.
pressKey(int) - Method in class org.fest.swing.fixture.JToolBarFixture
Simulates a user pressing the given key on this fixture's JToolBar.
pressKey(int) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user pressing the given key on this fixture's JTree.
pressKey(int) - Method in interface org.fest.swing.fixture.KeyboardInputSimulationFixture
Simulates a user pressing given key on this fixture's GUI component.
pressModifiers(int) - Method in class org.fest.swing.core.BasicRobot
Presses the appropriate modifiers corresponding to the given mask.
pressModifiers(int) - Method in interface org.fest.swing.core.Robot
Presses the appropriate modifiers corresponding to the given mask.
pressMouse(MouseButton) - Method in class org.fest.swing.core.BasicRobot
Simulates a user pressing a mouse button.
pressMouse(Component, Point) - Method in class org.fest.swing.core.BasicRobot
Simulates a user pressing the left mouse button on the given Component.
pressMouse(Component, Point, MouseButton) - Method in class org.fest.swing.core.BasicRobot
Simulates a user pressing the given mouse button on the given Component.
pressMouse(Point, MouseButton) - Method in class org.fest.swing.core.BasicRobot
Simulates a user pressing the given mouse button on the given coordinates.
pressMouse(MouseButton) - Method in interface org.fest.swing.core.Robot
Simulates a user pressing a mouse button.
pressMouse(Component, Point) - Method in interface org.fest.swing.core.Robot
Simulates a user pressing the left mouse button on the given Component.
pressMouse(Component, Point, MouseButton) - Method in interface org.fest.swing.core.Robot
Simulates a user pressing the given mouse button on the given Component.
pressMouse(Point, MouseButton) - Method in interface org.fest.swing.core.Robot
Simulates a user pressing the given mouse button on the given coordinates.
printComponents(PrintStream) - Method in class org.fest.swing.core.BasicComponentPrinter
Prints all the components in the hierarchy.
printComponents(PrintStream, Container) - Method in class org.fest.swing.core.BasicComponentPrinter
Prints all the components in the hierarchy under the given root.
printComponents(PrintStream, Class<? extends Component>) - Method in class org.fest.swing.core.BasicComponentPrinter
Prints only the components of the given type in the hierarchy.
printComponents(PrintStream, Class<? extends Component>, Container) - Method in class org.fest.swing.core.BasicComponentPrinter
Prints all the components of the given type in the hierarchy under the given root.
printComponents(PrintStream, ComponentMatcher) - Method in class org.fest.swing.core.BasicComponentPrinter
$Prints only the components that match the given search criteria in the hierarchy.
printComponents(PrintStream, ComponentMatcher, Container) - Method in class org.fest.swing.core.BasicComponentPrinter
$Prints all the components that match the given search criteria under the given root.
printComponents(PrintStream) - Method in interface org.fest.swing.core.ComponentPrinter
Prints all the components in the hierarchy.
printComponents(PrintStream, Container) - Method in interface org.fest.swing.core.ComponentPrinter
Prints all the components in the hierarchy under the given root.
printComponents(PrintStream, Class<? extends Component>) - Method in interface org.fest.swing.core.ComponentPrinter
Prints only the components of the given type in the hierarchy.
printComponents(PrintStream, Class<? extends Component>, Container) - Method in interface org.fest.swing.core.ComponentPrinter
Prints all the components of the given type in the hierarchy under the given root.
printComponents(PrintStream, ComponentMatcher) - Method in interface org.fest.swing.core.ComponentPrinter
Prints only the components that match the given search criteria in the hierarchy.
printComponents(PrintStream, ComponentMatcher, Container) - Method in interface org.fest.swing.core.ComponentPrinter
Prints all the components that match the given search criteria under the given root.
printer() - Method in class org.fest.swing.core.BasicComponentFinder
Returns the ComponentPrinter in this finder.
printer() - Method in class org.fest.swing.core.BasicRobot
Returns the BasicComponentPrinter being used by this robot.
printer() - Method in interface org.fest.swing.core.ComponentFinder
Returns the ComponentPrinter in this finder.
printer() - Method in interface org.fest.swing.core.Robot
Returns the BasicComponentPrinter being used by this robot.
printerWithCurrentAwtHierarchy() - Static method in class org.fest.swing.core.BasicComponentPrinter
Creates a new BasicComponentPrinter that has access to all the GUI components in the AWT hierarchy.
printerWithNewAwtHierarchy() - Static method in class org.fest.swing.core.BasicComponentPrinter
Creates a new BasicComponentPrinter with a new AWT hierarchy.
processDeferredEvents() - Method in class org.fest.swing.listener.EventDispatchThreadedEventListener
Processes any events that were generated off the event queue but not immediately handled.
processEvent(AWTEvent) - Method in class org.fest.swing.listener.EventDispatchThreadedEventListener
This method is not protected by any synchronization locks (nor should it be); in the presence of multiple simultaneous event dispatch threads, the listener must be thread-safe.
progressBar() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JProgressBar found in this fixture's Container.
progressBar(GenericTypeMatcher<? extends JProgressBar>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JProgressBar in this fixture's Container, that matches the specified search criteria.
progressBar(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JProgressBar in this fixture's Container, which name matches the specified one.
progressBar() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JProgressBar found in this fixture's Container.
progressBar(GenericTypeMatcher<? extends JProgressBar>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JProgressBar in this fixture's Container, that matches the specified search criteria.
progressBar(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JProgressBar in this fixture's Container, which name matches the specified one.
propertyName(Component, String) - Static method in class org.fest.swing.driver.ComponentDriver
Formats the name of a property of the given Component by concatenating the value obtained from Formatting.format(Component) with the given property name.

Q

quoted(Object) - Method in class org.fest.swing.core.matcher.NamedComponentMatcherTemplate
Returns the given property value to match surrounded by double quotes.
quotedName() - Method in class org.fest.swing.core.matcher.NamedComponentMatcherTemplate
Returns the component name to match surrounded by double quotes.

R

radioButton() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JRadioButton found in this fixture's Container.
radioButton(GenericTypeMatcher<? extends JRadioButton>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JRadioButton in this fixture's Container, that matches the specified search criteria.
radioButton(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JRadioButton in this fixture's Container, which name matches the specified one.
radioButton() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JRadioButton found in this fixture's Container.
radioButton(GenericTypeMatcher<? extends JRadioButton>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JRadioButton in this fixture's Container, that matches the specified search criteria.
radioButton(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JRadioButton in this fixture's Container, which name matches the specified one.
Range - Class in org.fest.swing.util
Understands a range (from, to.)
Range.From - Class in org.fest.swing.util
Understands the starting value of a range.
Range.To - Class in org.fest.swing.util
Understands the ending value of a range.
recognize(Component) - Method in class org.fest.swing.hierarchy.NewHierarchy
Make the given component visible to this hierarchy.
register(ComponentFormatter) - Static method in class org.fest.swing.format.Formatting
Registers the given formatter, replacing any other one previously registered for the same supported component type.
registerInToolkit() - Static method in class org.fest.swing.core.EmergencyAbortListener
Attaches a new instance of EmergencyAbortListener in the given Toolkit.
release(Object) - Method in class org.fest.swing.lock.ScreenLock
Releases this lock.
releaseKey(int) - Method in class org.fest.swing.core.BasicRobot
Simulates a user releasing the given key.
releaseKey(int) - Method in interface org.fest.swing.core.Robot
Simulates a user releasing the given key.
releaseKey(Component, int) - Method in class org.fest.swing.driver.ComponentDriver
Simulates a user releasing the given key on the Component.
releaseKey(int) - Method in class org.fest.swing.fixture.DialogFixture
Simulates a user releasing the given key on this fixture's Dialog.
releaseKey(int) - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user releasing the given key on this fixture's Frame.
releaseKey(int) - Method in class org.fest.swing.fixture.GenericComponentFixture
Simulates a user releasing the given key on this fixture's GUI component.
releaseKey(int) - Method in class org.fest.swing.fixture.JButtonFixture
Simulates a user releasing the given key on this fixture's JButton.
releaseKey(int) - Method in class org.fest.swing.fixture.JCheckBoxFixture
Simulates a user releasing the given key on this fixture's JCheckBox.
releaseKey(int) - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user releasing the given key on this fixture's JComboBox.
releaseKey(int) - Method in class org.fest.swing.fixture.JFileChooserFixture
Simulates a user releasing the given key on this fixture's JFileChooser.
releaseKey(int) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user releasing the given key on this fixture's JInternalFrame.
releaseKey(int) - Method in class org.fest.swing.fixture.JLabelFixture
Simulates a user releasing the given key on this fixture's JLabel.
releaseKey(int) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user releasing the given key on this fixture's JList.
releaseKey(int) - Method in class org.fest.swing.fixture.JMenuItemFixture
Simulates a user releasing the given key on this fixture's JMenuItem.
releaseKey(int) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Simulates a user releasing the given key on this fixture's JOptionPane.
releaseKey(int) - Method in class org.fest.swing.fixture.JPanelFixture
Simulates a user releasing the given key on this fixture's JPanel.
releaseKey(int) - Method in class org.fest.swing.fixture.JPopupMenuFixture
Simulates a user releasing the given key on this fixture's JPopupMenu.
releaseKey(int) - Method in class org.fest.swing.fixture.JRadioButtonFixture
Simulates a user releasing the given key on this fixture's JRadioButton.
releaseKey(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user releasing the given key on this fixture's JScrollBar.
releaseKey(int) - Method in class org.fest.swing.fixture.JScrollPaneFixture
Simulates a user releasing the given key on this fixture's JScrollPane.
releaseKey(int) - Method in class org.fest.swing.fixture.JSliderFixture
Simulates a user releasing the given key on this fixture's JSlider.
releaseKey(int) - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user releasing the given key on this fixture's JSpinner.
releaseKey(int) - Method in class org.fest.swing.fixture.JSplitPaneFixture
Simulates a user releasing the given key on this fixture's JSplitPane.
releaseKey(int) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Simulates a user releasing the given key on this fixture's JTabbedPane.
releaseKey(int) - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user releasing the given key on this fixture's JTable.
releaseKey(int) - Method in class org.fest.swing.fixture.JTextComponentFixture
Simulates a user releasing the given key on this fixture's JTextComponent.
releaseKey(int) - Method in class org.fest.swing.fixture.JToggleButtonFixture
Simulates a user releasing the given key on this fixture's JToggleButton.
releaseKey(int) - Method in class org.fest.swing.fixture.JToolBarFixture
Simulates a user releasing the given key on this fixture's JToolBar.
releaseKey(int) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user releasing the given key on this fixture's JTree.
releaseKey(int) - Method in interface org.fest.swing.fixture.KeyboardInputSimulationFixture
Simulates a user releasing the given key on this fixture's GUI component.
releaseModifiers(int) - Method in class org.fest.swing.core.BasicRobot
Releases the appropriate modifiers corresponding to the given mask.
releaseModifiers(int) - Method in interface org.fest.swing.core.Robot
Releases the appropriate modifiers corresponding to the given mask.
releaseMouse(MouseButton) - Method in class org.fest.swing.core.BasicRobot
Releases the given mouse button.
releaseMouse(MouseButton) - Method in interface org.fest.swing.core.Robot
Releases the given mouse button.
releaseMouseButtons() - Method in class org.fest.swing.core.BasicRobot
Releases any mouse button(s) used by the robot.
releaseMouseButtons() - Method in interface org.fest.swing.core.Robot
Releases any mouse button(s) used by the robot.
reloadApplet() - Method in class org.fest.swing.applet.AppletViewer
Initializes and starts the applet in this viewer.
reloadFromLocale() - Static method in class org.fest.swing.keystroke.KeyStrokeMap
Deprecated. use KeyStrokeMap.reloadFromSystemSettings() instead.
reloadFromSystemSettings() - Static method in class org.fest.swing.keystroke.KeyStrokeMap
Reloads the key stroke mappings for the language using the current system settings.
replaceText(JComboBox, String) - Method in class org.fest.swing.driver.JComboBoxDriver
Simulates a user entering the specified text in the JComboBox, replacing any text.
replaceText(JTextComponent, String) - Method in class org.fest.swing.driver.JTextComponentDriver
Types the given text into the JTextComponent, replacing any existing text already there.
replaceText(String) - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user entering the specified text in the JComboBox, replacing any text.
requireBold() - Method in class org.fest.swing.fixture.FontFixture
Verifies that this fixture's font is bold.
requireCellValue(JTable, TableCell, String) - Method in class org.fest.swing.driver.JTableDriver
Asserts that the value of the given cell matches the given value.
requireCellValue(JTable, TableCell, Pattern) - Method in class org.fest.swing.driver.JTableDriver
Asserts that the value of the given cell matches the given regular expression pattern.
requireCellValue(TableCell, String) - Method in class org.fest.swing.fixture.JTableFixture
Asserts that the value of the given cell matches the given value.
requireCellValue(TableCell, Pattern) - Method in class org.fest.swing.fixture.JTableFixture
Asserts that the value of the given cell matches the given regular expression pattern.
requireColumnCount(JTable, int) - Method in class org.fest.swing.driver.JTableDriver
Asserts that the given JTable has the given number of columns.
requireColumnCount(int) - Method in class org.fest.swing.fixture.JTableFixture
Asserts that this fixture's JTable has the given number of columns.
requireContents(JTable, String[][]) - Method in class org.fest.swing.driver.JTableDriver
Asserts that the String representation of the cell values in the JTable is equal to the given String array.
requireContents(String[][]) - Method in class org.fest.swing.fixture.JTableFixture
Asserts that the String representation of the cell values in this fixture's JTable is equal to the given String array.
requireDeterminate(JProgressBar) - Method in class org.fest.swing.driver.JProgressBarDriver
Verifies that the given JProgressBar is in determinate mode.
requireDeterminate() - Method in class org.fest.swing.fixture.JProgressBarFixture
Asserts that this fixture's JProgressBar is in determinate mode.
requireDisabled(Component) - Method in class org.fest.swing.driver.ComponentDriver
Asserts that the Component is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.DialogFixture
Asserts that this fixture's Dialog is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.FrameFixture
Asserts that this fixture's Frame is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.GenericComponentFixture
Asserts that this fixture's GUI component is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JButtonFixture
Asserts that this fixture's JButton is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Asserts that this fixture's JCheckBox is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JComboBoxFixture
Asserts that this fixture's JComboBox is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JFileChooserFixture
Asserts that this fixture's JFileChooser is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Asserts that this fixture's JInternalFrame is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JLabelFixture
Asserts that this fixture's JLabel is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JListFixture
Asserts that this fixture's JList is not enabled.
requireDisabled() - Method in class org.fest.swing.fixture.JMenuItemFixture
Asserts that this fixture's JMenuItem is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that this fixture's JOptionPane is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JPanelFixture
Asserts that this fixture's JPanel is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JPopupMenuFixture
Asserts that this fixture's JPopupMenu is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JProgressBarFixture
Asserts that this fixture's JProgressBar is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Asserts that this fixture's JRadioButton is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JScrollBarFixture
Asserts that this fixture's JScrollBar is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JScrollPaneFixture
Asserts that this fixture's JScrollPane is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JSliderFixture
Asserts that this fixture's JSlider is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JSpinnerFixture
Asserts that this fixture's JSpinner is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JSplitPaneFixture
Asserts that this fixture's JSplitPane is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Asserts that this fixture's JTabbedPane is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JTableFixture
Asserts that this fixture's JTable is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JTextComponentFixture
Asserts that this fixture's JTextComponent is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Asserts that this fixture's JToggleButton is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JToolBarFixture
Asserts that this fixture's JToolBar is disabled.
requireDisabled() - Method in class org.fest.swing.fixture.JTreeFixture
Asserts that this fixture's JTree is disabled.
requireDisabled() - Method in interface org.fest.swing.fixture.StateVerificationFixture
Asserts that this fixture's GUI component is disabled.
requireEditable(JComboBox) - Method in class org.fest.swing.driver.JComboBoxDriver
Asserts that the given JComboBox is editable.
requireEditable(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Asserts that the given table cell is editable.
requireEditable(JTextComponent) - Method in class org.fest.swing.driver.JTextComponentDriver
Asserts that the given JTextComponent is editable.
requireEditable(JTree) - Method in class org.fest.swing.driver.JTreeDriver
Asserts that the given JTree is editable.
requireEditable() - Method in interface org.fest.swing.fixture.EditableComponentFixture
Asserts that the GUI component is editable.
requireEditable() - Method in class org.fest.swing.fixture.JComboBoxFixture
Asserts that this fixture's JComboBox is editable.
requireEditable() - Method in class org.fest.swing.fixture.JTableCellFixture
Asserts that this fixture's table cell is editable.
requireEditable(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
Asserts that the given cell in this fixture's JTable is editable.
requireEditable() - Method in class org.fest.swing.fixture.JTextComponentFixture
Asserts that this fixture's JTextComponent is editable.
requireEditable() - Method in class org.fest.swing.fixture.JTreeFixture
Asserts that this fixture's JTree is editable.
requireEmpty(JTextComponent) - Method in class org.fest.swing.driver.JTextComponentDriver
Asserts that the given JTextComponent is empty.
requireEmpty() - Method in class org.fest.swing.fixture.JTextComponentFixture
Asserts that the target text component does not contain any text.
requireEnabled(Component) - Method in class org.fest.swing.driver.ComponentDriver
Asserts that the Component is enabled.
requireEnabled(Component, Timeout) - Method in class org.fest.swing.driver.ComponentDriver
Asserts that the Component is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.DialogFixture
Asserts that this fixture's Dialog is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.DialogFixture
Asserts that this fixture's Dialog is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.FrameFixture
Asserts that this fixture's Frame is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.FrameFixture
Asserts that this fixture's Frame is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.GenericComponentFixture
Asserts that this fixture's GUI component is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.GenericComponentFixture
Asserts that this fixture's GUI component is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JButtonFixture
Asserts that this fixture's JButton is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JButtonFixture
Asserts that this fixture's JButton is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Asserts that this fixture's JCheckBox is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JCheckBoxFixture
Asserts that this fixture's JCheckBox is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JComboBoxFixture
Asserts that this fixture's JComboBox is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JComboBoxFixture
Asserts that this fixture's JComboBox is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JFileChooserFixture
Asserts that this fixture's JFileChooser is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JFileChooserFixture
Asserts that this fixture's JFileChooser is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Asserts that this fixture's JInternalFrame is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Asserts that this fixture's JInternalFrame is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JLabelFixture
Asserts that this fixture's JLabel is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JLabelFixture
Asserts that this fixture's JLabel is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JListFixture
Asserts that this fixture's JList is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JListFixture
Asserts that this fixture's JList is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JMenuItemFixture
Asserts that this fixture's JMenuItem is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JMenuItemFixture
Asserts that this fixture's JMenuItem is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that this fixture's JOptionPane is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that this fixture's JOptionPane is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JPanelFixture
Asserts that this fixture's JPanel is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JPanelFixture
Asserts that this fixture's JPanel is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JPopupMenuFixture
Asserts that this fixture's JPopupMenu is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JPopupMenuFixture
Asserts that this fixture's JPopupMenu is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JProgressBarFixture
Asserts that this fixture's JProgressBar is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JProgressBarFixture
Asserts that this fixture's JProgressBar is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Asserts that this fixture's JRadioButton is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JRadioButtonFixture
Asserts that this fixture's JRadioButton is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JScrollBarFixture
Asserts that this fixture's JScrollBar is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JScrollBarFixture
Asserts that this fixture's JScrollBar is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JScrollPaneFixture
Asserts that this fixture's JScrollPane is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JScrollPaneFixture
Asserts that this fixture's JScrollPane is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JSliderFixture
Asserts that this fixture's JSlider is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JSliderFixture
Asserts that this fixture's JSlider is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JSpinnerFixture
Asserts that this fixture's JSpinner is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JSpinnerFixture
Asserts that this fixture's JSpinner is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JSplitPaneFixture
Asserts that this fixture's JSplitPane is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JSplitPaneFixture
Asserts that this fixture's JSplitPane is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Asserts that this fixture's JTabbedPane is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Asserts that this fixture's JTabbedPane is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JTableFixture
Asserts that this fixture's JTable is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JTableFixture
Asserts that this fixture's JTable is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JTextComponentFixture
Asserts that this fixture's JTextComponent is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JTextComponentFixture
Asserts that this fixture's JTextComponent is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Asserts that this fixture's JToggleButton is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JToggleButtonFixture
Asserts that this fixture's JToggleButton is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JToolBarFixture
Asserts that this fixture's JToolBar is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JToolBarFixture
Asserts that this fixture's JToolBar is enabled.
requireEnabled() - Method in class org.fest.swing.fixture.JTreeFixture
Asserts that this fixture's JTree is enabled.
requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JTreeFixture
Asserts that this fixture's JTree is enabled.
requireEnabled() - Method in interface org.fest.swing.fixture.StateVerificationFixture
Asserts that this fixture's GUI component is enabled.
requireEnabled(Timeout) - Method in interface org.fest.swing.fixture.StateVerificationFixture
Asserts that this fixture's GUI component is enabled.
requireEqualTo(String) - Method in class org.fest.swing.fixture.ColorFixture
Verifies that this fixture's Color is equal to the given color represented by the given hexadecimal value (e.g.
requireEqualTo(Color) - Method in class org.fest.swing.fixture.ColorFixture
Verifies that this fixture's Color is equal to the given one.
requireErrorMessage(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
Asserts that the JOptionPane is displaying an error message.
requireErrorMessage() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that this fixture's JOptionPane is displaying an error message.
requireFamily(String) - Method in class org.fest.swing.fixture.FontFixture
Verifies that the family name of this fixture's font is equal to the given one.
requireFocused(Component) - Method in class org.fest.swing.driver.ComponentDriver
Asserts that the Component has input focus.
requireFocused() - Method in class org.fest.swing.fixture.DialogFixture
Asserts that this fixture's Dialog has input focus.
requireFocused() - Method in interface org.fest.swing.fixture.FocusableComponentFixture
Asserts that this fixture's GUI component has input focus.
requireFocused() - Method in class org.fest.swing.fixture.FrameFixture
Asserts that this fixture's Frame has input focus.
requireFocused() - Method in class org.fest.swing.fixture.GenericComponentFixture
Asserts that this fixture's GUI component has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JButtonFixture
Asserts that this fixture's JButton has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Asserts that this fixture's JCheckBox has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JComboBoxFixture
Asserts that this fixture's JComboBox has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JFileChooserFixture
Asserts that this fixture's JFileChooser has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Asserts that this fixture's JInternalFrame has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JLabelFixture
Asserts that this fixture's JLabel has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JListFixture
Asserts that this fixture's JList has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that this fixture's JOptionPane has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JPanelFixture
Asserts that this fixture's JPanel has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JPopupMenuFixture
Asserts that this fixture's JPopupMenu has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Asserts that this fixture's JRadioButton has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JScrollBarFixture
Asserts that this fixture's JScrollBar has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JScrollPaneFixture
Asserts that this fixture's JScrollPane has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JSliderFixture
Asserts that this fixture's JSlider has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JSpinnerFixture
Asserts that this fixture's JSpinner has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JSplitPaneFixture
Asserts that this fixture's JSplitPane has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Asserts that this fixture's JTabbedPane has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JTableFixture
Asserts that this fixture's JTable has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JTextComponentFixture
Asserts that this fixture's JTextComponent has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Asserts that this fixture's JToggleButton has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JToolBarFixture
Asserts that this fixture's JToolBar has input focus.
requireFocused() - Method in class org.fest.swing.fixture.JTreeFixture
Asserts that this fixture's JTree has input focus.
requireIndeterminate(JProgressBar) - Method in class org.fest.swing.driver.JProgressBarDriver
Verifies that the given JProgressBar is in indeterminate mode.
requireIndeterminate() - Method in class org.fest.swing.fixture.JProgressBarFixture
Asserts that this fixture's JProgressBar is in indeterminate mode.
requireInformationMessage(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
Asserts that the JOptionPane is displaying an information message.
requireInformationMessage() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that this fixture's JOptionPane is displaying an information message.
requireItalic() - Method in class org.fest.swing.fixture.FontFixture
Verifies that this fixture's font is italic.
requireItemCount(JComboBox, int) - Method in class org.fest.swing.driver.JComboBoxDriver
Verifies that number of items in the given JComboBox is equal to the expected one.
requireItemCount(JList, int) - Method in class org.fest.swing.driver.JListDriver
Verifies that number of items in the given JList is equal to the expected one.
requireItemCount(int) - Method in interface org.fest.swing.fixture.ItemGroupFixture
Verifies that this fixture's Component has the expected number of items
requireItemCount(int) - Method in class org.fest.swing.fixture.JComboBoxFixture
Verifies that this fixture's JComboBox has the expected number of items
requireItemCount(int) - Method in class org.fest.swing.fixture.JListFixture
Verifies that this fixture's JList has the expected number of items
requireMessage(JOptionPane, Object) - Method in class org.fest.swing.driver.JOptionPaneDriver
Asserts that the title of the JOptionPane matches the given value.
requireMessage(JOptionPane, Pattern) - Method in class org.fest.swing.driver.JOptionPaneDriver
Asserts that the title of the JOptionPane matches the given regular expression pattern.
requireMessage(Object) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that the message of this fixture's JOptionPane matches the given value.
requireMessage(Pattern) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that the message of this fixture's JOptionPane matches the given regular expression pattern.
requireModal(Dialog) - Method in class org.fest.swing.driver.DialogDriver
Asserts that theDialog is modal.
requireModal() - Method in class org.fest.swing.fixture.DialogFixture
Asserts that this fixture's Dialog is modal.
requireName(String) - Method in class org.fest.swing.fixture.FontFixture
Verifies that the logical name of this fixture's font is equal to the given one.
requireNoJOptionPaneIsShowing() - Method in class org.fest.swing.core.BasicRobot
Ensures that there is no JOptionPane showing, and potentially blocking GUI tests.
requireNoJOptionPaneIsShowing() - Method in interface org.fest.swing.core.Robot
Ensures that there is no JOptionPane showing, and potentially blocking GUI tests.
requireNoSelection(JComboBox) - Method in class org.fest.swing.driver.JComboBoxDriver
Verifies that the JComboBox does not have any selection.
requireNoSelection(JList) - Method in class org.fest.swing.driver.JListDriver
Verifies that the JList does not have a selection.
requireNoSelection(JTable) - Method in class org.fest.swing.driver.JTableDriver
Verifies that the JTable does not have any selection.
requireNoSelection(JTree) - Method in class org.fest.swing.driver.JTreeDriver
Asserts that the given JTree does not have any selection.
requireNoSelection() - Method in interface org.fest.swing.fixture.ItemGroupFixture
Verifies that this fixture's Component does not have a selection.
requireNoSelection() - Method in class org.fest.swing.fixture.JComboBoxFixture
Verifies that this fixture's JComboBox does not have any selection.
requireNoSelection() - Method in class org.fest.swing.fixture.JListFixture
Verifies that this fixture's JList does not have any selection.
requireNoSelection() - Method in class org.fest.swing.fixture.JTableFixture
Verifies that this fixture's JTable does not have any selection.
requireNoSelection() - Method in class org.fest.swing.fixture.JTreeFixture
Asserts that this fixture's JTree's does not have any selection.
requireNotBold() - Method in class org.fest.swing.fixture.FontFixture
Verifies that this fixture's font is not bold.
requireNotEditable(JComboBox) - Method in class org.fest.swing.driver.JComboBoxDriver
Asserts that the given JComboBox is not editable.
requireNotEditable(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Asserts that the given table cell is not editable.
requireNotEditable(JTextComponent) - Method in class org.fest.swing.driver.JTextComponentDriver
Asserts that the given JTextComponent is not editable.
requireNotEditable(JTree) - Method in class org.fest.swing.driver.JTreeDriver
Asserts that the given JTree is not editable.
requireNotEditable() - Method in interface org.fest.swing.fixture.EditableComponentFixture
Asserts that the GUI component is not editable.
requireNotEditable() - Method in class org.fest.swing.fixture.JComboBoxFixture
Asserts that this fixture's JComboBox is not editable.
requireNotEditable() - Method in class org.fest.swing.fixture.JTableCellFixture
Asserts that this fixture's table cell is not editable.
requireNotEditable(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
Asserts that the given cell in this fixture's JTable is not editable.
requireNotEditable() - Method in class org.fest.swing.fixture.JTextComponentFixture
Asserts that this fixture's JTextComponent is not editable.
requireNotEditable() - Method in class org.fest.swing.fixture.JTreeFixture
Asserts that this fixture's JTree is not editable.
requireNotEqualTo(String) - Method in class org.fest.swing.fixture.ColorFixture
Verifies that this fixture's Color is not equal to the given color represented by the given hexadecimal value (e.g.
requireNotEqualTo(Color) - Method in class org.fest.swing.fixture.ColorFixture
Verifies that this fixture's Color is not equal to the given one.
requireNotItalic() - Method in class org.fest.swing.fixture.FontFixture
Verifies that this fixture's font is not italic.
requireNotPlain() - Method in class org.fest.swing.fixture.FontFixture
Verifies that this fixture's font is not plain.
requireNotSelected(AbstractButton) - Method in class org.fest.swing.driver.AbstractButtonDriver
Verifies that the button is not selected.
requireNotSelected() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Verifies that this fixture's JCheckBox is not selected.
requireNotSelected() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Verifies that this fixture's JRadioButton is not selected.
requireNotSelected() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Verifies that this fixture's JToggleButton is not selected.
requireNotSelected() - Method in interface org.fest.swing.fixture.TwoStateButtonFixture
Verifies that this fixture's JToggleButton is not selected.
requireNotVisible(Component) - Method in class org.fest.swing.driver.ComponentDriver
Asserts that the Component is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.DialogFixture
Asserts that this fixture's Dialog is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.FrameFixture
Asserts that this fixture's Frame is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.GenericComponentFixture
Asserts that this fixture's GUI component is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JButtonFixture
Asserts that this fixture's JButton is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Asserts that this fixture's JCheckBox is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JComboBoxFixture
Asserts that this fixture's JComboBox is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JFileChooserFixture
Asserts that this fixture's JFileChooser is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Asserts that this fixture's JInternalFrame is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JLabelFixture
Asserts that this fixture's JLabel is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JListFixture
Asserts that this fixture's JList is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JMenuItemFixture
Asserts that this fixture's JMenuItem is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that this fixture's JOptionPane is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JPanelFixture
Asserts that this fixture's JPanel is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JPopupMenuFixture
Asserts that this fixture's JPopupMenu is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JProgressBarFixture
Asserts that this fixture's JProgressBar is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Asserts that this fixture's JRadioButton is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JScrollBarFixture
Asserts that this fixture's JScrollBar is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JScrollPaneFixture
Asserts that this fixture's JScrollPane is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JSliderFixture
Asserts that this fixture's JSlider is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JSpinnerFixture
Asserts that this fixture's JSpinner is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JSplitPaneFixture
Asserts that this fixture's JSplitPane is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Asserts that this fixture's JTabbedPane is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JTableFixture
Asserts that this fixture's JTable is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JTextComponentFixture
Asserts that this fixture's JTextComponent is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Asserts that this fixture's JToggleButton is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JToolBarFixture
Asserts that this fixture's JToolBar is not visible.
requireNotVisible() - Method in class org.fest.swing.fixture.JTreeFixture
Asserts that this fixture's JTree is not visible.
requireNotVisible() - Method in interface org.fest.swing.fixture.StateVerificationFixture
Asserts that this fixture's GUI component is not visible.
requireOptions(JOptionPane, Object[]) - Method in class org.fest.swing.driver.JOptionPaneDriver
Asserts that the JOptionPane has the given options.
requireOptions(Object[]) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that this fixture's JOptionPane has the given options.
requirePlain() - Method in class org.fest.swing.fixture.FontFixture
Verifies that this fixture's font is plain.
requirePlainMessage(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
Asserts that the JOptionPane is displaying a plain message.
requirePlainMessage() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that this fixture's JOptionPane is displaying a plain message.
requireQuestionMessage(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
Asserts that the JOptionPane is displaying a question.
requireQuestionMessage() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that this fixture's JOptionPane is displaying a question.
requireRowCount(JTable, int) - Method in class org.fest.swing.driver.JTableDriver
Asserts that the given JTable has the given number of rows.
requireRowCount(int) - Method in class org.fest.swing.fixture.JTableFixture
Asserts that this fixture's JTable has the given number of rows.
requireSelected(AbstractButton) - Method in class org.fest.swing.driver.AbstractButtonDriver
Verifies that the button is selected.
requireSelected() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Verifies that this fixture's JCheckBox is selected.
requireSelected() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Verifies that this fixture's JRadioButton is selected.
requireSelected() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Verifies that this fixture's JToggleButton is selected.
requireSelected() - Method in interface org.fest.swing.fixture.TwoStateButtonFixture
Verifies that this fixture's JToggleButton is selected.
requireSelectedItems(JList, String...) - Method in class org.fest.swing.driver.JListDriver
Verifies that the selected items in the JList match the given values.
requireSelectedItems(JList, Pattern...) - Method in class org.fest.swing.driver.JListDriver
Verifies that the selected items in the JList match the given regular expression patterns.
requireSelectedItems(JList, int...) - Method in class org.fest.swing.driver.JListDriver
Verifies that the given item indices are selected in the JList.
requireSelectedItems(String...) - Method in class org.fest.swing.fixture.JListFixture
Verifies that the String representations of the selected items in this fixture's JList match the given text items.
requireSelectedItems(Pattern[]) - Method in class org.fest.swing.fixture.JListFixture
Verifies that the String representations of the selected items in this fixture's JList match the given regular expression patterns.
requireSelectedItems(int...) - Method in class org.fest.swing.fixture.JListFixture
Verifies that the given item indices are selected in this fixture's JList.
requireSelectedRows(JTable, int...) - Method in class org.fest.swing.driver.JTableDriver
Asserts that the set of selected rows in the given JTable contains to the given row indices.
requireSelectedRows(int...) - Method in class org.fest.swing.fixture.JTableFixture
Asserts that the set of selected rows in this fixture's JTable contains to the given row indices.
requireSelection(JComboBox, String) - Method in class org.fest.swing.driver.JComboBoxDriver
Verifies that the String representation of the selected item in the JComboBox matches the given text.
requireSelection(JComboBox, Pattern) - Method in class org.fest.swing.driver.JComboBoxDriver
Verifies that the String representation of the selected item in the JComboBox matches the given regular expression pattern.
requireSelection(JComboBox, int) - Method in class org.fest.swing.driver.JComboBoxDriver
Verifies that the index of the selected item in the JComboBox is equal to the given value.
requireSelection(JList, String) - Method in class org.fest.swing.driver.JListDriver
Verifies that the selected item in the JList matches the given value.
requireSelection(JList, Pattern) - Method in class org.fest.swing.driver.JListDriver
Verifies that the selected item in the JList matches the given regular expression pattern.
requireSelection(JList, int) - Method in class org.fest.swing.driver.JListDriver
Verifies that the selected index in the JList matches the given value.
requireSelection(JTree, int[]) - Method in class org.fest.swing.driver.JTreeDriver
Asserts that the given JTree's selected rows are equal to the given one.
requireSelection(JTree, String[]) - Method in class org.fest.swing.driver.JTreeDriver
Asserts that the given JTree's selected paths are equal to the given one.
requireSelection(String) - Method in interface org.fest.swing.fixture.ItemGroupFixture
Verifies that the value of the selected item in this fixture's Component matches the given value.
requireSelection(Pattern) - Method in interface org.fest.swing.fixture.ItemGroupFixture
Verifies that the value of the selected item in this fixture's Component matches the given regular expression pattern.
requireSelection(int) - Method in interface org.fest.swing.fixture.ItemGroupFixture
Verifies that the index of the selected item in this fixture's Component is equal to the given value.
requireSelection(String) - Method in class org.fest.swing.fixture.JComboBoxFixture
Verifies that the String representation of the selected item in this fixture's JComboBox matches the given text.
requireSelection(Pattern) - Method in class org.fest.swing.fixture.JComboBoxFixture
Verifies that the String representation of the selected item in this fixture's JComboBox matches the given regular expression pattern.
requireSelection(int) - Method in class org.fest.swing.fixture.JComboBoxFixture
Verifies that the index of the selected item in this fixture's JComboBox is equal to the given value.
requireSelection(String) - Method in class org.fest.swing.fixture.JListFixture
Verifies that the String representation of the selected item in this fixture's JList matches the given text.
requireSelection(Pattern) - Method in class org.fest.swing.fixture.JListFixture
Verifies that the String representation of the selected item in this fixture's JList matches the given regular expression pattern.
requireSelection(int) - Method in class org.fest.swing.fixture.JListFixture
Verifies that the index of the selected item in this fixture's JList is equal to the given value.
requireSelection(String...) - Method in class org.fest.swing.fixture.JTreeFixture
Asserts that this fixture's JTree selection is equal to the given paths.
requireSelection(int...) - Method in class org.fest.swing.fixture.JTreeFixture
Asserts that this fixture's JTree's selected rows are equal to the given one.
requireShowing() - Method in class org.fest.swing.core.AbstractComponentMatcher
Indicates whether the component to match has to be showing.
requireShowing(boolean) - Method in class org.fest.swing.core.AbstractComponentMatcher
Updates the value of the flag that indicates if the component to match should be showing or not.
requireShowing() - Method in enum org.fest.swing.core.ComponentLookupScope
Returns whether showing components are the only ones participating in component lookups.
requireShowing() - Method in class org.fest.swing.fixture.ComponentFixture
Returns whether showing components are the only ones participating in a component lookup.
requireShowingFromSettingsOr(boolean) - Method in class org.fest.swing.core.BasicComponentFinder
Returns the value of the flag "requireShowing" in the ComponentLookupScope this finder's Settings.
requireShowingMatches(Component) - Method in class org.fest.swing.core.AbstractComponentMatcher
Indicates if the value of the "showing" property of the given component matches the value specified in this matcher.
requireSize(Component, Dimension) - Method in class org.fest.swing.driver.ComponentDriver
Asserts that the size of the Component is equal to given one.
requireSize(Dimension) - Method in class org.fest.swing.fixture.DialogFixture
Asserts that the size of this fixture's Dialog is equal to given one.
requireSize(int) - Method in class org.fest.swing.fixture.FontFixture
Verifies that the point size of this fixture's font is equal to the given one.
requireSize(Dimension) - Method in class org.fest.swing.fixture.FrameFixture
Asserts that the size of this fixture's Frame is equal to given one.
requireSize(Dimension) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Asserts that the size of this fixture's JInternalFrame is equal to given one.
requireSize(Dimension) - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
Asserts that the size of this fixture's window-like container is equal to given one.
requireTabTitle(JTabbedPane, String, Index) - Method in class org.fest.swing.driver.JTabbedPaneDriver
Asserts that the title of the tab at the given index matches the given value.
requireTabTitle(JTabbedPane, Pattern, Index) - Method in class org.fest.swing.driver.JTabbedPaneDriver
Asserts that the title of the tab at the given index matches the given regular expression pattern.
requireTabTitles(JTabbedPane, String[]) - Method in class org.fest.swing.driver.JTabbedPaneDriver
Asserts that the tabs of the given JTabbedPane have the given titles.
requireTabTitles(String...) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Asserts that the tabs of this fixture's JTabbedPane have the given titles.
requireText(AbstractButton, String) - Method in class org.fest.swing.driver.AbstractButtonDriver
Asserts that the text in the given button is equal to or matches the specified String.
requireText(AbstractButton, Pattern) - Method in class org.fest.swing.driver.AbstractButtonDriver
Asserts that the text in the given button matches the given regular expression pattern.
requireText(JLabel, String) - Method in class org.fest.swing.driver.JLabelDriver
Asserts that the text of the JLabel is equal to the specified String.
requireText(JLabel, Pattern) - Method in class org.fest.swing.driver.JLabelDriver
Asserts that the text of the JLabel matches the given regular expression pattern.
requireText(JProgressBar, String) - Method in class org.fest.swing.driver.JProgressBarDriver
Asserts that the text of the JProgressBar is equal to the specified String.
requireText(JProgressBar, Pattern) - Method in class org.fest.swing.driver.JProgressBarDriver
Asserts that the text of the JProgressBar matches the given regular expression pattern.
requireText(JTextComponent, String) - Method in class org.fest.swing.driver.JTextComponentDriver
Asserts that the text in the given JTextComponent is equal to the specified value.
requireText(JTextComponent, Pattern) - Method in class org.fest.swing.driver.JTextComponentDriver
Asserts that the text in the given JTextComponent matches the given regular expression pattern.
requireText(T, String) - Method in interface org.fest.swing.driver.TextDisplayDriver
Asserts that the text in the given component is equal to or matches the specified String.
requireText(T, Pattern) - Method in interface org.fest.swing.driver.TextDisplayDriver
Asserts that the text in the given component matches the given regular expression pattern.
requireText(String) - Method in class org.fest.swing.fixture.JButtonFixture
Asserts that the text of this fixture's JButton matches the specified value.
requireText(Pattern) - Method in class org.fest.swing.fixture.JButtonFixture
Asserts that the text of this fixture's JButton matches the given regular expression pattern.
requireText(String) - Method in class org.fest.swing.fixture.JCheckBoxFixture
Asserts that the text of this fixture's JCheckBox is equal to or matches the specified String.
requireText(Pattern) - Method in class org.fest.swing.fixture.JCheckBoxFixture
Asserts that the text of this fixture's JCheckBox matches the given regular expression pattern.
requireText(String) - Method in class org.fest.swing.fixture.JLabelFixture
Asserts that the text of this fixture's JLabel is equal to the specified String.
requireText(Pattern) - Method in class org.fest.swing.fixture.JLabelFixture
Asserts that the text of this fixture's JLabel matches the given regular expression pattern.
requireText(String) - Method in class org.fest.swing.fixture.JProgressBarFixture
Asserts that the text of this fixture's JProgressBar is equal to the specified String.
requireText(Pattern) - Method in class org.fest.swing.fixture.JProgressBarFixture
Asserts that the text of this fixture's JProgressBar matches the given regular expression pattern.
requireText(String) - Method in class org.fest.swing.fixture.JRadioButtonFixture
Asserts that the text of this fixture's JRadioButton matches the specified value.
requireText(Pattern) - Method in class org.fest.swing.fixture.JRadioButtonFixture
Asserts that the text of this fixture's JRadioButton matches the given regular expression pattern.
requireText(String) - Method in class org.fest.swing.fixture.JTextComponentFixture
Asserts that the text of this fixture's JTextComponent is equal to the specified value.
requireText(Pattern) - Method in class org.fest.swing.fixture.JTextComponentFixture
Asserts that the text of this fixture's JTextComponent matches the given regular expression pattern.
requireText(String) - Method in class org.fest.swing.fixture.JToggleButtonFixture
Asserts that the text of this fixture's JToggleButton matches the specified value.
requireText(Pattern) - Method in class org.fest.swing.fixture.JToggleButtonFixture
Asserts that the text of this fixture's JToggleButton matches the given regular expression pattern.
requireText(String) - Method in interface org.fest.swing.fixture.TextDisplayFixture
Asserts that the text of this fixture's Component is equal to or matches the specified String.
requireText(Pattern) - Method in interface org.fest.swing.fixture.TextDisplayFixture
Asserts that the text of this fixture's Component matches the given regular expression pattern.
requireTitle(JOptionPane, String) - Method in class org.fest.swing.driver.JOptionPaneDriver
Asserts that the title in the given JOptionPane matches the given value.
requireTitle(JOptionPane, Pattern) - Method in class org.fest.swing.driver.JOptionPaneDriver
Asserts that the title in the given JOptionPane matches the given regular expression pattern.
requireTitle(String) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that the title of this fixture's JOptionPane matches the given value.
requireTitle(Pattern) - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that the title of this fixture's JOptionPane matches the given regular expression pattern.
requireTitle(String, Index) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Asserts that the title of the tab at the given index matches the given value.
requireTitle(Pattern, Index) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Asserts that the title of the tab at the given index matches the given regular expression pattern.
requireToolTip(JComponent, String) - Method in class org.fest.swing.driver.JComponentDriver
Asserts that the toolTip in the given JComponent matches the given value.
requireToolTip(JComponent, Pattern) - Method in class org.fest.swing.driver.JComponentDriver
Asserts that the toolTip in the given JComponent matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JButtonFixture
Asserts that the toolTip in this fixture's JButton matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JButtonFixture
Asserts that the toolTip in this fixture's JButton matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JCheckBoxFixture
Asserts that the toolTip in this fixture's JCheckBox matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JCheckBoxFixture
Asserts that the toolTip in this fixture's JCheckBox matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JComboBoxFixture
Asserts that the toolTip in this fixture's JComboBox matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JComboBoxFixture
Asserts that the toolTip in this fixture's JComboBox matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Asserts that the toolTip in this fixture's JInternalFrame matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Asserts that the toolTip in this fixture's JInternalFrame matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JLabelFixture
Asserts that the toolTip in this fixture's JLabel matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JLabelFixture
Asserts that the toolTip in this fixture's JLabel matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JListFixture
Asserts that the toolTip in this fixture's JList matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JListFixture
Asserts that the toolTip in this fixture's JList matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JPanelFixture
Asserts that the toolTip in this fixture's JPanel matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JPanelFixture
Asserts that the toolTip in this fixture's JPanel matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JProgressBarFixture
Asserts that the toolTip in this fixture's JProgressBar matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JProgressBarFixture
Asserts that the toolTip in this fixture's JProgressBar matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JRadioButtonFixture
Asserts that the toolTip in this fixture's JRadioButton matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JRadioButtonFixture
Asserts that the toolTip in this fixture's JRadioButton matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JScrollBarFixture
Asserts that the toolTip in this fixture's JScrollBar matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JScrollBarFixture
Asserts that the toolTip in this fixture's JScrollBar matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JScrollPaneFixture
Asserts that the toolTip in this fixture's JScrollPane matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JScrollPaneFixture
Asserts that the toolTip in this fixture's JScrollPane matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JSliderFixture
Asserts that the toolTip in this fixture's JSlider matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JSliderFixture
Asserts that the toolTip in this fixture's JSlider matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JSpinnerFixture
Asserts that the toolTip in this fixture's JSpinner matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JSpinnerFixture
Asserts that the toolTip in this fixture's JSpinner matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JSplitPaneFixture
Asserts that the toolTip in this fixture's JSplitPane matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JSplitPaneFixture
Asserts that the toolTip in this fixture's JSplitPane matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Asserts that the toolTip in this fixture's JTabbedPane matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Asserts that the toolTip in this fixture's JTabbedPane matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JTableFixture
Asserts that the toolTip in this fixture's JTable matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JTableFixture
Asserts that the toolTip in this fixture's JTable matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JTableHeaderFixture
Asserts that the toolTip in this fixture's JTableHeader matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JTableHeaderFixture
Asserts that the toolTip in this fixture's JTableHeader matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JTextComponentFixture
Asserts that the toolTip in this fixture's JTextComponent matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JTextComponentFixture
Asserts that the toolTip in this fixture's JTextComponent matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JToggleButtonFixture
Asserts that the toolTip in this fixture's JToggleButton matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JToggleButtonFixture
Asserts that the toolTip in this fixture's JToggleButton matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JToolBarFixture
Asserts that the toolTip in this fixture's JToolBar matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JToolBarFixture
Asserts that the toolTip in this fixture's JToolBar matches the given regular expression pattern.
requireToolTip(String) - Method in class org.fest.swing.fixture.JTreeFixture
Asserts that the toolTip in this fixture's JTree matches the given value.
requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JTreeFixture
Asserts that the toolTip in this fixture's JTree matches the given regular expression pattern.
requireToolTip(String) - Method in interface org.fest.swing.fixture.ToolTipDisplayFixture
Asserts that the toolTip in this fixture's GUI component matches the given value.
requireToolTip(Pattern) - Method in interface org.fest.swing.fixture.ToolTipDisplayFixture
Asserts that the toolTip in this fixture's GUI component matches the given regular expression pattern.
requireValue(JProgressBar, int) - Method in class org.fest.swing.driver.JProgressBarDriver
Verifies that the value of the given JProgressBar is equal to the given one.
requireValue(JScrollBar, int) - Method in class org.fest.swing.driver.JScrollBarDriver
Asserts that the value of the JScrollBar is equal to the given one.
requireValue(JSpinner, Object) - Method in class org.fest.swing.driver.JSpinnerDriver
Verifies that the value of the JSpinner is equal to the given one.
requireValue(int) - Method in class org.fest.swing.fixture.JProgressBarFixture
Asserts that the value of this fixture's JProgressBar is equal to the given one.
requireValue(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
Asserts that the value of this fixture's JScrollBar is equal to the given one.
requireValue(Object) - Method in class org.fest.swing.fixture.JSpinnerFixture
Verifies that the value of this fixture's JSpinner is equal to the given one.
requireValue(String) - Method in class org.fest.swing.fixture.JTableCellFixture
Asserts that the value of this fixture's table cell matches the given value.
requireValue(Pattern) - Method in class org.fest.swing.fixture.JTableCellFixture
Asserts that the value of this fixture's table cell matches the given regular expression pattern.
requireVisible(Component) - Method in class org.fest.swing.driver.ComponentDriver
Asserts that the Component is visible.
requireVisible() - Method in class org.fest.swing.fixture.DialogFixture
Asserts that this fixture's Dialog is visible.
requireVisible() - Method in class org.fest.swing.fixture.FrameFixture
Asserts that this fixture's Frame is visible.
requireVisible() - Method in class org.fest.swing.fixture.GenericComponentFixture
Asserts that this fixture's GUI component is visible.
requireVisible() - Method in class org.fest.swing.fixture.JButtonFixture
Asserts that this fixture's JButton is visible.
requireVisible() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Asserts that this fixture's JCheckBox is visible.
requireVisible() - Method in class org.fest.swing.fixture.JComboBoxFixture
Asserts that this fixture's JComboBox is visible.
requireVisible() - Method in class org.fest.swing.fixture.JFileChooserFixture
Asserts that this fixture's JFileChooser is visible.
requireVisible() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Asserts that this fixture's JInternalFrame is visible.
requireVisible() - Method in class org.fest.swing.fixture.JLabelFixture
Asserts that this fixture's JLabel is visible.
requireVisible() - Method in class org.fest.swing.fixture.JListFixture
Asserts that this fixture's JList is visible.
requireVisible() - Method in class org.fest.swing.fixture.JMenuItemFixture
Asserts that this fixture's JMenuItem is visible.
requireVisible() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that this fixture's JOptionPane is visible.
requireVisible() - Method in class org.fest.swing.fixture.JPanelFixture
Asserts that this fixture's JPanel is visible.
requireVisible() - Method in class org.fest.swing.fixture.JPopupMenuFixture
Asserts that this fixture's JPopupMenu is visible.
requireVisible() - Method in class org.fest.swing.fixture.JProgressBarFixture
Asserts that this fixture's JProgressBar is visible.
requireVisible() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Asserts that this fixture's JRadioButton is visible.
requireVisible() - Method in class org.fest.swing.fixture.JScrollBarFixture
Asserts that this fixture's JScrollBar is visible.
requireVisible() - Method in class org.fest.swing.fixture.JScrollPaneFixture
Asserts that this fixture's JScrollPane is visible.
requireVisible() - Method in class org.fest.swing.fixture.JSliderFixture
Asserts that this fixture's JSlider.
requireVisible() - Method in class org.fest.swing.fixture.JSpinnerFixture
Asserts that this fixture's JSpinner is visible.
requireVisible() - Method in class org.fest.swing.fixture.JSplitPaneFixture
Asserts that this fixture's JSplitPane is visible.
requireVisible() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Asserts that this fixture's JTabbedPane is visible.
requireVisible() - Method in class org.fest.swing.fixture.JTableFixture
Asserts that this fixture's JTable is visible.
requireVisible() - Method in class org.fest.swing.fixture.JTextComponentFixture
Asserts that this fixture's JTextComponent is visible.
requireVisible() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Asserts that this fixture's JToggleButton is visible.
requireVisible() - Method in class org.fest.swing.fixture.JToolBarFixture
Asserts that this fixture's JToolBar is visible.
requireVisible() - Method in class org.fest.swing.fixture.JTreeFixture
Asserts that this fixture's JTree is visible.
requireVisible() - Method in interface org.fest.swing.fixture.StateVerificationFixture
Asserts that this fixture's GUI component is visible.
requireWarningMessage(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
Asserts that the JOptionPane is displaying a warning message.
requireWarningMessage() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Asserts that this fixture's JOptionPane is displaying a warning message.
reset(boolean) - Method in class org.fest.swing.core.AbstractComponentMatcher
Resets the internal state of this matcher.
reset(boolean) - Method in interface org.fest.swing.core.ResettableComponentMatcher
Resets the internal state of this matcher.
ResettableComponentMatcher - Interface in org.fest.swing.core
Understands whether a Component matches some desired criteria.
resize(Container, int, int) - Method in class org.fest.swing.driver.ContainerDriver
Resizes the Container to the given size.
resize(JApplet, int, int) - Method in class org.fest.swing.driver.JAppletDriver
Requests the given JApplet to be resized.
resizeHeight(Container, int) - Method in class org.fest.swing.driver.ContainerDriver
Resizes the Container vertically.
resizeHeightTo(JInternalFrame, int) - Method in class org.fest.swing.driver.JInternalFrameDriver
Resizes the JInternalFrame vertically.
resizeHeightTo(Window, int) - Method in class org.fest.swing.driver.WindowDriver
Resizes the Window vertically.
resizeHeightTo(int) - Method in class org.fest.swing.fixture.DialogFixture
Simulates a user resizing vertically this fixture's Dialog.
resizeHeightTo(int) - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user resizing vertically this fixture's Frame.
resizeHeightTo(int) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user resizing vertically this fixture's JInternalFrame.
resizeHeightTo(int) - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
Simulates a user resizing vertically this fixture's window-like container.
resizeTo(JInternalFrame, Dimension) - Method in class org.fest.swing.driver.JInternalFrameDriver
Resizes the JInternalFrame to the given size.
resizeTo(Window, Dimension) - Method in class org.fest.swing.driver.WindowDriver
Resizes the Window to the given size.
resizeTo(Dimension) - Method in class org.fest.swing.fixture.DialogFixture
Simulates a user resizing this fixture's Dialog.
resizeTo(Dimension) - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user resizing this fixture's Frame.
resizeTo(Dimension) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user resizing this fixture's JInternalFrame.
resizeTo(Dimension) - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
Simulates a user resizing this fixture's window-like container.
resizeWidth(Container, int) - Method in class org.fest.swing.driver.ContainerDriver
Resizes the Container horizontally.
resizeWidthTo(JInternalFrame, int) - Method in class org.fest.swing.driver.JInternalFrameDriver
Resizes the JInternalFrame horizontally.
resizeWidthTo(Window, int) - Method in class org.fest.swing.driver.WindowDriver
Resizes the Window horizontally.
resizeWidthTo(int) - Method in class org.fest.swing.fixture.DialogFixture
Simulates a user resizing horizontally this fixture's Dialog.
resizeWidthTo(int) - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user resizing horizontally this fixture's Frame.
resizeWidthTo(int) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user resizing horizontally this fixture's JInternalFrame.
resizeWidthTo(int) - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
Simulates a user resizing horizontally this fixture's window-like container.
rightButton() - Static method in class org.fest.swing.core.MouseClickInfo
Specifies that the right button should be clicked once.
rightClick(Component) - Method in class org.fest.swing.core.BasicRobot
Simulates a user right-clicking the given Component.
rightClick(Component) - Method in interface org.fest.swing.core.Robot
Simulates a user right-clicking the given Component.
rightClick(Component) - Method in class org.fest.swing.driver.ComponentDriver
Simulates a user right-clicking the given Component.
rightClick() - Method in class org.fest.swing.fixture.DialogFixture
Simulates a user right-clicking this fixture's Dialog.
rightClick() - Method in class org.fest.swing.fixture.FrameFixture
Simulates a user right-clicking this fixture's Frame.
rightClick() - Method in class org.fest.swing.fixture.GenericComponentFixture
Simulates a user right-clicking this fixture's GUI component.
rightClick() - Method in class org.fest.swing.fixture.JButtonFixture
Simulates a user right-clicking this fixture's JButton.
rightClick() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Simulates a user right-clicking this fixture's JCheckBox.
rightClick() - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user right-clicking this fixture's JComboBox.
rightClick() - Method in class org.fest.swing.fixture.JFileChooserFixture
Simulates a user right-clicking this fixture's JFileChooser.
rightClick() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Simulates a user right-clicking this fixture's JInternalFrame.
rightClick() - Method in class org.fest.swing.fixture.JLabelFixture
Simulates a user right-clicking this fixture's JLabel.
rightClick() - Method in class org.fest.swing.fixture.JListFixture
Simulates a user right-clicking this fixture's JList.
rightClick() - Method in class org.fest.swing.fixture.JListItemFixture
Simulates a user right-clicking this fixture's list item.
rightClick() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Simulates a user right-clicking this fixture's JOptionPane.
rightClick() - Method in class org.fest.swing.fixture.JPanelFixture
Simulates a user right-clicking this fixture's JPanel.
rightClick() - Method in class org.fest.swing.fixture.JPopupMenuFixture
Simulates a user right-clicking this fixture's JPopupMenu.
rightClick() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Simulates a user right-clicking this fixture's JRadioButton.
rightClick() - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user right-clicking this fixture's JScrollBar.
rightClick() - Method in class org.fest.swing.fixture.JScrollPaneFixture
Simulates a user right-clicking this fixture's JScrollPane.
rightClick() - Method in class org.fest.swing.fixture.JSliderFixture
Simulates a user right-clicking this fixture's JSlider.
rightClick() - Method in class org.fest.swing.fixture.JSpinnerFixture
Simulates a user right-clicking this fixture's JSpinner.
rightClick() - Method in class org.fest.swing.fixture.JSplitPaneFixture
Simulates a user right-clicking this fixture's JSplitPane.
rightClick() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Simulates a user right-clicking this fixture's JTabbedPane.
rightClick() - Method in class org.fest.swing.fixture.JTableCellFixture
Simulates a user right-clicking this fixture's table cell.
rightClick() - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user right-clicking this fixture's JTable.
rightClick() - Method in class org.fest.swing.fixture.JTextComponentFixture
Simulates a user right-clicking this fixture's JTextComponent.
rightClick() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Simulates a user right-clicking this fixture's JToggleButton.
rightClick() - Method in class org.fest.swing.fixture.JToolBarFixture
Simulates a user right-clicking this fixture's JToolBar.
rightClick() - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user right-clicking this fixture's JTree.
rightClick() - Method in class org.fest.swing.fixture.JTreePathFixture
Simulates a user right-clicking this fixture's tree node.
rightClick() - Method in class org.fest.swing.fixture.JTreeRowFixture
Simulates a user right-clicking this fixture's tree node.
rightClick() - Method in interface org.fest.swing.fixture.MouseInputSimulationFixture
Simulates a user right-clicking this fixture's GUI component.
rightClickPath(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
Right-clicks the given path, expanding parent nodes if necessary.
rightClickPath(String) - Method in class org.fest.swing.fixture.JTreeFixture
Right-clicks the given path, expanding parent nodes if necessary.
rightClickRow(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
Right-clicks the given row.
rightClickRow(int) - Method in class org.fest.swing.fixture.JTreeFixture
Right-clicks the given row.
Robot - Interface in org.fest.swing.core
Understands simulation of user events on a GUI Component.
robot - Variable in class org.fest.swing.driver.AbstractJTableCellWriter
 
robot - Variable in class org.fest.swing.driver.ComponentDriver
 
robot - Variable in class org.fest.swing.fixture.ComponentFixture
Performs simulation of user events on ComponentFixture.target
robot() - Method in class org.fest.swing.testing.FestSwingTestCaseTemplate
Returns this test's Robot.
RobotFactory - Class in org.fest.swing.util
Understands creation of AWT Robots.
RobotFactory() - Constructor for class org.fest.swing.util.RobotFactory
 
robotWithCurrentAwtHierarchy() - Static method in class org.fest.swing.core.BasicRobot
Creates a new Robot that has access to all the GUI components in the AWT hierarchy.
robotWithNewAwtHierarchy() - Static method in class org.fest.swing.core.BasicRobot
Creates a new Robot with a new AWT hierarchy.
root() - Method in class org.fest.swing.hierarchy.SingleComponentHierarchy
Returns the root component in this hierarchy.
roots() - Method in interface org.fest.swing.hierarchy.ComponentHierarchy
Provides all root containers in the hierarchy.
roots() - Method in class org.fest.swing.hierarchy.ExistingHierarchy
Provides all root containers in the hierarchy.
roots() - Method in class org.fest.swing.hierarchy.NewHierarchy
Returns all available root containers, excluding those which have been filtered.
roots() - Method in class org.fest.swing.hierarchy.SingleComponentHierarchy
Returns a collection containing only the root Component in this hierarchy.
rootWindows() - Method in class org.fest.swing.monitor.WindowMonitor
Return all available root windows.
rotateMouseWheel(Component, int) - Method in class org.fest.swing.core.BasicRobot
Moves the mouse pointer over to the given Component and rotates the scroll wheel on wheel-equipped mice.
rotateMouseWheel(int) - Method in class org.fest.swing.core.BasicRobot
Rotates the scroll wheel on wheel-equipped mice.
rotateMouseWheel(Component, int) - Method in interface org.fest.swing.core.Robot
Moves the mouse pointer over to the given Component and rotates the scroll wheel on wheel-equipped mice.
rotateMouseWheel(int) - Method in interface org.fest.swing.core.Robot
Rotates the scroll wheel on wheel-equipped mice.
row - Variable in class org.fest.swing.data.TableCell
The row of the cell.
row(int) - Static method in class org.fest.swing.data.TableCell
Starting point for the creation of a TableCell.
row - Variable in class org.fest.swing.data.TableCellByColumnId
 
row(int) - Static method in class org.fest.swing.data.TableCellByColumnId
Starting point for the creation of a TableCellByColumnId.
row() - Method in class org.fest.swing.fixture.JTableCellFixture
Returns the row index of this fixture's table cell.
rowBoundsAndCoordinates(JTree, int) - Method in class org.fest.swing.driver.JTreeLocation
Returns the bounds and visible coordinates of the given row.
rowCount() - Method in class org.fest.swing.fixture.JTableFixture
Returns the number of rows that can be shown in this fixture's JTable, given unlimited space.
rowCountOf(JTable) - Method in class org.fest.swing.driver.JTableDriver
Returns the number of rows that can be shown in the given JTable, given unlimited space.
rowWithValue(String...) - Static method in class org.fest.swing.data.TableCellInRowByValue
Starting point for the creation of a TableCellInRowByValue.
run() - Method in class org.fest.swing.edt.GuiQuery
Executes the query in the event dispatch thread.
run() - Method in class org.fest.swing.edt.GuiTask
Runs this task action and verifies that it is executed in the event dispatch thread.
RunsInCurrentThread - Annotation Type in org.fest.swing.annotation
Understands an annotation that documents that a method is accessing GUI components in the current thread.
RunsInEDT - Annotation Type in org.fest.swing.annotation
Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.

S

saveComponentAsPng(Component, String) - Method in class org.fest.swing.image.ScreenshotTaker
Takes a screenshot of the given Component and saves it as a PNG file.
saveDesktopAsPng(String) - Method in class org.fest.swing.image.ScreenshotTaker
Takes a screenshot of the desktop and saves it as a PNG file.
saveImage(BufferedImage, String) - Method in class org.fest.swing.image.ScreenshotTaker
Save the given image as a PNG file.
ScreenLock - Class in org.fest.swing.lock
Understands a lock that each GUI test should acquire before being executed, to guarantee sequential execution of GUI tests and to prevent GUI tests from blocking each other.
ScreenLockException - Exception in org.fest.swing.exception
Understands an error thrown when acquiring or releasing a ScreenLock.
ScreenLockException(String) - Constructor for exception org.fest.swing.exception.ScreenLockException
Creates a new ScreenLockException.
ScreenshotTaker - Class in org.fest.swing.image
Understands taking screenshots of the desktop and GUI components.
ScreenshotTaker() - Constructor for class org.fest.swing.image.ScreenshotTaker
Creates a new ScreenshotTaker.
scrollBar() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JScrollBar found in this fixture's Container.
scrollBar(GenericTypeMatcher<? extends JScrollBar>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JScrollBar in this fixture's Container, that matches the specified search criteria.
scrollBar(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JScrollBar in this fixture's Container, which name matches the specified one.
scrollBar() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JScrollBar found in this fixture's Container.
scrollBar(GenericTypeMatcher<? extends JScrollBar>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JScrollBar in this fixture's Container, that matches the specified search criteria.
scrollBar(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JScrollBar in this fixture's Container, which name matches the specified one.
scrollBlockDown(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarDriver
Scrolls down (or right) one block (usually a page).
scrollBlockDown(JScrollBar, int) - Method in class org.fest.swing.driver.JScrollBarDriver
Scrolls down (or right) one block (usually a page,) the given number of times.
scrollBlockDown() - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user scrolling down one block (usually a page.)
scrollBlockDown(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user scrolling down one block (usually a page,) the given number of times.
scrollBlockUp(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarDriver
Scrolls up (or left) one block (usually a page).
scrollBlockUp(JScrollBar, int) - Method in class org.fest.swing.driver.JScrollBarDriver
Scrolls up (or left) one block (usually a page,) the given number of times.
scrollBlockUp() - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user scrolling up one block (usually a page.)
scrollBlockUp(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user scrolling up one block (usually a page,) the given number of times.
Scrolling - Class in org.fest.swing.core
Understands utility methods related to scrolling.
Scrolling - Class in org.fest.swing.driver
Deprecated. Use Scrolling instead.
scrollPane() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JScrollPane found in this fixture's Container.
scrollPane(GenericTypeMatcher<? extends JScrollPane>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JScrollPane in this fixture's Container, that matches the specified search criteria.
scrollPane(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JScrollPane in this fixture's Container, which name matches the specified one.
scrollPane() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JScrollPane found in this fixture's Container.
scrollPane(GenericTypeMatcher<? extends JScrollPane>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JScrollPane in this fixture's Container, that matches the specified search criteria.
scrollPane(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JScrollPane in this fixture's Container, which name matches the specified one.
scrollTo(JScrollBar, int) - Method in class org.fest.swing.driver.JScrollBarDriver
Scrolls to the given position.
scrollTo(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user scrolling to the given position.
scrollToCell(JTable, int, int, JTableLocation) - Static method in class org.fest.swing.driver.AbstractJTableCellWriter
Scrolls the given JTable to the given cell.
scrollToMaximum(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarDriver
Scrolls to the maximum position of the given JScrollBar.
scrollToMaximum() - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user scrolling to the maximum position of this fixture's JScrollBar.
scrollToMinimum(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarDriver
Scrolls to the minimum position of the given JScrollBar.
scrollToMinimum() - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user scrolling to the minimum position of this fixture's JScrollBar.
scrollToVisible(Robot, JComponent) - Static method in class org.fest.swing.core.Scrolling
Scrolls a JComponent into view within a container.
scrollToVisible(JComponent, Rectangle) - Method in class org.fest.swing.driver.JComponentDriver
Invoke JComponent.scrollRectToVisible(Rectangle) on the given JComponent.
scrollToVisible(Robot, JComponent) - Static method in class org.fest.swing.driver.Scrolling
Deprecated. Scrolls a JComponent into view within a container.
scrollUnitDown(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarDriver
Scrolls down (or right) one unit (usually a line).
scrollUnitDown(JScrollBar, int) - Method in class org.fest.swing.driver.JScrollBarDriver
Scrolls down (or right) one unit (usually a line,) the given number of times.
scrollUnitDown() - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user scrolling down one unit (usually a line.)
scrollUnitDown(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user scrolling down one unit (usually a line,) the given number of times.
scrollUnitUp(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarDriver
Scrolls up (or left) one unit (usually a line).
scrollUnitUp(JScrollBar, int) - Method in class org.fest.swing.driver.JScrollBarDriver
Scrolls up (or left) one unit (usually a line,) the given number of times.
scrollUnitUp() - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user scrolling up one unit (usually a line.)
scrollUnitUp(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
Simulates a user scrolling up one unit (usually a line,) the given number of times.
select(AbstractButton) - Method in class org.fest.swing.driver.AbstractButtonDriver
Selects the given button only it is not already selected.
select() - Method in interface org.fest.swing.fixture.ItemFixture
Simulates a user selecting this fixture's item.
select() - Method in class org.fest.swing.fixture.JListItemFixture
Simulates a user selecting this fixture's list item.
select(Object) - Method in class org.fest.swing.fixture.JSpinnerFixture
Selects the given value in this fixture's JSpinner.
select() - Method in class org.fest.swing.fixture.JTableCellFixture
Simulates a user selecting this fixture's table cell.
select(String) - Method in class org.fest.swing.fixture.JTextComponentFixture
Simulates a user selecting the given text contained in this fixture's JTextComponent.
select() - Method in class org.fest.swing.fixture.JTreePathFixture
Selects the this fixture's tree node, expanding parent nodes if necessary.
select() - Method in class org.fest.swing.fixture.JTreeRowFixture
Selects the this fixture's tree node, expanding parent nodes if necessary.
select(String) - Method in interface org.fest.swing.fixture.TextInputFixture
Simulates a user selecting the given text contained in the Component managed by this fixture.
selectAll(JTextComponent) - Method in class org.fest.swing.driver.JTextComponentDriver
Selects the text in the JTextComponent.
selectAll() - Method in class org.fest.swing.fixture.JTextComponentFixture
Simulates a user selecting all the text contained in this fixture's JTextComponent.
selectAll() - Method in interface org.fest.swing.fixture.TextInputFixture
Simulates a user selecting all the text contained in the Component managed by this fixture.
selectAllText(JComboBox) - Method in class org.fest.swing.driver.JComboBoxDriver
Simulates a user selecting the text in the JComboBox.
selectAllText() - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user selecting the text in the JComboBox.
selectCell(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Selects the given cell, if it is not selected already.
selectCell(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user selecting the given cell (row and column) of this fixture's JTable.
selectCells(JTable, TableCell[]) - Method in class org.fest.swing.driver.JTableDriver
Selects the given cells of the JTable.
selectCells(TableCell...) - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user selecting the given cells of this fixture's JTable.
selectedComponent() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Returns the currently selected component for this fixture's JTabbedPane.
selectedComponentOf(JTabbedPane) - Method in class org.fest.swing.driver.JTabbedPaneDriver
Returns the currently selected component for the given JTabbedPane.
selectedRow() - Static method in class org.fest.swing.data.TableCellInSelectedRow
Starting point for the creation of a TableCellInSelectedRow.
selectFile(JFileChooser, File) - Method in class org.fest.swing.driver.JFileChooserDriver
Selects the given file in the JFileChooser.
selectFile(File) - Method in class org.fest.swing.fixture.JFileChooserFixture
Selects the given file in this fixture's JFileChooser.
selectFiles(JFileChooser, File[]) - Method in class org.fest.swing.driver.JFileChooserDriver
Selects the given file in the JFileChooser.
selectFiles(File...) - Method in class org.fest.swing.fixture.JFileChooserFixture
Selects the given files in this fixture's JFileChooser.
selection() - Method in class org.fest.swing.fixture.JListFixture
Returns the String representation of the selected elements in this fixture's JList, using this fixture's JListCellReader.
selectionOf(JList) - Method in class org.fest.swing.driver.JListDriver
Returns an array of Strings that represents the selection in the given JList, using this driver's JListCellReader.
selectionValue(JTable) - Method in class org.fest.swing.driver.JTableDriver
Returns the String representation of the value of the selected cell, using this driver's JTableCellReader.
selectionValue() - Method in class org.fest.swing.fixture.JTableFixture
Returns the String representation of the selected cell in this fixture's JTable, using this fixture's JTableCellReader.
selectItem(JComboBox, String) - Method in class org.fest.swing.driver.JComboBoxDriver
Selects the first item matching the given text in the JComboBox.
selectItem(JComboBox, Pattern) - Method in class org.fest.swing.driver.JComboBoxDriver
Selects the first item matching the given regular expression pattern in the JComboBox.
selectItem(JComboBox, int) - Method in class org.fest.swing.driver.JComboBoxDriver
Selects the item under the given index in the JComboBox.
selectItem(JList, String) - Method in class org.fest.swing.driver.JListDriver
Selects the item in the given JList whose value matches the given one.
selectItem(JList, Pattern) - Method in class org.fest.swing.driver.JListDriver
Selects the item in the given JList whose value matches the given regular expression pattern.
selectItem(JList, int) - Method in class org.fest.swing.driver.JListDriver
Selects the item under the given index using left mouse button once.
selectItem(int) - Method in interface org.fest.swing.fixture.ItemGroupFixture
Simulates a user selecting an item in this fixture's Component.
selectItem(String) - Method in interface org.fest.swing.fixture.ItemGroupFixture
Simulates a user selecting an item in this fixture's Component.
selectItem(Pattern) - Method in interface org.fest.swing.fixture.ItemGroupFixture
Simulates a user selecting an item in this fixture's Component.
selectItem(int) - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user selecting an item in this fixture's JComboBox.
selectItem(String) - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user selecting an item in this fixture's JComboBox.
selectItem(Pattern) - Method in class org.fest.swing.fixture.JComboBoxFixture
Simulates a user selecting an item in this fixture's JComboBox.
selectItem(int) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user selecting an item in this fixture's JList.
selectItem(String) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user selecting an item in this fixture's JList.
selectItem(Pattern) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user selecting an item in this fixture's JList.
selectItems(JList, String[]) - Method in class org.fest.swing.driver.JListDriver
Selects the items matching the given values.
selectItems(JList, Pattern[]) - Method in class org.fest.swing.driver.JListDriver
Selects the items matching the given regular expression patterns.
selectItems(JList, int[]) - Method in class org.fest.swing.driver.JListDriver
Selects the items under the given indices.
selectItems(JList, Range.From, Range.To) - Method in class org.fest.swing.driver.JListDriver
Selects the items in the specified range.
selectItems(JList, int, int) - Method in class org.fest.swing.driver.JListDriver
Selects the items in the specified range.
selectItems(Range.From, Range.To) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user selecting the items (in the specified range) in this fixture's JList.
selectItems(int...) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user selecting the specified items in this fixture's JList.
selectItems(String...) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user selecting the specified items in this fixture's JList.
selectItems(Pattern...) - Method in class org.fest.swing.fixture.JListFixture
Simulates a user selecting the specified items in this fixture's JList.
selectPath(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
Selects the given path, expanding parent nodes if necessary.
selectPath(String) - Method in class org.fest.swing.fixture.JTreeFixture
Selects the given path, expanding parent nodes if necessary.
selectPaths(JTree, String[]) - Method in class org.fest.swing.driver.JTreeDriver
Selects the given paths, expanding parent nodes if necessary.
selectPaths(String...) - Method in class org.fest.swing.fixture.JTreeFixture
Select the given paths, expanding parent nodes if necessary.
selectRow(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
Selects the given row.
selectRow(int) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user selecting the tree node at the given row.
selectRows(JTable, int...) - Method in class org.fest.swing.driver.JTableDriver
Simulates a user selecting the given rows in the given JTable.
selectRows(JTree, int[]) - Method in class org.fest.swing.driver.JTreeDriver
Selects the given rows.
selectRows(int...) - Method in class org.fest.swing.fixture.JTableFixture
Simulates a user selecting the given rows in this fixture's JTable.
selectRows(int...) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user selecting the tree nodes at the given rows.
selectTab(JTabbedPane, String) - Method in class org.fest.swing.driver.JTabbedPaneDriver
Simulates a user selecting the tab containing the given title.
selectTab(JTabbedPane, Pattern) - Method in class org.fest.swing.driver.JTabbedPaneDriver
Simulates a user selecting the tab whose title matches the given regular expression pattern.
selectTab(JTabbedPane, int) - Method in class org.fest.swing.driver.JTabbedPaneDriver
Simulates a user selecting the tab located at the given index.
selectTab(int) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Simulates a user selecting the tab located at the given index.
selectTab(String) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Simulates a user selecting the tab whose title matches the given value.
selectTab(Pattern) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Simulates a user selecting the tab whose title matches the given regular expression pattern.
selectText(JTextComponent, String) - Method in class org.fest.swing.driver.JTextComponentDriver
Select the given text range.
selectText(JTextComponent, int, int) - Method in class org.fest.swing.driver.JTextComponentDriver
Select the given text range.
selectText(int, int) - Method in class org.fest.swing.fixture.JTextComponentFixture
Simulates a user selecting a portion of the text contained in this fixture's JTextComponent.
selectText(int, int) - Method in interface org.fest.swing.fixture.TextInputFixture
Simulates a user selecting a portion of the text contained in the Component managed by this fixture.
selectValue(JSpinner, Object) - Method in class org.fest.swing.driver.JSpinnerDriver
Selects the given value in the given JSpinner.
separator() - Method in class org.fest.swing.driver.JTreeDriver
Returns the separator to use when converting TreePaths to Strings.
separator(String) - Method in class org.fest.swing.driver.JTreeDriver
Updates the separator to use when converting TreePaths to Strings.
separator() - Method in class org.fest.swing.fixture.JTreeFixture
Returns the separator to use when converting TreePaths to Strings.
separator(String) - Method in class org.fest.swing.fixture.JTreeFixture
Updates the separator to use when converting TreePaths to Strings.
setCurrentDirectory(JFileChooser, File) - Method in class org.fest.swing.driver.JFileChooserDriver
Sets the current directory in the JFileChooser to the given one.
setCurrentDirectory(File) - Method in class org.fest.swing.fixture.JFileChooserFixture
Sets the current directory of this fixture's JFileChooser to the given one.
setStream(String, InputStream) - Method in class org.fest.swing.applet.BasicAppletContext
Associates the specified stream with the specified key in this applet context.
setText(JTextComponent, String) - Method in class org.fest.swing.driver.JTextComponentDriver
Sets the given text into the JTextComponent.
setText(String) - Method in class org.fest.swing.fixture.JTextComponentFixture
Sets the text in this fixture's JTextComponent.
settings() - Method in class org.fest.swing.core.BasicRobot
Returns the configuration settings for this Robot.
settings() - Method in interface org.fest.swing.core.Robot
Returns the configuration settings for this Robot.
Settings - Class in org.fest.swing.core
Understands configuration settings.
Settings() - Constructor for class org.fest.swing.core.Settings
 
settings() - Method in class org.fest.swing.driver.ComponentDriver
 
setUpRobot() - Method in class org.fest.swing.testing.FestSwingTestCaseTemplate
Creates this test's Robot using a new AWT hierarchy.
show(Window) - Method in class org.fest.swing.driver.WindowDriver
Shows the Window.
show(Window, Dimension) - Method in class org.fest.swing.driver.WindowDriver
Shows the Window, resized to the given size.
show() - Method in class org.fest.swing.fixture.DialogFixture
Shows this fixture's Dialog.
show(Dimension) - Method in class org.fest.swing.fixture.DialogFixture
Shows this fixture's Dialog, resized to the given size.
show() - Method in class org.fest.swing.fixture.FrameFixture
Shows this fixture's Frame.
show(Dimension) - Method in class org.fest.swing.fixture.FrameFixture
Shows this fixture's Frame, resized to the given size.
show() - Method in class org.fest.swing.fixture.WindowFixture
Shows this fixture's Window.
show(Dimension) - Method in class org.fest.swing.fixture.WindowFixture
Shows this fixture's Window, resized to the given size.
showDocument(URL) - Method in class org.fest.swing.applet.BasicAppletContext
Not implemented.
showDocument(URL, String) - Method in class org.fest.swing.applet.BasicAppletContext
Not implemented.
showInFrame(Container) - Static method in class org.fest.swing.fixture.Containers
Creates a new JFrame and uses the given Container as its content pane.
showPopupMenu(Component) - Method in class org.fest.swing.core.BasicRobot
Shows a pop-up menu.
showPopupMenu(Component, Point) - Method in class org.fest.swing.core.BasicRobot
Shows a pop-up menu at the given coordinates.
showPopupMenu(Component) - Method in interface org.fest.swing.core.Robot
Shows a pop-up menu.
showPopupMenu(Component, Point) - Method in interface org.fest.swing.core.Robot
Shows a pop-up menu at the given coordinates.
showPopupMenu(JList, String) - Method in class org.fest.swing.driver.JListDriver
Shows a pop-up menu at the location of the specified item in the JList.
showPopupMenu(JList, Pattern) - Method in class org.fest.swing.driver.JListDriver
Shows a pop-up menu at the location of the specified item in the JList.
showPopupMenu(JList, int) - Method in class org.fest.swing.driver.JListDriver
Shows a pop-up menu at the location of the specified item in the JList.
showPopupMenu(JTableHeader, int) - Method in class org.fest.swing.driver.JTableHeaderDriver
Shows a pop-up menu at the given column.
showPopupMenu(JTableHeader, String) - Method in class org.fest.swing.driver.JTableHeaderDriver
Shows a pop-up menu at the given column.
showPopupMenu(JTableHeader, Pattern) - Method in class org.fest.swing.driver.JTableHeaderDriver
Shows a pop-up menu at the column whose name matches the given regular expression pattern.
showPopupMenu(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
Shows a pop-up menu at the position of the node in the given row.
showPopupMenu(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
Shows a pop-up menu at the position of the last node in the given path.
showPopupMenu() - Method in class org.fest.swing.fixture.DialogFixture
Shows a pop-up menu using this fixture's Dialog as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.FrameFixture
Shows a pop-up menu using this fixture's Frame as the invoker of the pop-up menu.
showPopupMenu() - Method in interface org.fest.swing.fixture.ItemFixture
Shows a pop-up menu using this fixture's item as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JButtonFixture
Shows a pop-up menu using this fixture's JButton as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Shows a pop-up menu using this fixture's JCheckBox as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JComboBoxFixture
Shows a pop-up menu using this fixture's JComboBox as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JInternalFrameFixture
Shows a pop-up menu using this fixture's JInternalFrame as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JLabelFixture
Shows a pop-up menu using this fixture's JLabel as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JListFixture
Shows a pop-up menu using this fixture's JList as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JListItemFixture
Shows a pop-up menu using this fixture's list item as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JPanelFixture
Shows a pop-up menu using this fixture's JPanel as the invoker of the pop-up menu.
showPopupMenu() - Method in interface org.fest.swing.fixture.JPopupMenuInvokerFixture
Shows a pop-up menu using this fixture's Component as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Shows a pop-up menu using this fixture's JRadioButton as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JScrollBarFixture
Shows a pop-up menu using this fixture's JScrollBar as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JScrollPaneFixture
Shows a pop-up menu using this fixture's JScrollPane as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JSliderFixture
Shows a pop-up menu using this fixture's JSlider as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JSpinnerFixture
Shows a pop-up menu using this fixture's JSpinner as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JSplitPaneFixture
Shows a pop-up menu using this fixture's JSplitPane as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Shows a pop-up menu using this fixture's JTabbedPane as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JTableCellFixture
Shows a pop-up menu using this fixture's table cell as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JTableFixture
Shows a pop-up menu using this fixture's JTable as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JTextComponentFixture
Shows a pop-up menu using this fixture's JTextComponent as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Shows a pop-up menu using this fixture's JToggleButton as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JToolBarFixture
Shows a pop-up menu using this fixture's JToolBar as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JTreeFixture
Shows a pop-up menu using this fixture's JTree as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JTreePathFixture
Shows a pop-up menu using this fixture's tree node as the invoker of the pop-up menu.
showPopupMenu() - Method in class org.fest.swing.fixture.JTreeRowFixture
Shows a pop-up menu using this fixture's tree node as the invoker of the pop-up menu.
showPopupMenuAt(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Shows a pop-up menu at the given table cell.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.DialogFixture
Shows a pop-up menu at the given point using this fixture's Dialog as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.FrameFixture
Shows a pop-up menu at the given point using this fixture's Frame as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JButtonFixture
Shows a pop-up menu at the given point using this fixture's JButton as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JCheckBoxFixture
Shows a pop-up menu at the given point using this fixture's JCheckBox as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JComboBoxFixture
Shows a pop-up menu at the given point using this fixture's JComboBox as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JInternalFrameFixture
Shows a pop-up menu at the given point using this fixture's JInternalFrame as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JLabelFixture
Shows a pop-up menu at the given point using this fixture's JLabel as the invoker of the pop-up menu.
showPopupMenuAt(int) - Method in class org.fest.swing.fixture.JListFixture
Shows a pop-up menu at the location of the specified item in this fixture's JList.
showPopupMenuAt(String) - Method in class org.fest.swing.fixture.JListFixture
Shows a pop-up menu at the location of the first item matching the given value in this fixture's JList.
showPopupMenuAt(Pattern) - Method in class org.fest.swing.fixture.JListFixture
Shows a pop-up menu at the location of the first item matching the given regular expression pattern in this fixture's JList.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JListFixture
Shows a pop-up menu at the given point using this fixture's JList as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JPanelFixture
Shows a pop-up menu at the given point using this fixture's JPanel as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in interface org.fest.swing.fixture.JPopupMenuInvokerFixture
Shows a pop-up menu at the given point using this fixture's Component as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JRadioButtonFixture
Shows a pop-up menu at the given point using this fixture's JRadioButton as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JScrollBarFixture
Shows a pop-up menu at the given point using this fixture's JScrollBar as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JScrollPaneFixture
Shows a pop-up menu at the given point using this fixture's JScrollPane as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JSliderFixture
Shows a pop-up menu at the given point using this fixture's JSlider as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JSpinnerFixture
Shows a pop-up menu at the given point using this fixture's JSpinner as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JSplitPaneFixture
Shows a pop-up menu at the given point using this fixture's JSplitPane as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Shows a pop-up menu at the given point using this fixture's JTabbedPane as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JTableFixture
Shows a pop-up menu at the given point using this fixture's JTable as the invoker of the pop-up menu.
showPopupMenuAt(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
Shows a pop-up menu at the given cell.
showPopupMenuAt(int) - Method in class org.fest.swing.fixture.JTableHeaderFixture
Shows a pop-up menu using this fixture's JTableHeader as the invoker of the pop-up menu.
showPopupMenuAt(String) - Method in class org.fest.swing.fixture.JTableHeaderFixture
Shows a pop-up menu using this fixture's JTableHeader as the invoker of the pop-up menu.
showPopupMenuAt(Pattern) - Method in class org.fest.swing.fixture.JTableHeaderFixture
Shows a pop-up menu using this fixture's JTableHeader as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JTextComponentFixture
Shows a pop-up menu at the given point using this fixture's JTextComponent as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JToggleButtonFixture
Shows a pop-up menu at the given point using this fixture's JToggleButton as the invoker of the pop-up menu.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JToolBarFixture
Shows a pop-up menu at the given point using this fixture's JToolBar as the invoker of the pop-up menu.
showPopupMenuAt(int) - Method in class org.fest.swing.fixture.JTreeFixture
Shows a pop-up menu at the position of the node in the given row.
showPopupMenuAt(String) - Method in class org.fest.swing.fixture.JTreeFixture
Shows a pop-up menu at the position of the last node in the given path.
showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JTreeFixture
Shows a pop-up menu at the given point using this fixture's JTree as the invoker of the pop-up menu.
showStatus(String) - Method in class org.fest.swing.applet.AppletViewer
Displays the given status message.
showStatus(String) - Method in class org.fest.swing.applet.BasicAppletContext
Requests that the given status be displayed in this context's StatusDisplay.
showStatus(String) - Method in interface org.fest.swing.applet.StatusDisplay
Displays the given status message.
showWindow(Window) - Method in class org.fest.swing.core.BasicRobot
Safely display a window with proper EDT synchronization.
showWindow(Window, Dimension) - Method in class org.fest.swing.core.BasicRobot
Safely display a window with proper EDT synchronization.
showWindow(Window, Dimension, boolean) - Method in class org.fest.swing.core.BasicRobot
Safely display a window with proper EDT synchronization.
showWindow(Window) - Method in interface org.fest.swing.core.Robot
Safely display a window with proper EDT synchronization.
showWindow(Window, Dimension) - Method in interface org.fest.swing.core.Robot
Safely display a window with proper EDT synchronization.
showWindow(Window, Dimension, boolean) - Method in interface org.fest.swing.core.Robot
Safely display a window with proper EDT synchronization.
SimpleFallbackExceptionHandler - Class in org.fest.swing.core
Understands an exception handler for AWT event thread, to make sure we can get a back-trace dump when running FEST-Swing are terminated by a EmergencyAbortListener.
SimpleFallbackExceptionHandler() - Constructor for class org.fest.swing.core.SimpleFallbackExceptionHandler
 
SingleComponentHierarchy - Class in org.fest.swing.hierarchy
Understands a component hierarchy created with a specified Component as root.
SingleComponentHierarchy(Container, ComponentHierarchy) - Constructor for class org.fest.swing.hierarchy.SingleComponentHierarchy
Creates a new SingleComponentHierarchy.
sizeOf(Component) - Static method in class org.fest.swing.query.ComponentSizeQuery
Returns the size of the given Component.
slide(JSlider, int) - Method in class org.fest.swing.driver.JSliderDriver
Slides the knob to the requested value.
slider() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JSlider found in this fixture's Container.
slider(GenericTypeMatcher<? extends JSlider>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JSlider in this fixture's Container, that matches the specified search criteria.
slider(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JSlider in this fixture's Container, which name matches the specified one.
slider() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JSlider found in this fixture's Container.
slider(GenericTypeMatcher<? extends JSlider>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JSlider in this fixture's Container, that matches the specified search criteria.
slider(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JSlider in this fixture's Container, which name matches the specified one.
slideTo(int) - Method in class org.fest.swing.fixture.JSliderFixture
Simulates a user sliding this fixture's JSlider to the given value.
slideToMaximum(JSlider) - Method in class org.fest.swing.driver.JSliderDriver
Slides the knob to its maximum.
slideToMaximum() - Method in class org.fest.swing.fixture.JSliderFixture
Simulates a user sliding this fixture's JSlider to its maximum value.
slideToMinimum(JSlider) - Method in class org.fest.swing.driver.JSliderDriver
Slides the knob to its minimum.
slideToMinimum() - Method in class org.fest.swing.fixture.JSliderFixture
Simulates a user sliding this fixture's JSlider to its minimum value.
spinner() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JSpinner found in this fixture's Container.
spinner(GenericTypeMatcher<? extends JSpinner>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JSpinner in this fixture's Container, that matches the specified search criteria.
spinner(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JSpinner in this fixture's Container, which name matches the specified one.
spinner() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JSpinner found in this fixture's Container.
spinner(GenericTypeMatcher<? extends JSpinner>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JSpinner in this fixture's Container, that matches the specified search criteria.
spinner(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JSpinner in this fixture's Container, which name matches the specified one.
splitPane() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns the JSplitPane found in this fixture's Container.
splitPane(GenericTypeMatcher<? extends JSplitPane>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JSplitPane in this fixture's Container, that matches the specified search criteria.
splitPane(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JSplitPane in this fixture's Container, which name matches the specified one.
splitPane() - Method in class org.fest.swing.fixture.ContainerFixture
Returns the JSplitPane found in this fixture's Container.
splitPane(GenericTypeMatcher<? extends JSplitPane>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JSplitPane in this fixture's Container, that matches the specified search criteria.
splitPane(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JSplitPane in this fixture's Container, which name matches the specified one.
start() - Method in class org.fest.swing.launcher.AppletLauncher
Launches the applet in a AppletViewer (using implementations of BasicAppletStub and BasicAppletContext.
start() - Method in class org.fest.swing.launcher.ApplicationLauncher
Starts the application.
startCellEditing(JTable, int, int) - Method in interface org.fest.swing.cell.JTableCellWriter
Starts editing the given cell of the JTable.
startCellEditing(JTable, int, int) - Method in class org.fest.swing.driver.BasicJTableCellWriter
Starts editing the given cell of the JTable.
startCellEditing(JTable, int, int) - Method in class org.fest.swing.driver.JTableCheckBoxEditorCellWriter
Starts editing the given cell of the JTable.
startCellEditing(JTable, int, int) - Method in class org.fest.swing.driver.JTableComboBoxEditorCellWriter
Starts editing the given cell of the JTable.
startCellEditing(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Starts editing the given cell of the JTable, using this driver's JTableCellWriter.
startCellEditing(JTable, int, int) - Method in class org.fest.swing.driver.JTableTextComponentEditorCellWriter
Starts editing the given cell of the JTable.
startEditing() - Method in class org.fest.swing.fixture.JTableCellFixture
Starts editing this fixture's table cell.
startListening(Toolkit, AWTEventListener, long) - Method in class org.fest.swing.input.EventNormalizer
Starts listening for events.
startWatchWithTimeoutOf(long) - Static method in class org.fest.swing.util.TimeoutWatch
Creates and starts a new TimeoutWatch with the given timeout.
StateVerificationFixture - Interface in org.fest.swing.fixture
Understands state verification of a GUI component.
StatusDisplay - Interface in org.fest.swing.applet
Understands how to display the state of an applet.
stopCellEditing(JTable, int, int) - Method in interface org.fest.swing.cell.JTableCellWriter
Stops editing the given cell of the JTable.
stopCellEditing(JTable, int, int) - Method in class org.fest.swing.driver.AbstractJTableCellWriter
Stops editing the given cell of the JTable.
stopCellEditing(JTable, int, int) - Method in class org.fest.swing.driver.BasicJTableCellWriter
Stops editing the given cell of the JTable.
stopCellEditing(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Stops editing the given cell of the JTable, using this driver's JTableCellWriter.
stopEditing() - Method in class org.fest.swing.fixture.JTableCellFixture
Stops editing this fixture's table cell.
stopListening() - Method in class org.fest.swing.input.EventNormalizer
Stops listening for events and disposes the delegate event listener.
Strings - Class in org.fest.swing.util
Understands utility methods related to Strings.
StringTextMatcher - Class in org.fest.swing.util
Understands matching text to a group of String values.
StringTextMatcher(String...) - Constructor for class org.fest.swing.util.StringTextMatcher
Creates a new StringTextMatcher.
stub() - Method in class org.fest.swing.applet.AppletViewer
Returns the AppletStub in this viewer.
supportedType() - Method in class org.fest.swing.core.GenericTypeMatcher
Returns the supported type of this matcher.
System - Class in org.fest.swing.util
Deprecated. Use Systems instead.

T

tabbedPane() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JTabbedPane found in this fixture's Container.
tabbedPane(GenericTypeMatcher<? extends JTabbedPane>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JTabbedPane in this fixture's Container, that matches the specified search criteria.
tabbedPane(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JTabbedPane in this fixture's Container, which name matches the specified one.
tabbedPane() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JTabbedPane found in this fixture's Container.
tabbedPane(GenericTypeMatcher<? extends JTabbedPane>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JTabbedPane in this fixture's Container, that matches the specified search criteria.
tabbedPane(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JTabbedPane in this fixture's Container, which name matches the specified one.
table() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JTable found in this fixture's Container.
table(GenericTypeMatcher<? extends JTable>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JTable in this fixture's Container, that matches the specified search criteria.
table(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JTable in this fixture's Container, which name matches the specified one.
table() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JTable found in this fixture's Container.
table(GenericTypeMatcher<? extends JTable>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JTable in this fixture's Container, that matches the specified search criteria.
table(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JTable in this fixture's Container, which name matches the specified one.
TableCell - Class in org.fest.swing.data
Understands a cell in a JTable.
TableCell(int, int) - Constructor for class org.fest.swing.data.TableCell
Creates a new TableCell.
TableCell.TableCellBuilder - Class in org.fest.swing.data
Understands creation of TableCells.
TableCellByColumnId - Class in org.fest.swing.data
Understands lookup of a cell in a JTable by column identifier.
TableCellByColumnId(int, Object) - Constructor for class org.fest.swing.data.TableCellByColumnId
 
TableCellByColumnId.TableCellBuilder - Class in org.fest.swing.data
Understands creation of TableCellByColumnIds.
TableCellFinder - Interface in org.fest.swing.data
Understands finding a cell in a JTable.
TableCellInRowByValue - Class in org.fest.swing.data
Understands lookup of a cell in the first row in JTable whose values match the given ones.
TableCellInRowByValue(String[], int) - Constructor for class org.fest.swing.data.TableCellInRowByValue
Creates a new TableCellInRowByValue.
TableCellInRowByValue.TableCellBuilder - Class in org.fest.swing.data
Understands creation of TableCellInSelectedRows.
TableCellInSelectedRow - Class in org.fest.swing.data
Understands lookup of a cell in the first selected row of a JTable.
TableCellInSelectedRow(int) - Constructor for class org.fest.swing.data.TableCellInSelectedRow
 
TableCellInSelectedRow.TableCellBuilder - Class in org.fest.swing.data
Understands creation of TableCellInSelectedRows.
TableCellInSelectedRow.TableCellBuilder() - Constructor for class org.fest.swing.data.TableCellInSelectedRow.TableCellBuilder
 
tableHeader() - Method in class org.fest.swing.fixture.JTableFixture
Returns a JTableHeaderFixture wrapping the JTableHeader in this fixture's JTable.
tableHeaderOf(JTable) - Method in class org.fest.swing.driver.JTableDriver
Returns the JTableHeader of the given JTable.
tabTitles(JTabbedPane) - Method in class org.fest.swing.driver.JTabbedPaneDriver
Returns the titles of all the tabs.
tabTitles() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
Returns the titles of all the tabs in this fixture's JTabbedPane.
takeDesktopScreenshot() - Method in class org.fest.swing.image.ScreenshotTaker
Takes a screenshot of the desktop.
takeScreenshotOf(Component) - Method in class org.fest.swing.image.ScreenshotTaker
Takes a screenshot of the given Component.
target() - Method in class org.fest.swing.fixture.ColorFixture
Returns this fixture's color.
target - Variable in class org.fest.swing.fixture.ComponentFixture
This fixture's Component.
target() - Method in class org.fest.swing.fixture.FontFixture
Returns this fixture's font.
targetCastedTo(Class<C>) - Method in class org.fest.swing.fixture.ComponentFixture
Returns this fixture's Component casted to the given sub-type.
targetType() - Method in interface org.fest.swing.format.ComponentFormatter
Returns the type of Component this formatter supports.
targetType() - Method in class org.fest.swing.format.IntrospectionComponentFormatter
Returns the type of Component this formatter supports.
targetType() - Method in class org.fest.swing.format.JComboBoxFormatter
Indicates that this formatter supports JComboBox only.
targetType() - Method in class org.fest.swing.format.JFileChooserFormatter
Indicates that this formatter supports JFileChooser only.
targetType() - Method in class org.fest.swing.format.JListFormatter
Indicates that this formatter supports JList only.
targetType() - Method in class org.fest.swing.format.JOptionPaneFormatter
Indicates that this formatter supports JOptionPane only.
targetType() - Method in class org.fest.swing.format.JTabbedPaneFormatter
Indicates that this formatter supports JTabbedPane only.
targetType() - Method in class org.fest.swing.format.JTableFormatter
Indicates that this formatter supports JTable only.
targetType() - Method in class org.fest.swing.format.JTreeFormatter
Indicates that this formatter supports JTree only.
test() - Method in class org.fest.swing.core.ComponentFoundCondition
Returns true if a component that matches the search criteria in this condition's ComponentMatcher can be found.
test() - Method in class org.fest.swing.core.EdtSafeCondition
Checks if the condition has been satisfied.
test() - Method in class org.fest.swing.driver.WaitForComponentToShowCondition
Indicates whether the Component in this condition is showing on the screen or not.
test() - Method in class org.fest.swing.timing.Condition
Checks if the condition has been satisfied.
testInEDT() - Method in class org.fest.swing.core.EdtSafeCondition
Checks if the condition has been satisfied.
text() - Method in class org.fest.swing.fixture.JButtonFixture
Returns the text of this fixture's JButton.
text() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Returns the text of this fixture's JCheckBox.
text() - Method in class org.fest.swing.fixture.JLabelFixture
Returns the text of this fixture's JLabel.
text() - Method in class org.fest.swing.fixture.JProgressBarFixture
Returns the text of this fixture's JProgressBar.
text() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Returns the text of this fixture's JRadioButton.
text() - Method in class org.fest.swing.fixture.JSpinnerFixture
Returns the text displayed by this fixture's JSpinner.
text() - Method in class org.fest.swing.fixture.JTextComponentFixture
Returns the text of this fixture's JTextComponent.
text() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Returns the text of this fixture's JToggleButton.
text() - Method in interface org.fest.swing.fixture.TextDisplayFixture
Returns the text of this fixture's Component.
textBox(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
Deprecated. in 1.2
textBox() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JTextComponent found in this fixture's Container.
textBox(GenericTypeMatcher<? extends JTextComponent>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JTextComponent in this fixture's Container managed by this fixture, that matches the specified search criteria.
textBox(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JTextComponent in this fixture's Container managed by this fixture, which name matches the specified one.
textBox() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JTextComponent found in this fixture's Container.
textBox(GenericTypeMatcher<? extends JTextComponent>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JTextComponent in this fixture's Container managed by this fixture, that matches the specified search criteria.
textBox(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JTextComponent in this fixture's Container managed by this fixture, which name matches the specified one.
TextDisplayDriver<T extends Component> - Interface in org.fest.swing.driver
Understands functional testing of a Component that displays text.
TextDisplayFixture - Interface in org.fest.swing.fixture
Understands state verification and property value queries of GUI components that display text.
TextInputFixture - Interface in org.fest.swing.fixture
Understands simulation of user events on GUI components that accept text input from the user.
TextMatcher - Interface in org.fest.swing.util
Understands matching a given text to one or more values.
textOf(AbstractButton) - Method in class org.fest.swing.driver.AbstractButtonDriver
Returns the text of the given button.
textOf(JLabel) - Method in class org.fest.swing.driver.JLabelDriver
Returns the text of the given JLabel.
textOf(JProgressBar) - Method in class org.fest.swing.driver.JProgressBarDriver
Returns the text of the given JProgressBar.
textOf(JSpinner) - Method in class org.fest.swing.driver.JSpinnerDriver
Returns the text displayed in the given JSpinner.
textOf(JTextComponent) - Method in class org.fest.swing.driver.JTextComponentDriver
Returns the text of the given JTextComponent.
textOf(T) - Method in interface org.fest.swing.driver.TextDisplayDriver
Returns the text of the given component.
ThreadSafeAction - Annotation Type in org.fest.swing.annotation
Understands an annotation that documents that a method is thread-safe.
thumbLocation(JScrollBar, int) - Method in class org.fest.swing.driver.JScrollBarLocation
Returns the location where to move the mouse pointer to scroll to the given position.
Timeout - Class in org.fest.swing.timing
Understands a timeout.
timeout(long) - Static method in class org.fest.swing.timing.Timeout
Creates a new Timeout.
timeout(long, TimeUnit) - Static method in class org.fest.swing.timing.Timeout
Creates a new Timeout.
timeoutToBeVisible() - Method in class org.fest.swing.core.Settings
Returns the number of milliseconds to wait for a component to be visible.
timeoutToBeVisible(int) - Method in class org.fest.swing.core.Settings
Updates the number of milliseconds to wait for a component to be visible.
timeoutToFindPopup() - Method in class org.fest.swing.core.Settings
Returns the number of milliseconds to wait before failing to find a pop-up menu that should appear.
timeoutToFindPopup(int) - Method in class org.fest.swing.core.Settings
Updates the number of milliseconds to wait before failing to find a pop-up menu that should appear.
timeoutToFindSubMenu() - Method in class org.fest.swing.core.Settings
Returns the number of milliseconds to wait for a sub-menu to appear.
timeoutToFindSubMenu(int) - Method in class org.fest.swing.core.Settings
Updates the number of milliseconds to wait for a sub-menu to appear.
TimeoutWatch - Class in org.fest.swing.util
Understands a time counter with a timeout.
times() - Method in class org.fest.swing.core.MouseClickInfo
Returns how many times the mouse button should be clicked.
times(int) - Method in class org.fest.swing.core.MouseClickInfo
Specifies how many times the mouse button should be clicked.
title(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
Returns the title of the given JOptionPane.
title() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Returns the title of this fixture's JOptionPane.
to - Variable in class org.fest.swing.util.GenericRange
Final value of this range.
to(int) - Static method in class org.fest.swing.util.Range
Creates a new Range.To, representing the ending value of a range.
toggleButton() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JToggleButton found in this fixture's Container.
toggleButton(GenericTypeMatcher<? extends JToggleButton>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JToggleButton in this fixture's Container, that matches the specified search criteria.
toggleButton(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JToggleButton in this fixture's Container, which name matches the specified one.
toggleButton() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JToggleButton found in this fixture's Container.
toggleButton(GenericTypeMatcher<? extends JToggleButton>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JToggleButton in this fixture's Container, that matches the specified search criteria.
toggleButton(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JToggleButton in this fixture's Container, which name matches the specified one.
toggleRow(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
Change the open/closed state of the given row, if possible.
toggleRow(int) - Method in class org.fest.swing.fixture.JTreeFixture
Simulates a user toggling the open/closed state of the tree node at the given row.
toolBar() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JToolBar found in this fixture's Container.
toolBar(GenericTypeMatcher<? extends JToolBar>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JToolBar in this fixture's Container, that matches the specified search criteria.
toolBar(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JToolBar in this fixture's Container, which name matches the specified one.
toolBar() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JToolBar found in this fixture's Container.
toolBar(GenericTypeMatcher<? extends JToolBar>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JToolBar in this fixture's Container, that matches the specified search criteria.
toolBar(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JToolBar in this fixture's Container, which name matches the specified one.
ToolTipDisplayFixture - Interface in org.fest.swing.fixture
Understands state verification of GUI components that display a tool-tip.
toString() - Method in class org.fest.swing.core.LabelMatcher
 
toString() - Method in class org.fest.swing.core.matcher.DialogMatcher
 
toString() - Method in class org.fest.swing.core.matcher.FrameMatcher
 
toString() - Method in class org.fest.swing.core.matcher.JButtonMatcher
 
toString() - Method in class org.fest.swing.core.matcher.JLabelMatcher
 
toString() - Method in class org.fest.swing.core.matcher.JTextComponentMatcher
 
toString() - Method in class org.fest.swing.core.MouseClickInfo
 
toString() - Method in class org.fest.swing.core.NameMatcher
 
toString() - Method in class org.fest.swing.core.TypeMatcher
 
toString() - Method in class org.fest.swing.data.Index
 
toString() - Method in class org.fest.swing.data.TableCell
 
toString() - Method in class org.fest.swing.data.TableCellByColumnId
 
toString() - Method in class org.fest.swing.data.TableCellInRowByValue
 
toString() - Method in class org.fest.swing.data.TableCellInSelectedRow
 
toString() - Method in class org.fest.swing.driver.JMenuItemMatcher
 
toString() - Method in class org.fest.swing.format.IntrospectionComponentFormatter
 
toString() - Method in class org.fest.swing.keystroke.KeyStrokeMapping
 
toString() - Method in class org.fest.swing.timing.Condition
Returns the String representation of this condition, which is its description.
TransientWindowListener - Class in org.fest.swing.hierarchy
Understands automatic filtering of auto-generated Swing dialogs.
translate(Component, int, int) - Static method in class org.fest.swing.awt.AWT
Translates the given coordinates to the location on screen of the given Component.
tree() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a JTree found in this fixture's Container.
tree(GenericTypeMatcher<? extends JTree>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JTree in this fixture's Container, that matches the specified search criteria.
tree(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Finds a JTree in this fixture's Container, which name matches the specified one.
tree() - Method in class org.fest.swing.fixture.ContainerFixture
Returns a JTree found in this fixture's Container.
tree(GenericTypeMatcher<? extends JTree>) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JTree in this fixture's Container, that matches the specified search criteria.
tree(String) - Method in class org.fest.swing.fixture.ContainerFixture
Finds a JTree in this fixture's Container, which name matches the specified one.
Triple<I,II,III> - Class in org.fest.swing.util
Understands a tuple of size 3.
Triple(I, II, III) - Constructor for class org.fest.swing.util.Triple
Creates a new Triple.
TwoStateButtonFixture - Interface in org.fest.swing.fixture
Understands state verification of "two-state" buttons.
type(char) - Method in class org.fest.swing.core.BasicRobot
Types the given character.
type(char) - Method in interface org.fest.swing.core.Robot
Types the given character.
TypeMatcher - Class in org.fest.swing.core
Understands Component matching by type.
TypeMatcher(Class<? extends Component>) - Constructor for class org.fest.swing.core.TypeMatcher
Creates a new TypeMatcher.
TypeMatcher(Class<? extends Component>, boolean) - Constructor for class org.fest.swing.core.TypeMatcher
Creates a new TypeMatcher.

U

uncheck() - Method in class org.fest.swing.fixture.JCheckBoxFixture
Unchecks this fixture's JCheckBox only if it is checked.
uncheck() - Method in class org.fest.swing.fixture.JRadioButtonFixture
Unchecks this fixture's JRadioButton only if it is checked.
uncheck() - Method in class org.fest.swing.fixture.JToggleButtonFixture
Unchecks this fixture's JToggleButton only if it is checked.
underlyingListener() - Method in class org.fest.swing.listener.WeakEventListener
Returns the underlying listener.
unexpected(Throwable) - Static method in exception org.fest.swing.exception.UnexpectedException
Returns a UnexpectedException.
UnexpectedException - Exception in org.fest.swing.exception
Understands an exception thrown when an unexpected error occurs.
UnexpectedException(Throwable) - Constructor for exception org.fest.swing.exception.UnexpectedException
Creates a new UnexpectedException.
UnexpectedException(String, Throwable) - Constructor for exception org.fest.swing.exception.UnexpectedException
Creates a new UnexpectedException.
unfloat(JToolBar, String) - Method in class org.fest.swing.driver.JToolBarDriver
Drop the JToolBar to the requested constraint position.
unfloat(JToolBar) - Method in class org.fest.swing.driver.JToolBarDriver
Closes a floating JToolBar, making it go back to its original container in its last known location.
unfloat() - Method in class org.fest.swing.fixture.JToolBarFixture
Simulates a user unfloating this fixture's JToolBar.
unfloat(JToolBarFixture.UnfloatConstraint) - Method in class org.fest.swing.fixture.JToolBarFixture
Simulates a user dropping this fixture's JToolBar to the requested constraint position.
uninstall() - Method in class org.fest.swing.security.NoExitSecurityManagerInstaller
Uninstalls the NoExitSecurityManager installed by NoExitSecurityManagerInstaller.installNoExitSecurityManager(), restoring the original SecurityManager.
unitLocationToScrollDown(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarLocation
Returns the location where to move the mouse pointer to scroll one unit down (or left.)
unitLocationToScrollUp(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarLocation
Returns the location where to move the mouse pointer to scroll one unit up (or right.)
unloadApplet() - Method in class org.fest.swing.applet.AppletViewer
Stops and destroys the applet loaded in this viewer.
unregister() - Method in class org.fest.swing.core.EmergencyAbortListener
Removes this listener from the Toolkit this listener is attached to.
unselect(AbstractButton) - Method in class org.fest.swing.driver.AbstractButtonDriver
Unselects the given button only if it is selected.
untilIsShowing(Component) - Static method in class org.fest.swing.driver.WaitForComponentToShowCondition
Creates a new WaitForComponentToShowCondition.
update(AWTEvent) - Method in class org.fest.swing.input.InputState
Explicitly update the internal state.
updateModifierWithKeyCode(int, int) - Static method in class org.fest.swing.util.Modifiers
Updates the given modifier mask with the given key code, only if the given key code belongs to a modifier key.
using(Robot) - Method in class org.fest.swing.finder.ComponentFinderTemplate
Finds a component by name or type using the given robot.
using(Robot) - Method in class org.fest.swing.finder.DialogFinder
Finds a Dialog by name or type.
using(Robot) - Method in class org.fest.swing.finder.FrameFinder
Finds a Frame by name or type.
using(Robot) - Method in class org.fest.swing.finder.JFileChooserFinder
Finds a JFileChooser by name or type.
using(Robot) - Method in class org.fest.swing.finder.JOptionPaneFinder
Finds a JOptionPane by name or type.
using(Robot) - Method in class org.fest.swing.finder.WindowFinderTemplate
Finds a window by name or type using the given robot.

V

validate(JTable, int, int) - Static method in class org.fest.swing.driver.AbstractJTableCellWriter
Validates that: the given JTable is enabled and showing on the screen the row and column indices are correct (not out of bounds) the table cell at the given indices is editable
validate(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Validates that the given table cell is non null and its indices are not out of bounds.
validateCellIndices(JTable, TableCell) - Static method in class org.fest.swing.driver.JTableCellValidator
Validates that the given table cell is non null and its indices are not out of bounds.
validateCellIsEditable(JTable, int, int) - Static method in class org.fest.swing.driver.JTableCellValidator
Validates that the table cell in the given coordinates is editable.
validateColumnIndex(JTable, int) - Static method in class org.fest.swing.driver.JTableCellValidator
Validates that the given column index exists in the given table.
validateIndices(JTable, int, int) - Static method in class org.fest.swing.driver.JTableCellValidator
Validates the given indices regarding the given table.
validateIsEnabled(Component) - Static method in class org.fest.swing.driver.ComponentStateValidator
Asserts that the Component is enabled.
validateIsEnabledAndShowing(Component) - Static method in class org.fest.swing.driver.ComponentStateValidator
Asserts that the Component is enabled and showing.
validateIsShowing(Component) - Static method in class org.fest.swing.driver.ComponentStateValidator
Asserts that the Component is showing on the screen.
validateNotNull(TableCell) - Static method in class org.fest.swing.driver.JTableCellValidator
Validates that the given table cell is not null.
validateNotNull(ComponentDriver) - Static method in class org.fest.swing.fixture.ComponentFixture
Validates that the given ComponentDriver is not null.
validatePath(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
Verifies that the given node path exists.
validateRow(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
Verifies that the given row index is valid.
validateRowIndex(JTable, int) - Static method in class org.fest.swing.driver.JTableCellValidator
Validates that the given row index exists in the given table.
validIndex(JTree, int) - Method in class org.fest.swing.driver.JTreeLocation
Validates that the given row index is valid.
value - Variable in class org.fest.swing.data.Index
The value of this index.
value(JComboBox, int) - Method in class org.fest.swing.driver.JComboBoxDriver
Returns the String representation of the element under the given index, using this driver's JComboBoxCellReader.
value(JList, int) - Method in class org.fest.swing.driver.JListDriver
Returns the String representation of the element under the given index, using this driver's JListCellReader.
value(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
Returns the String representation of the value at the given cell, using this driver's JTableCellReader.
value(JTable, int, int) - Method in class org.fest.swing.driver.JTableDriver
Returns the String representation of the value at the given row and column, using this driver's JTableCellReader.
value() - Method in class org.fest.swing.edt.GuiLazyLoadingDescription
Executes GuiLazyLoadingDescription.loadDescription() in the event dispatch thread.
value() - Method in interface org.fest.swing.fixture.ItemFixture
Returns the String representation of this fixture's item, or null if one can not be obtained.
value() - Method in class org.fest.swing.fixture.JListItemFixture
Returns the String representation of the value of this fixture's list item, using the JListCellReader from the JListFixture that created this JListItemFixture.
value() - Method in class org.fest.swing.fixture.JTableCellFixture
Returns the String representation of the value of this fixture's table cell.
value - Variable in enum org.fest.swing.fixture.JToolBarFixture.UnfloatConstraint
 
value() - Method in class org.fest.swing.fixture.JTreePathFixture
Returns the String representation of this fixture's tree node.
value() - Method in class org.fest.swing.fixture.JTreeRowFixture
Returns the String representation of this fixture's tree node.
value(String) - Method in class org.fest.swing.launcher.AppletParameter.AppletParameterBuilder
Creates a new AppletParameter with the given name and value.
value - Variable in class org.fest.swing.launcher.AppletParameter
 
value - Variable in class org.fest.swing.util.Range.From
 
value - Variable in class org.fest.swing.util.Range.To
 
valueAt(JComboBox, int) - Method in interface org.fest.swing.cell.JComboBoxCellReader
Returns the internal value of a cell in a JComboBox as expected in a test.
valueAt(JList, int) - Method in interface org.fest.swing.cell.JListCellReader
Returns the internal value of a cell in a JList as expected in a test.
valueAt(JTable, int, int) - Method in interface org.fest.swing.cell.JTableCellReader
Returns the internal value of a cell in a JTable as expected in a test.
valueAt(JTree, Object) - Method in interface org.fest.swing.cell.JTreeCellReader
Returns the internal value of a cell in a JTree as expected in a test.
valueAt(JComboBox, int) - Method in class org.fest.swing.driver.BasicJComboBoxCellReader
Returns the internal value of a cell in a JComboBox as expected in a test.
valueAt(JList, int) - Method in class org.fest.swing.driver.BasicJListCellReader
Returns the internal value of a cell in a JList as expected in a test.
valueAt(JTable, int, int) - Method in class org.fest.swing.driver.BasicJTableCellReader
Returns the internal value of a cell in a JTable as expected in a test.
valueAt(JTree, Object) - Method in class org.fest.swing.driver.BasicJTreeCellReader
Returns the internal value of a cell in a JTree as expected in a test.
valueAt(int) - Method in interface org.fest.swing.fixture.ItemGroupFixture
Returns the value of an item in the Component managed by this fixture.
valueAt(int) - Method in class org.fest.swing.fixture.JComboBoxFixture
Returns the String representation of the value of an item in this fixture's JComboBox, using this fixture's JComboBoxCellReader.
valueAt(int) - Method in class org.fest.swing.fixture.JListFixture
Returns the String representation of the value of an item in this fixture's JList, using this fixture's JListCellReader.
valueAt(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
Returns the String representation of the value of a cell in this fixture's JTable, using this fixture's JTableCellReader.
valueAt(String) - Method in class org.fest.swing.fixture.JTreeFixture
Returns the String representation of the node at the given path.
valueAt(int) - Method in class org.fest.swing.fixture.JTreeFixture
Returns the String representation of the given row.
valueFrom(Component) - Method in class org.fest.swing.driver.BasicCellRendererReader
Reads the value in the given cell renderer component, or returns null if the renderer belongs to an unknown component type.
valueFrom(Component) - Method in interface org.fest.swing.driver.CellRendererReader
Reads the value in the given cell renderer component, or returns null if the component is not recognized by this reader.
valueOf(String) - Static method in enum org.fest.swing.core.ComponentLookupScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fest.swing.core.MouseButton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fest.swing.fixture.JToolBarFixture.UnfloatConstraint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fest.swing.util.OSFamily
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fest.swing.core.ComponentLookupScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fest.swing.core.MouseButton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fest.swing.fixture.JToolBarFixture.UnfloatConstraint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.fest.swing.util.OSFamily
Returns an array containing the constants of this enum type, in the order they are declared.
verticalScrollBar() - Method in class org.fest.swing.fixture.JScrollPaneFixture
Returns a JScrollBarFixture managing the vertical JScrollBar of this target's JScrollPane.
verticalScrollBarIn(JScrollPane) - Method in class org.fest.swing.driver.JScrollPaneDriver
Returns the vertical JScrollBar in the given JScrollPane.
visibleCenterOf(Component) - Static method in class org.fest.swing.awt.AWT
Returns a point at the center of the visible area of the given Component.

W

WaitForComponentToShowCondition - Class in org.fest.swing.driver
Understands a condition that verifies that a Component is showing on the screen.
waitForEditorActivation(JTable, int, int, Class<T>) - Method in class org.fest.swing.driver.AbstractJTableCellWriter
Waits until the editor of the given table cell is showing on the screen.
waitForEditorActivation(ComponentMatcher, JTable, int, int, Class<T>) - Method in class org.fest.swing.driver.AbstractJTableCellWriter
Waits until the editor of the given table cell is showing on the screen.
waitForIdle() - Method in class org.fest.swing.core.BasicRobot
Wait for an idle AWT event queue.
waitForIdle() - Method in interface org.fest.swing.core.Robot
Wait for an idle AWT event queue.
waitForShowing(Component, long) - Method in class org.fest.swing.driver.ComponentDriver
Wait the given number of milliseconds for the Component to be showing and ready.
waitTillShown(Component) - Static method in class org.fest.swing.driver.ComponentShownWaiter
Waits until the given component is shown on the screen, using a timeout of 5 seconds.
waitTillShown(Component, long) - Static method in class org.fest.swing.driver.ComponentShownWaiter
Waits until the given component is shown on the screen.
WaitTimedOutError - Exception in org.fest.swing.exception
Understands an error thrown when a wait (for some condition) times out.
WaitTimedOutError(String) - Constructor for exception org.fest.swing.exception.WaitTimedOutError
Creates a new WaitTimedOutError.
waitUntilIsDeterminate(JProgressBar) - Method in class org.fest.swing.driver.JProgressBarDriver
Waits until the value of the given JProgressBar is in determinate mode.
waitUntilIsDeterminate(JProgressBar, Timeout) - Method in class org.fest.swing.driver.JProgressBarDriver
Waits until the value of the given JProgressBar is in determinate mode.
waitUntilIsDeterminate() - Method in class org.fest.swing.fixture.JProgressBarFixture
Waits until the value of this fixture's JProgressBar is in determinate mode.
waitUntilIsDeterminate(Timeout) - Method in class org.fest.swing.fixture.JProgressBarFixture
Waits until the value of this fixture's JProgressBar is in determinate mode.
waitUntilValueIs(JProgressBar, int) - Method in class org.fest.swing.driver.JProgressBarDriver
Waits until the value of the given JProgressBar is equal to the given value.
waitUntilValueIs(JProgressBar, int, Timeout) - Method in class org.fest.swing.driver.JProgressBarDriver
Waits until the value of the given JProgressBar is equal to the given value.
waitUntilValueIs(int) - Method in class org.fest.swing.fixture.JProgressBarFixture
Waits until the value of this fixture's JProgressBar is equal to the given value.
waitUntilValueIs(int, Timeout) - Method in class org.fest.swing.fixture.JProgressBarFixture
Waits until the value of this fixture's JProgressBar is equal to the given value.
WeakEventListener - Class in org.fest.swing.listener
Understands an event listener that wraps a given AWTEventListener and: attaches itself to the default toolkit dispatches any given event to the wrapped listener removes itself from the default toolkit when the wrapped listener gets garbage-collected
WindowAncestorFinder - Class in org.fest.swing.core
Understands lookup of a component's ancestor.
windowAncestorOf(Component) - Static method in class org.fest.swing.core.WindowAncestorFinder
Similar to SwingUtilities.getWindowAncestor(Component), but returns the Component itself if it is a Window, or the invoker's Window if on a pop-up.
windowClosed(AWTEvent) - Static method in class org.fest.swing.util.AWTEvents
Returns true if the id of the given event is equal to WINDOW_CLOSED
WindowDriver - Class in org.fest.swing.driver
Understands functional testing of Windows: user input simulation state verification property value query This class is intended for internal use only.
WindowDriver(Robot) - Constructor for class org.fest.swing.driver.WindowDriver
Creates a new WindowDriver.
WindowFinder - Class in org.fest.swing.finder
Understands lookup of Frames and Dialogs.
WindowFinderTemplate<T extends Window> - Class in org.fest.swing.finder
Understands a template for Window finders.
WindowFinderTemplate(String, Class<? extends T>) - Constructor for class org.fest.swing.finder.WindowFinderTemplate
Creates a new WindowFinderTemplate.
WindowFinderTemplate(GenericTypeMatcher<? extends T>) - Constructor for class org.fest.swing.finder.WindowFinderTemplate
Creates a new WindowFinderTemplate.
WindowFinderTemplate(Class<? extends T>) - Constructor for class org.fest.swing.finder.WindowFinderTemplate
Creates a new WindowFinderTemplate.
WindowFixture<T extends Window> - Class in org.fest.swing.fixture
Understands functional testing of Windows: user input simulation state verification property value query
WindowFixture(Class<? extends T>) - Constructor for class org.fest.swing.fixture.WindowFixture
Creates a new WindowFixture.
WindowFixture(Robot, Class<? extends T>) - Constructor for class org.fest.swing.fixture.WindowFixture
Creates a new WindowFixture.
WindowFixture(String, Class<? extends T>) - Constructor for class org.fest.swing.fixture.WindowFixture
Creates a new WindowFixture.
WindowFixture(Robot, String, Class<? extends T>) - Constructor for class org.fest.swing.fixture.WindowFixture
Creates a new WindowFixture.
WindowFixture(T) - Constructor for class org.fest.swing.fixture.WindowFixture
Creates a new WindowFixture.
WindowFixture(Robot, T) - Constructor for class org.fest.swing.fixture.WindowFixture
Creates a new WindowFixture.
WindowLikeContainerFixture - Interface in org.fest.swing.fixture
Understands functional testing of window-like containers (not necessarily subclasses of Window): user input simulation state verification property value query
WindowMonitor - Class in org.fest.swing.monitor
Understands a monitor that keeps track of all known root windows (showing, hidden, closed.)
windowOpened(AWTEvent) - Static method in class org.fest.swing.util.AWTEvents
Returns true if the id of the given event is equal to WINDOW_OPENED
windowShown(AWTEvent) - Static method in class org.fest.swing.util.AWTEvents
Returns true if the id of the given event is equal to COMPONENT_SHOWN and the source of the event is a Window.
with(ComponentFixtureExtension<C, F>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
Returns a ComponentFixture managing a component inside this fixture's Container.
with(ComponentFixtureExtension<C, F>) - Method in class org.fest.swing.fixture.ContainerFixture
Returns a ComponentFixture managing a component inside this fixture's Container.
withArgs(String...) - Method in class org.fest.swing.launcher.ApplicationLauncher
Specifies the arguments to pass to the "main" method.
withName(String) - Static method in class org.fest.swing.core.matcher.DialogMatcher
Creates a new DialogMatcher that matches a Dialog that: has a matching name (optionally) has matching title (optionally) is showing on the screen
withName(String) - Static method in class org.fest.swing.core.matcher.FrameMatcher
Creates a new FrameMatcher that matches a Frame that: has a matching name (optionally) has matching title (optionally) is showing on the screen
withName(String) - Static method in class org.fest.swing.core.matcher.JButtonMatcher
Creates a new JButtonMatcher that matches a JButton that: has a matching name (optionally) has matching text (optionally) is showing on the screen
withName(String) - Static method in class org.fest.swing.core.matcher.JLabelMatcher
Creates a new JLabelMatcher that matches a JLabel that: has a matching name (optionally) has matching text (optionally) is showing on the screen
withName(String) - Static method in class org.fest.swing.core.matcher.JTextComponentMatcher
Creates a new JTextComponentMatcher that matches a JTextComponent that: has a matching name (optionally) has matching text (optionally) is showing on the screen
withParameters(Map<String, String>) - Method in class org.fest.swing.launcher.AppletLauncher
Sets the parameters for the applet to launch, as an alternative to AppletLauncher.withParameters(AppletParameter...).
withParameters(AppletParameter...) - Method in class org.fest.swing.launcher.AppletLauncher
Sets the parameters for the applet to launch, as an alternative to AppletLauncher.withParameters(Map).
withText(String) - Static method in class org.fest.swing.core.matcher.JButtonMatcher
Creates a new JButtonMatcher that matches a JButton by its text.
withText(Pattern) - Static method in class org.fest.swing.core.matcher.JButtonMatcher
Creates a new JButtonMatcher that matches a JButton by its text.
withText(String) - Static method in class org.fest.swing.core.matcher.JLabelMatcher
Creates a new JLabelMatcher that matches a JLabel by its text.
withText(Pattern) - Static method in class org.fest.swing.core.matcher.JLabelMatcher
Creates a new JLabelMatcher that matches a JLabel by its text.
withText(String) - Static method in class org.fest.swing.core.matcher.JTextComponentMatcher
Creates a new JTextComponentMatcher that matches a JTextComponent by its text.
withText(Pattern) - Static method in class org.fest.swing.core.matcher.JTextComponentMatcher
Creates a new JTextComponentMatcher that matches a JTextComponent by its text.
withTimeout(long, TimeUnit) - Method in class org.fest.swing.finder.ComponentFinderTemplate
Sets the timeout for this finder.
withTimeout(long) - Method in class org.fest.swing.finder.ComponentFinderTemplate
Sets the timeout for this finder.
withTimeout(long) - Method in class org.fest.swing.finder.DialogFinder
Sets the timeout for this finder.
withTimeout(long, TimeUnit) - Method in class org.fest.swing.finder.DialogFinder
Sets the timeout for this finder.
withTimeout(long) - Method in class org.fest.swing.finder.FrameFinder
Sets the timeout for this finder.
withTimeout(long, TimeUnit) - Method in class org.fest.swing.finder.FrameFinder
Sets the timeout for this finder.
withTimeout(long) - Method in class org.fest.swing.finder.JFileChooserFinder
Sets the timeout for this finder.
withTimeout(long, TimeUnit) - Method in class org.fest.swing.finder.JFileChooserFinder
Sets the timeout for this finder.
withTimeout(long) - Method in class org.fest.swing.finder.JOptionPaneFinder
Sets the timeout for this finder.
withTimeout(long, TimeUnit) - Method in class org.fest.swing.finder.JOptionPaneFinder
Sets the timeout for this finder.
withTimeout(long) - Method in class org.fest.swing.finder.WindowFinderTemplate
Sets the timeout for this finder.
withTimeout(long, TimeUnit) - Method in class org.fest.swing.finder.WindowFinderTemplate
Sets the timeout for this finder.
withTitle(String) - Static method in class org.fest.swing.core.matcher.DialogMatcher
Creates a new DialogMatcher that matches a Dialog by its title.
withTitle(Pattern) - Static method in class org.fest.swing.core.matcher.DialogMatcher
Creates a new DialogMatcher that matches a Dialog by its title.
withTitle(String) - Static method in class org.fest.swing.core.matcher.FrameMatcher
Creates a new FrameMatcher that matches a Frame by its title.
withTitle(Pattern) - Static method in class org.fest.swing.core.matcher.FrameMatcher
Creates a new FrameMatcher that matches a Frame by its title.
writeAsPng(BufferedImage, String) - Method in class org.fest.swing.image.ImageFileWriter
Writes an image as a PNG file to the file system.

Y

yesButton(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
Finds the "Yes" button in the JOptionPane.
yesButton() - Method in class org.fest.swing.fixture.JOptionPaneFixture
Returns a fixture wrapping the "Yes" button in this fixture's JOptionPane.

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

Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.