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...)
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.)
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.)
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.)
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.
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.)
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.)
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 Note: This method is not guaranteed to be executed in the event dispatch thread (EDT.)
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 Note: This method is not guaranteed to be executed in the event dispatch thread (EDT.)
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. a cell in a JTable or a row in a JList): user input simulation property value query Understands simulation of user events on an item belonging to a fixture's Component.
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 The conversion between the values given in tests and the values being displayed by a JComboBox renderer is performed by a JComboBoxCellReader.
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.swin