- 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
-
- AbstractComponentMatcher - Class in org.fest.swing.core
-
- AbstractComponentMatcher() - Constructor for class org.fest.swing.core.AbstractComponentMatcher
-
- AbstractComponentMatcher(boolean) - Constructor for class org.fest.swing.core.AbstractComponentMatcher
-
- AbstractJTableCellWriter - Class in org.fest.swing.driver
-
- 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
-
- actionFailure(String, Throwable) - Static method in exception org.fest.swing.exception.ActionFailedException
-
- addKeyStrokesFrom(KeyStrokeMappingProvider) - Static method in class org.fest.swing.keystroke.KeyStrokeMap
-
- 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
-
- any() - Static method in class org.fest.swing.core.matcher.FrameMatcher
-
- any() - Static method in class org.fest.swing.core.matcher.JButtonMatcher
-
- any() - Static method in class org.fest.swing.core.matcher.JLabelMatcher
-
- any() - Static method in class org.fest.swing.core.matcher.JTextComponentMatcher
-
- 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
-
- 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
-
- 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
-
- approveButton() - Method in class org.fest.swing.fixture.JFileChooserFixture
-
- 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
-
- attachAsWeakEventListener(Toolkit, AWTEventListener, long) - Static method in class org.fest.swing.listener.WeakEventListener
-
- 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.
- 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
-
- cancelButton(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
-
- cancelButton() - Method in class org.fest.swing.fixture.JFileChooserFixture
-
- 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
-
- 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
-
- 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
-
- cast(Component) - Method in class org.fest.swing.finder.JOptionPaneFinder
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- checkBox() - Method in class org.fest.swing.fixture.ContainerFixture
-
- 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
-
- checkExit(int) - Method in class org.fest.swing.security.NoExitSecurityManager
-
- 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
-
- 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
-
- 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
-
- click(MouseButton) - Method in class org.fest.swing.fixture.JFileChooserFixture
-
- click(MouseClickInfo) - Method in class org.fest.swing.fixture.JFileChooserFixture
-
- click() - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- click(MouseButton) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- click(MouseClickInfo) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- 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
-
- click(MouseButton) - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
- click(MouseClickInfo) - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
- 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
-
- click(MouseButton) - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
- click(MouseClickInfo) - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
- 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
-
- click(MouseButton) - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
- click(MouseClickInfo) - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
- 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
-
- click(MouseButton) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
- click(MouseClickInfo) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
- 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
-
- click(MouseButton) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
- click(MouseClickInfo) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
- click() - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- click(MouseButton) - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- click(MouseClickInfo) - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- 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
-
- close(Window) - Method in class org.fest.swing.driver.WindowDriver
-
- 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
-
- 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
-
- ColorFixture(Color, String) - Constructor for class org.fest.swing.fixture.ColorFixture
-
- ColorFixture(Color, Description) - Constructor for class org.fest.swing.fixture.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
-
- 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
-
- 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
-
- comboBox() - Method in class org.fest.swing.fixture.ContainerFixture
-
- 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
-
- 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
-
- 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
-
- ComponentDragAndDrop - Class in org.fest.swing.core
-
- ComponentDragAndDrop(Robot) - Constructor for class org.fest.swing.core.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
-
- 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
-
- 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
-
- ComponentFinderTemplate(GenericTypeMatcher<? extends T>) - Constructor for class org.fest.swing.finder.ComponentFinderTemplate
-
- ComponentFinderTemplate(Class<? extends T>) - Constructor for class org.fest.swing.finder.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
-
- ComponentFixture(Robot, String, Class<? extends T>) - Constructor for class org.fest.swing.fixture.ComponentFixture
-
- ComponentFixture(Robot, T) - Constructor for class org.fest.swing.fixture.ComponentFixture
-
- ComponentFixtureExtension<C extends Component,F extends ComponentFixture<C>> - Class in org.fest.swing.fixture
-
- 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
-
- 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
-
- ComponentFoundCondition(String, ComponentFinder, ComponentMatcher, Container) - Constructor for class org.fest.swing.core.ComponentFoundCondition
-
- ComponentFoundCondition(Description, ComponentFinder, ComponentMatcher) - Constructor for class org.fest.swing.core.ComponentFoundCondition
-
- ComponentFoundCondition(Description, ComponentFinder, ComponentMatcher, Container) - Constructor for class org.fest.swing.core.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
-
- ComponentLookupException(String) - Constructor for exception org.fest.swing.exception.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
-
- 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
-
- Condition(String) - Constructor for class org.fest.swing.timing.Condition
-
- Condition(Description) - Constructor for class org.fest.swing.timing.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
-
- ContainerFixture<T extends Container> - Class in org.fest.swing.fixture
-
- ContainerFixture(Robot, Class<? extends T>) - Constructor for class org.fest.swing.fixture.ContainerFixture
-
- ContainerFixture(Robot, String, Class<? extends T>) - Constructor for class org.fest.swing.fixture.ContainerFixture
-
- ContainerFixture(Robot, T) - Constructor for class org.fest.swing.fixture.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
-
- 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
-
- 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
-
- controlOrCommandMask() - Static method in class org.fest.swing.util.Platform
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- DialogFinder - Class in org.fest.swing.finder
-
Understands a finder for
Dialogs.
- DialogFinder(String) - Constructor for class org.fest.swing.finder.DialogFinder
-
- DialogFinder(GenericTypeMatcher<? extends Dialog>) - Constructor for class org.fest.swing.finder.DialogFinder
-
- DialogFinder(Class<? extends Dialog>) - Constructor for class org.fest.swing.finder.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
-
- DialogFixture(Robot, Dialog) - Constructor for class org.fest.swing.fixture.DialogFixture
-
- DialogFixture(Robot, String) - Constructor for class org.fest.swing.fixture.DialogFixture
-
- DialogFixture(String) - Constructor for class org.fest.swing.fixture.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
-
- 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
-
- 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
-
- doubleClick() - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- 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
-
- doubleClickItem(String) - Method in class org.fest.swing.fixture.JListFixture
-
- 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
-
- 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
-
- DragAndDrop(Robot) - Constructor for class org.fest.swing.driver.DragAndDrop
-
- 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
-
- 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
-
- driver(FrameDriver) - Method in class org.fest.swing.fixture.FrameFixture
-
- driver(ComponentDriver) - Method in class org.fest.swing.fixture.GenericComponentFixture
-
- driver() - Method in class org.fest.swing.fixture.GenericComponentFixture
-
- driver(AbstractButtonDriver) - Method in class org.fest.swing.fixture.JButtonFixture
-
- driver(AbstractButtonDriver) - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
- driver(JComboBoxDriver) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
- driver(JFileChooserDriver) - Method in class org.fest.swing.fixture.JFileChooserFixture
-
- driver(JInternalFrameDriver) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- driver(JLabelDriver) - Method in class org.fest.swing.fixture.JLabelFixture
-
- driver(JListDriver) - Method in class org.fest.swing.fixture.JListFixture
-
- driver(JMenuItemDriver) - Method in class org.fest.swing.fixture.JMenuItemFixture
-
- driver(JOptionPaneDriver) - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
- driver(JComponentDriver) - Method in class org.fest.swing.fixture.JPanelFixture
-
- driver(JPopupMenuDriver) - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
- driver(JProgressBarDriver) - Method in class org.fest.swing.fixture.JProgressBarFixture
-
- driver(AbstractButtonDriver) - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
- driver(JScrollBarDriver) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
- driver(JScrollPaneDriver) - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
- driver(JSliderDriver) - Method in class org.fest.swing.fixture.JSliderFixture
-
- driver(JSpinnerDriver) - Method in class org.fest.swing.fixture.JSpinnerFixture
-
- driver(JSplitPaneDriver) - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
- driver(JTabbedPaneDriver) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
- driver(JTableDriver) - Method in class org.fest.swing.fixture.JTableFixture
-
- driver() - Method in class org.fest.swing.fixture.JTableFixture
-
- driver(JTableHeaderDriver) - Method in class org.fest.swing.fixture.JTableHeaderFixture
-
- driver(JTextComponentDriver) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
- driver(AbstractButtonDriver) - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- driver(JToolBarDriver) - Method in class org.fest.swing.fixture.JToolBarFixture
-
- driver(JTreeDriver) - Method in class org.fest.swing.fixture.JTreeFixture
-
- 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
-
- 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.
- 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
-
- 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
-
- EdtSafeCondition(Description) - Constructor for class org.fest.swing.core.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
-
- 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
-
- enterText(JTextComponent, String) - Method in class org.fest.swing.driver.JTextComponentDriver
-
- enterText(String) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Simulates a user entering the specified text in this fixture's
JComboBox.
- enterText(String) - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Simulates a user entering the given text in this fixture's
JSpinner (assuming its editor has a
JTextComponent under it.) This method does not commit the value to the
JSpinner.
- enterText(String) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Simulates a user entering the given text in this fixture's
JTextComponent.
- enterText(String) - Method in interface org.fest.swing.fixture.TextInputFixture
-
Simulates a user entering the given text in the
Component managed by this fixture.
- enterTextAndCommit(JSpinner, String) - Method in class org.fest.swing.driver.JSpinnerDriver
-
- 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
-
- enterValueInCell(JTable, TableCell, String) - Method in class org.fest.swing.driver.JTableDriver
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- FailOnThreadViolationRepaintManager - Class in org.fest.swing.edt
-
Fails a test when a Event Dispatch Thread rule violation is detected.
See
How to Use Threads for more info
- FailOnThreadViolationRepaintManager() - Constructor for class org.fest.swing.edt.FailOnThreadViolationRepaintManager
-
- FailOnThreadViolationRepaintManager(boolean) - Constructor for class org.fest.swing.edt.FailOnThreadViolationRepaintManager
-
- FestSwingTestCaseTemplate - Class in org.fest.swing.testing
-
Understands a template for test cases that use FEST-Swing.
- FestSwingTestCaseTemplate() - Constructor for class org.fest.swing.testing.FestSwingTestCaseTemplate
-
- fileChooser() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- fileChooser(Timeout) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- 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
-
- fileChooser(Timeout) - Method in class org.fest.swing.fixture.ContainerFixture
-
- 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
-
- find(ComponentMatcher) - Method in class org.fest.swing.core.BasicComponentFinder
-
- find(Container, GenericTypeMatcher<T>) - Method in class org.fest.swing.core.BasicComponentFinder
-
- find(Container, ComponentMatcher) - Method in class org.fest.swing.core.BasicComponentFinder
-
- find(ComponentMatcher) - Method in interface org.fest.swing.core.ComponentFinder
-
- find(GenericTypeMatcher<T>) - Method in interface org.fest.swing.core.ComponentFinder
-
- find(Container, GenericTypeMatcher<T>) - Method in interface org.fest.swing.core.ComponentFinder
-
- find(Container, ComponentMatcher) - Method in interface org.fest.swing.core.ComponentFinder
-
- find(GenericTypeMatcher<? extends C>) - Method in class org.fest.swing.fixture.ContainerFixture
-
- 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
-
- findAll(Container, ComponentMatcher) - Method in class org.fest.swing.core.BasicComponentFinder
-
- findAll(GenericTypeMatcher<T>) - Method in class org.fest.swing.core.BasicComponentFinder
-
- findAll(Container, GenericTypeMatcher<T>) - Method in class org.fest.swing.core.BasicComponentFinder
-
- findAll(ComponentMatcher) - Method in interface org.fest.swing.core.ComponentFinder
-
- findAll(Container, ComponentMatcher) - Method in interface org.fest.swing.core.ComponentFinder
-
- findAll(GenericTypeMatcher<T>) - Method in interface org.fest.swing.core.ComponentFinder
-
- findAll(Container, GenericTypeMatcher<T>) - Method in interface org.fest.swing.core.ComponentFinder
-
- findByLabel(String, Class<T>) - Method in class org.fest.swing.core.BasicComponentFinder
-
- findByLabel(String, Class<T>, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
-
- findByLabel(String) - Method in class org.fest.swing.core.BasicComponentFinder
-
- findByLabel(String, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
-
- 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
-
- findByLabel(String, Class<T>) - Method in interface org.fest.swing.core.ComponentFinder
-
- findByLabel(String, Class<T>, boolean) - Method in interface org.fest.swing.core.ComponentFinder
-
- findByLabel(String, boolean) - Method in interface org.fest.swing.core.ComponentFinder
-
- 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
-
- findByName(String, Class<T>, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
-
- findByName(String) - Method in class org.fest.swing.core.BasicComponentFinder
-
- findByName(String, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
-
- 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
-
- findByName(String, Class<T>) - Method in interface org.fest.swing.core.ComponentFinder
-
- findByName(String, Class<T>, boolean) - Method in interface org.fest.swing.core.ComponentFinder
-
- findByName(String, boolean) - Method in interface org.fest.swing.core.ComponentFinder
-
- 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
-
- findByType(Class<T>, boolean) - Method in class org.fest.swing.core.BasicComponentFinder
-
- 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
-
- findByType(Class<T>, boolean) - Method in interface org.fest.swing.core.ComponentFinder
-
- 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
-
- findDialog(Class<? extends Dialog>) - Static method in class org.fest.swing.finder.WindowFinder
-
- findDialog(GenericTypeMatcher<? extends Dialog>) - Static method in class org.fest.swing.finder.WindowFinder
-
- finder() - Method in class org.fest.swing.core.BasicRobot
-
- finder() - Method in interface org.fest.swing.core.Robot
-
- finder() - Method in class org.fest.swing.fixture.ContainerFixture
-
- finderWithCurrentAwtHierarchy() - Static method in class org.fest.swing.core.BasicComponentFinder
-
- finderWithNewAwtHierarchy() - Static method in class org.fest.swing.core.BasicComponentFinder
-
- findFileChooser() - Static method in class org.fest.swing.finder.JFileChooserFinder
-
- findFileChooser(String) - Static method in class org.fest.swing.finder.JFileChooserFinder
-
- findFileChooser(GenericTypeMatcher<? extends JFileChooser>) - Static method in class org.fest.swing.finder.JFileChooserFinder
-
- findFrame(String) - Static method in class org.fest.swing.finder.WindowFinder
-
- findFrame(Class<? extends Frame>) - Static method in class org.fest.swing.finder.WindowFinder
-
- 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
-
- findOptionPane(GenericTypeMatcher<? extends JOptionPane>) - Static method in class org.fest.swing.finder.JOptionPaneFinder
-
- 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
-
- focus(Component) - Method in interface org.fest.swing.core.Robot
-
- focus(Component) - Method in class org.fest.swing.driver.ComponentDriver
-
- 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
-
- focus() - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- 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
-
- 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
-
- focus() - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
- focus() - Method in class org.fest.swing.fixture.JScrollBarFixture
-
- focus() - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
- 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
-
- focus() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
- 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
-
- focus() - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- 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
-
- focusAndWaitForFocusGain(Component) - Method in interface org.fest.swing.core.Robot
-
- focusAndWaitForFocusGain(Component) - Method in class org.fest.swing.driver.ComponentDriver
-
- 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
-
- FontFixture(Font, String) - Constructor for class org.fest.swing.fixture.FontFixture
-
- FontFixture(Font, Description) - Constructor for class org.fest.swing.fixture.FontFixture
-
- fontOf(Component) - Static method in class org.fest.swing.query.ComponentFontQuery
-
- 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
-
- FrameFinder - Class in org.fest.swing.finder
-
Understands a finder for
Frames.
- FrameFinder(String) - Constructor for class org.fest.swing.finder.FrameFinder
-
- FrameFinder(GenericTypeMatcher<? extends Frame>) - Constructor for class org.fest.swing.finder.FrameFinder
-
- FrameFinder(Class<? extends Frame>) - Constructor for class org.fest.swing.finder.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
-
- FrameFixture(Robot, Frame) - Constructor for class org.fest.swing.fixture.FrameFixture
-
- FrameFixture(Robot, String) - Constructor for class org.fest.swing.fixture.FrameFixture
-
- FrameFixture(String) - Constructor for class org.fest.swing.fixture.FrameFixture
-
- frameFixtureFor(Container) - Static method in class org.fest.swing.fixture.Containers
-
- frameFor(Container) - Static method in class org.fest.swing.fixture.Containers
-
- 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.
- 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
-
- 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
-
- 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
-
- ImageException(String, Throwable) - Constructor for exception org.fest.swing.image.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
-
- includeHierarchyIfComponentNotFound(boolean) - Method in class org.fest.swing.core.BasicComponentFinder
-
- includeHierarchyIfComponentNotFound() - Method in interface org.fest.swing.core.ComponentFinder
-
- includeHierarchyIfComponentNotFound(boolean) - Method in interface org.fest.swing.core.ComponentFinder
-
- 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
-
- 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
-
- 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
-
- 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
-
- installNoExitSecurityManager(ExitCallHook) - Static method in class org.fest.swing.security.NoExitSecurityManagerInstaller
-
- 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
-
- IntrospectionComponentFormatter(Class<? extends Component>, String...) - Constructor for class org.fest.swing.format.IntrospectionComponentFormatter
-
- invokeAction(JComponent, String) - Method in class org.fest.swing.driver.JComponentDriver
-
- invokePopupMenu(Component) - Method in class org.fest.swing.driver.ComponentDriver
-
Shows a pop-up menu using the given
Component as the invoker of the pop-up menu.
- invokePopupMenu(Component, Point) - Method in class org.fest.swing.driver.ComponentDriver
-
Shows a pop-up menu at the given point using the given
Component as the invoker of the pop-up
menu.
- invokerOf(Component) - Static method in class org.fest.swing.awt.AWT
-
Returns the invoker, if any, of the given
Component; or
null, if the
Component is not on a pop-up of any sort.
- isActive() - Method in class org.fest.swing.applet.BasicAppletStub
-
Not implemented.
- isActive() - Method in class org.fest.swing.core.BasicRobot
-
Indicates whether this Robot is active.
- isActive() - Method in interface org.fest.swing.core.Robot
-
Indicates whether this Robot is active.
- isActive(JApplet) - Method in class org.fest.swing.driver.JAppletDriver
-
Indicates whether the given
JApplet is active or not.
- isAppletViewer(Component) - Static method in class org.fest.swing.awt.AWT
-
Returns true if the given component is an Applet viewer.
- isAWTTreeLockHeld() - Static method in class org.fest.swing.awt.AWT
-
Indicates whether the AWT Tree Lock is currently held.
- isDefaultToString(String) - Static method in class org.fest.swing.util.Strings
-
Returns whether the given String is the default toString() implementation of an
Object.
- isDragging() - Method in class org.fest.swing.core.BasicRobot
-
Indicates whether the robot is currently in a dragging operation.
- isDragging() - Method in interface org.fest.swing.core.Robot
-
Indicates whether the robot is currently in a dragging operation.
- isEmptyIntArray(int[]) - Static method in class org.fest.swing.util.Arrays
-
Indicates whether the given array is null or empty.
- isEnabled(Component) - Static method in class org.fest.swing.query.ComponentEnabledQuery
-
Indicates whether the given
Component is enabled or not.
- isFloating(JToolBar) - Method in class org.fest.swing.driver.JToolBarDriver
-
Indicates whether the given
JToolBar is floating or not.
- isGUITest(Class<?>, Method) - Static method in class org.fest.swing.annotation.GUITestFinder
-
Returns
true if the given class and/or method are annotated with
GUITest.
- isHeavyWeightPopup(Component) - Static method in class org.fest.swing.awt.AWT
-
Returns whether the given Component is a heavy-weight pop-up, that is, a container for a
JPopupMenu that is implemented with a heavy-weight component (usually a Window).
- isHPUX() - Static method in class org.fest.swing.util.Platform
-
Indicates whether the operating system is HP-UX.
- isLinux() - Static method in class org.fest.swing.util.Platform
-
Indicates whether the operating system is Linux.
- isMacintosh() - Static method in class org.fest.swing.util.Platform
-
Indicates whether the operating system is a Macintosh OS.
- isMatching(T) - Method in class org.fest.swing.core.GenericTypeMatcher
-
Verifies that the given component matches some search criteria.
- isMatching(Dialog) - Method in class org.fest.swing.core.matcher.DialogMatcher
-
Indicates whether:
the name of the given Dialog is equal to the name in this matcher, and
the title of the given Dialog matches the text (or pattern) in this matcher
- isMatching(Frame) - Method in class org.fest.swing.core.matcher.FrameMatcher
-
Indicates whether the title of the given
Frame is equal to the title in this matcher.
- isMatching(JButton) - Method in class org.fest.swing.core.matcher.JButtonMatcher
-
Indicates whether:
the name of the given JButton is equal to the name in this matcher, and
the text of the given JButton matches the text (or pattern) in this matcher
- isMatching(JLabel) - Method in class org.fest.swing.core.matcher.JLabelMatcher
-
Indicates whether the text of the given
JLabel is equal to the text in this matcher.
- isMatching(JTextComponent) - Method in class org.fest.swing.core.matcher.JTextComponentMatcher
-
Indicates whether the text of the given
JTextComponent is equal to the text in this matcher.
- isMatching(String) - Method in class org.fest.swing.util.PatternTextMatcher
-
Indicates whether the given text matches the regular expression patterns in this matcher.
- isMatching(String) - Method in class org.fest.swing.util.StringTextMatcher
-
Indicates whether the given text matches the String values in this matcher.
- isMatching(String) - Method in interface org.fest.swing.util.TextMatcher
-
Indicates whether the given text matches some value(s).
- isModifier(int) - Static method in class org.fest.swing.util.Modifiers
-
Indicates whether the given key code is a modifier.
- isNameMatching(String) - Method in class org.fest.swing.core.matcher.NamedComponentMatcherTemplate
-
Indicates whether the given value matches the name in this matcher.
- isNativeDragActive() - Method in class org.fest.swing.input.InputState
-
Indicates whether there is a native drag/drop operation in progress.
- isOSX() - Static method in class org.fest.swing.util.Platform
-
Indicates whether the operating system is Mac OS X.
- isParentAMenu() - Method in class org.fest.swing.driver.JMenuItemLocation
-
Indicates whether the parent of the
JMenuItem is another menu.
- isPointInScreenBoundaries(JComponent, Point) - Static method in class org.fest.swing.awt.AWT
-
Indicates whether the given point, relative to the given JComponent, is inside the screen boundaries.
- isPointInScreenBoundaries(Point) - Static method in class org.fest.swing.awt.AWT
-
Indicates whether the given point is inside the screen boundaries.
- isReadyForInput(Component) - Method in class org.fest.swing.core.BasicRobot
-
Indicates whether the given
Component is ready for input.
- isReadyForInput(Component) - Method in interface org.fest.swing.core.Robot
-
Indicates whether the given
Component is ready for input.
- isSharedInvisibleFrame(Component) - Static method in class org.fest.swing.awt.AWT
-
Returns whether the given component is the default Swing hidden frame.
- isShowing(Component) - Static method in class org.fest.swing.query.ComponentShowingQuery
-
Indicates whether the given
Component is showing or not.
- isSolaris() - Static method in class org.fest.swing.util.Platform
-
Indicates whether the operating system is Solaris.
- isTimeOut() - Method in class org.fest.swing.util.TimeoutWatch
-
- isVisible(JComponent, Rectangle) - Static method in class org.fest.swing.driver.JComponentDriver
-
- isVisible(JComponent, Point) - Method in class org.fest.swing.driver.JComponentDriver
-
- isVisible(Component) - Static method in class org.fest.swing.query.ComponentVisibleQuery
-
Indicates whether the given
Component is visible or not.
- isWindowReady(Window) - Method in class org.fest.swing.monitor.WindowMonitor
-
Returns whether the window is ready to receive OS-level event input.
- isWindows() - Static method in class org.fest.swing.util.Platform
-
Indicates whether the operating system is Windows.
- isWindows9x() - Static method in class org.fest.swing.util.Platform
-
Indicates whether the operating system is Windows 9x (95, 98 or ME.)
- isWindowsXP() - Static method in class org.fest.swing.util.Platform
-
Indicates whether the operating system is Windows XP.
- isX11() - Static method in class org.fest.swing.util.Platform
-
Indicates whether the operating system is using the X11 Windowing system.
- item(int) - Method in class org.fest.swing.fixture.JListFixture
-
Returns a fixture that manages the list item specified by the given index.
- item(String) - Method in class org.fest.swing.fixture.JListFixture
-
Returns a fixture that manages the list item specified by the given text.
- item(Pattern) - Method in class org.fest.swing.fixture.JListFixture
-
Returns a fixture that manages the list item whose text matches the given regular expression pattern.
- ItemFixture - Interface in org.fest.swing.fixture
-
Understands functional testing of GUI component items (e.g.
- ItemGroupFixture - Interface in org.fest.swing.fixture
-
Understands functional testing of GUI components that contains or display a group of items:
user input simulation
state verification
property value query
Understands simulation of user events on a
Component that contains or displays a group of items,
and verification of the state of such
Component.
- makeFloat(JToolBar) - Method in class org.fest.swing.driver.JToolBarDriver
-
- mapping(char, int, int) - Static method in class org.fest.swing.keystroke.KeyStrokeMapping
-
- mask - Variable in enum org.fest.swing.core.MouseButton
-
The mouse button modifier.
- maskFor(int) - Static method in class org.fest.swing.util.Modifiers
-
Returns the modifier mask for the given key code.
- match(Pattern, String) - Static method in class org.fest.swing.util.Strings
-
Indicates if the given String matches the given regular expression pattern.
- match(Pattern, CharSequence) - Static method in class org.fest.swing.util.Strings
-
Indicates if the given CharSequence matches the given regular expression pattern.
- matches(Component) - Method in interface org.fest.swing.core.ComponentMatcher
-
Verifies that the given
Component matches some lookup criteria.
- matches(Component) - Method in class org.fest.swing.core.GenericTypeMatcher
-
Verifies that the given
Component:
Is an instance of the generic type specified in this
ComponentMatcher
Matches some search criteria
- matches(Component) - Method in class org.fest.swing.core.LabelMatcher
-
Indicates whether the given
Component matches the criteria specified in this
matcher:
the text of the
JLabel attached to the component to look for matches the text
specified in this matcher
the component to look for is of the type specified in this matcher (if specified)
visibility of the given
Component matches the value specified in this matcher
- matches(Component) - Method in class org.fest.swing.core.NameMatcher
-
Indicates whether the name and visibility of the given
Component matches the value
specified in this matcher.
- matches(Component) - Method in class org.fest.swing.core.TypeMatcher
-
Indicates whether the type and visibility of the given
Component matches the value
specified in this matcher.
- matches(Component) - Method in class org.fest.swing.driver.JMenuItemMatcher
-
Indicates whether the given component is a
JMenuItem whose text matches the path specified
in this matcher.
- maximize(Frame) - Method in class org.fest.swing.driver.FrameDriver
-
Makes the
Frame full size.
- maximize(JInternalFrame) - Method in class org.fest.swing.driver.JInternalFrameDriver
-
Maximizes the given
JInternalFrame, deconifying it first if it is iconified.
- maximize() - Method in class org.fest.swing.fixture.FrameFixture
-
Simulates a user maximizing this fixture's
Frame.
- maximize() - Method in interface org.fest.swing.fixture.FrameLikeFixture
-
Simulates a user maximizing this fixture's frame-like component.
- maximize() - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
Simulates a user maximizing this fixture's
JInternalFrame, deconifying it first if it is
iconified.
- menuItem(JPopupMenu, String) - Method in class org.fest.swing.driver.JPopupMenuDriver
-
- menuItem(JPopupMenu, GenericTypeMatcher<? extends JMenuItem>) - Method in class org.fest.swing.driver.JPopupMenuDriver
-
Finds a
JMenuItem, contained in the
Container, that matches the
specified search criteria.
- menuItem(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
Finds a
JMenuItem, contained in this fixture's
Container,
which name matches the specified one.
- menuItem(GenericTypeMatcher<? extends JMenuItem>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
Finds a
JMenuItem, contained in this fixture's
Container,
that matches the specified search criteria.
- menuItem(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
Finds a
JMenuItem, contained in this fixture's
Container,
which name matches the specified one.
- menuItem(GenericTypeMatcher<? extends JMenuItem>) - Method in class org.fest.swing.fixture.ContainerFixture
-
Finds a
JMenuItem, contained in this fixture's
Container,
that matches the specified search criteria.
- menuItem(String) - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
Finds a
JMenuItem, contained in this fixture's
JPopupMenu,
which name matches the specified one.
- menuItem(GenericTypeMatcher<? extends JMenuItem>) - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
Finds a
JMenuItem, contained in this fixture's
JPopupMenu,
that matches the specified search criteria.
- menuItemWithPath(String...) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- menuItemWithPath(String...) - Method in class org.fest.swing.fixture.ContainerFixture
-
- menuItemWithPath(String...) - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
- menuLabels() - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
Returns the contents of this fixture's
JPopupMenu.
- menuLabelsOf(JPopupMenu) - Method in class org.fest.swing.driver.JPopupMenuDriver
-
Returns the contents of the pop-up menu as a String array.
- middleButton() - Static method in class org.fest.swing.core.MouseClickInfo
-
Specifies that the middle button should be clicked once.
- modifiers() - Method in class org.fest.swing.core.KeyPressInfo
-
- modifiers(int...) - Method in class org.fest.swing.core.KeyPressInfo
-
- modifiers() - Method in class org.fest.swing.input.InputState
-
Returns all currently active modifiers.
- Modifiers - Class in org.fest.swing.util
-
Understands utility methods related to input modifiers.
- MouseButton - Enum in org.fest.swing.core
-
Understands mouse buttons.
- MouseClickInfo - Class in org.fest.swing.core
-
Understands information about clicking a mouse button.
- mouseComponent() - Method in class org.fest.swing.input.InputState
-
Returns the last known Component to contain the pointer, or null if none.
- MouseInputSimulationFixture - Interface in org.fest.swing.fixture
-
Understands simulation of mouse input on a GUI component.
- mouseLocation() - Method in class org.fest.swing.input.InputState
-
Returns the mouse location relative to the component that currently contains the pointer, or null if
outside all components.
- mouseLocationOnScreen() - Method in class org.fest.swing.input.InputState
-
Returns the last known mouse location.
- move(Container, int, int) - Method in class org.fest.swing.driver.ContainerDriver
-
Move the given
Container to the requested location.
- moveDividerTo(JSplitPane, int) - Method in class org.fest.swing.driver.JSplitPaneDriver
-
Sets the divider position to an absolute position.
- moveDividerTo(int) - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Simulates a user moving the divider of this fixture's
JSplitPane.
- moveMouse(Component) - Method in class org.fest.swing.core.BasicRobot
-
Simulates a user moving the mouse pointer to the center of the given
Component.
- moveMouse(Component, Point) - Method in class org.fest.swing.core.BasicRobot
-
Simulates a user moving the mouse pointer to the given coordinates relative to the given
Component.
- moveMouse(Component, int, int) - Method in class org.fest.swing.core.BasicRobot
-
Simulates a user moving the mouse pointer to the given coordinates relative to the given
Component.
- moveMouse(Point) - Method in class org.fest.swing.core.BasicRobot
-
Simulates a user moving the mouse pointer to the given coordinates.
- moveMouse(int, int) - Method in class org.fest.swing.core.BasicRobot
-
Simulates a user moving the mouse pointer to the given coordinates.
- moveMouse(Component) - Method in interface org.fest.swing.core.Robot
-
Simulates a user moving the mouse pointer to the center of the given
Component.
- moveMouse(Component, Point) - Method in interface org.fest.swing.core.Robot
-
Simulates a user moving the mouse pointer to the given coordinates relative to the given
Component.
- moveMouse(Component, int, int) - Method in interface org.fest.swing.core.Robot
-
Simulates a user moving the mouse pointer to the given coordinates relative to the given
Component.
- moveMouse(Point) - Method in interface org.fest.swing.core.Robot
-
Simulates a user moving the mouse pointer to the given coordinates.
- moveMouse(int, int) - Method in interface org.fest.swing.core.Robot
-
Simulates a user moving the mouse pointer to the given coordinates.
- moveMouseIgnoringAnyError(Component, Point) - Method in class org.fest.swing.driver.ComponentDriver
-
Simulates a user moving the mouse pointer to the given coordinates relative to the given
Component.
- moveMouseIgnoringAnyError(Component, int, int) - Method in class org.fest.swing.driver.ComponentDriver
-
Simulates a user moving the mouse pointer to the given coordinates relative to the given
Component.
- moveTo(JInternalFrame, Point) - Method in class org.fest.swing.driver.JInternalFrameDriver
-
- moveTo(Window, Point) - Method in class org.fest.swing.driver.WindowDriver
-
Moves the
Window to the given location.
- moveTo(Point) - Method in class org.fest.swing.fixture.DialogFixture
-
Simulates a user moving this fixture's
Dialog to the given point.
- moveTo(Point) - Method in class org.fest.swing.fixture.FrameFixture
-
Simulates a user moving this fixture's
Frame to the given point.
- moveTo(Point) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
Simulates a user moving this fixture's
JInternalFrame to the given point.
- moveTo(Point) - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
-
Simulates a user moving this fixture's window-like container to the given point.
- moveToBack(JInternalFrame) - Method in class org.fest.swing.driver.JInternalFrameDriver
-
- moveToBack(Window) - Method in class org.fest.swing.driver.WindowDriver
-
If the given
Window is visible, sends it to the back and may cause it to lose focus or
activation if it is the focused or active.
- moveToBack() - Method in class org.fest.swing.fixture.DialogFixture
-
If the given
Dialog is visible, sends it to the back and may cause it to lose focus or
activation if it is the focused or active.
- moveToBack() - Method in class org.fest.swing.fixture.FrameFixture
-
If the given
Frame is visible, sends it to the back and may cause it to lose focus or
activation if it is the focused or active.
- moveToBack() - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- moveToBack() - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
-
Sends this fixture's window-like component to the back.
- moveToFront(JInternalFrame) - Method in class org.fest.swing.driver.JInternalFrameDriver
-
- moveToFront(Window) - Method in class org.fest.swing.driver.WindowDriver
-
If the given
Window is visible, brings it to the front and may make it the focused one.
- moveToFront() - Method in class org.fest.swing.fixture.DialogFixture
-
If fixture's
Dialog is visible, brings it to the front and may make it the focused one.
- moveToFront() - Method in class org.fest.swing.fixture.FrameFixture
-
If fixture's
Frame is visible, brings it to the front and may make it the focused one.
- moveToFront() - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- moveToFront() - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
-
Brings this fixture's window-like component to the front.
- okButton(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
-
- okButton() - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Returns a fixture wrapping the "OK" button in this fixture's
JOptionPane.
- optionPane() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- optionPane(Timeout) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
Returns the only
JOptionPane currently available (if any.)
- optionPane() - Method in class org.fest.swing.fixture.ContainerFixture
-
- optionPane(Timeout) - Method in class org.fest.swing.fixture.ContainerFixture
-
Returns the only
JOptionPane currently available (if any.)
- org.fest.swing.annotation - package org.fest.swing.annotation
-
FEST-specific annotations and utility methods.
- org.fest.swing.applet - package org.fest.swing.applet
-
Support for testing Java Applets.
- org.fest.swing.awt - package org.fest.swing.awt
-
Utility methods related to AWT.
- org.fest.swing.cell - package org.fest.swing.cell
-
- org.fest.swing.core - package org.fest.swing.core
-
Building blocks for all FEST-Swing fixtures.
- org.fest.swing.core.matcher - package org.fest.swing.core.matcher
-
- org.fest.swing.data - package org.fest.swing.data
-
Simple (but useful) data structures.
- org.fest.swing.driver - package org.fest.swing.driver
-
Drivers that simulate user input on GUI
Components.
- org.fest.swing.edt - package org.fest.swing.edt
-
Support for GUI component access from the event dispatch thread (EDT.)
- org.fest.swing.exception - package org.fest.swing.exception
-
All exception classes in FEST-Swing.
- org.fest.swing.finder - package org.fest.swing.finder
-
Support for testing time-consuming tasks.
- org.fest.swing.fixture - package org.fest.swing.fixture
-
The power and flexibility of FEST-Swing come from the fixtures in
this package.
- org.fest.swing.format - package org.fest.swing.format
-
Component formatters that create a
String representation of GUI components.
- org.fest.swing.hierarchy - package org.fest.swing.hierarchy
-
GUI component hierarchies.
- org.fest.swing.image - package org.fest.swing.image
-
Utility methods related to images.
- org.fest.swing.input - package org.fest.swing.input
-
Classes in this package keep track of input events.
- org.fest.swing.keystroke - package org.fest.swing.keystroke
-
Maps characters to key strokes for several languages.
- org.fest.swing.launcher - package org.fest.swing.launcher
-
Launches applications from a "main" method and Java applets
- org.fest.swing.listener - package org.fest.swing.listener
-
Event listeners intended for internal use only.
- org.fest.swing.lock - package org.fest.swing.lock
-
Ensures that GUI tests are executed sequentially to prevent locking between GUIs.
- org.fest.swing.monitor - package org.fest.swing.monitor
-
Monitors that track the state of GUI components (intended for internal use only.)
- org.fest.swing.query - package org.fest.swing.query
-
Queries, executed in the event dispatch thread (EDT,) that read property values from GUI components.
- org.fest.swing.security - package org.fest.swing.security
-
Support for security-related utilities.
- org.fest.swing.testing - package org.fest.swing.testing
-
Support for writing test classes.
- org.fest.swing.timing - package org.fest.swing.timing
-
Time-related operations.
- org.fest.swing.util - package org.fest.swing.util
-
Some useful utility methods.
- OSFamily - Enum in org.fest.swing.util
-
Understands a Operating System family.
- osFamily() - Static method in class org.fest.swing.util.Platform
-
Returns the current operating system family.
- ownerLessWindows() - Static method in class org.fest.swing.awt.AWT
-
Returns an array of all
Windows that have no owner.
- Pair<I,II> - Class in org.fest.swing.util
-
Understands a tuple of size 2.
- Pair(I, II) - Constructor for class org.fest.swing.util.Pair
-
- panel() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- panel(GenericTypeMatcher<? extends JPanel>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
Finds a
JPanel in this fixture's
Container, that matches the
specified search criteria.
- panel(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
Finds a
JPanel in this fixture's
Container, which name matches
the specified one.
- panel() - Method in class org.fest.swing.fixture.ContainerFixture
-
- panel(GenericTypeMatcher<? extends JPanel>) - Method in class org.fest.swing.fixture.ContainerFixture
-
Finds a
JPanel in this fixture's
Container, that matches the
specified search criteria.
- panel(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
Finds a
JPanel in this fixture's
Container, which name matches
the specified one.
- parameterValue(JApplet, String) - Method in class org.fest.swing.driver.JAppletDriver
-
Returns the value of the named parameter in the given
JApplet in the HTML tag, or
null if not set.
- parentOf(Component) - Method in interface org.fest.swing.hierarchy.ComponentHierarchy
-
Return the parent for the given component.
- parentOf(Component) - Method in class org.fest.swing.hierarchy.ExistingHierarchy
-
Return the parent for the given component.
- parentOf(Component) - Method in class org.fest.swing.hierarchy.SingleComponentHierarchy
-
Returns the parent component for the given
Component.
- parentOf(Component) - Static method in class org.fest.swing.query.ComponentParentQuery
-
- parentOrInvoker() - Method in class org.fest.swing.driver.JMenuItemLocation
-
Returns the parent of
JMenuItem, or its invoker (if it is in a pop-up.)
- parentPopup() - Method in class org.fest.swing.driver.JMenuItemLocation
-
Returns the parent pop-up menu, or
null if the
JMenuItem is not in a pop-up.
- parse(String) - Method in class org.fest.swing.keystroke.KeyStrokeMappingsParser
-
Creates a
KeyStrokeMappingProvider containing all the character-keystroke mappings specified
in the file with the given name.
- parse(File) - Method in class org.fest.swing.keystroke.KeyStrokeMappingsParser
-
- ParsingException - Exception in org.fest.swing.exception
-
Understands an exception thrown when an unexpected error occurs while parsing a file.
- ParsingException(String) - Constructor for exception org.fest.swing.exception.ParsingException
-
- ParsingException(String, Throwable) - Constructor for exception org.fest.swing.exception.ParsingException
-
- path() - Method in class org.fest.swing.fixture.JTreePathFixture
-
Returns the path of this fixture's node.
- pathBoundsAndCoordinates(JTree, TreePath) - Method in class org.fest.swing.driver.JTreeLocation
-
Returns the bounds and visible coordinates of the given path.
- pathFor(JTree, int) - Method in class org.fest.swing.driver.JTreeLocation
-
Returns the path for the given row.
- Patterns - Class in org.fest.swing.util
-
Understands utility methods for regular expression patterns.
- PatternTextMatcher - Class in org.fest.swing.util
-
Understands matching text to a group of String values.
- PatternTextMatcher(Pattern...) - Constructor for class org.fest.swing.util.PatternTextMatcher
-
- Pause - Class in org.fest.swing.timing
-
Understands waiting for period of time or for a particular condition to be satisfied.
- pause(Condition) - Static method in class org.fest.swing.timing.Pause
-
Waits until the given condition is satisfied.
- pause(Condition, Timeout) - Static method in class org.fest.swing.timing.Pause
-
Waits until the given condition is satisfied.
- pause(Condition, long) - Static method in class org.fest.swing.timing.Pause
-
Waits until the given condition is satisfied.
- pause(Condition[]) - Static method in class org.fest.swing.timing.Pause
-
Waits until the given conditions are satisfied.
- pause(Condition[], Timeout) - Static method in class org.fest.swing.timing.Pause
-
Waits until the given conditions are satisfied.
- pause(Condition[], long) - Static method in class org.fest.swing.timing.Pause
-
Waits until the given conditions are satisfied.
- pause(long, TimeUnit) - Static method in class org.fest.swing.timing.Pause
-
Sleeps for the specified time.
- pause(long) - Static method in class org.fest.swing.timing.Pause
-
Sleeps for the specified time.
- pause() - Static method in class org.fest.swing.timing.Pause
-
Sleeps for 10 milliseconds.
- performAccessibleActionOf(Component) - Method in class org.fest.swing.driver.ComponentDriver
-
- Platform - Class in org.fest.swing.util
-
Understands platform-specific functionality.
- PNG - Static variable in class org.fest.swing.image.ImageFileExtensions
-
PNG file extension
- PNG_EXTENSION - Static variable in class org.fest.swing.image.ScreenshotTaker
-
- pointAt(JList, String) - Method in class org.fest.swing.driver.JListDriver
-
Returns the coordinates of the first item matching the given value.
- pointAt(JSlider, int) - Method in class org.fest.swing.driver.JSliderLocation
-
Returns the coordinates of the given value in the given
JSlider.
- pointAt(JTabbedPane, int) - Method in class org.fest.swing.driver.JTabbedPaneLocation
-
Returns the coordinates of the tab under the given index.
- pointAt(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
-
Converts the given table cell into a coordinate pair.
- pointAt(JTableHeader, TextMatcher) - Method in class org.fest.swing.driver.JTableHeaderLocation
-
Returns the index and the coordinates of the column which name matches the value in the given
TextMatcher.
- pointAt(JTableHeader, int) - Method in class org.fest.swing.driver.JTableHeaderLocation
-
Returns the coordinates of the column under the given index.
- pointAt(JTable, int, int) - Method in class org.fest.swing.driver.JTableLocation
-
Converts the given row and column into a coordinate pair.
- pointAt(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
-
Converts the given cell into a coordinate pair.
- pointToGrab(JToolBar) - Method in class org.fest.swing.driver.JToolBarLocation
-
Returns the point where to grab the given
JToolBar.
- popupMask() - Static method in class org.fest.swing.awt.AWT
-
Returns the
InputEvent mask for the pop-up trigger button.
- popupOnPress() - Static method in class org.fest.swing.awt.AWT
-
Returns whether the platform registers a pop-up on mouse press.
- pressAndReleaseKey(int, int...) - Method in class org.fest.swing.core.BasicRobot
-
Type the given key code with the given modifiers.
- pressAndReleaseKey(int, int...) - Method in interface org.fest.swing.core.Robot
-
Type the given key code with the given modifiers.
- pressAndReleaseKey(Component, KeyPressInfo) - Method in class org.fest.swing.driver.ComponentDriver
-
Simulates a user pressing and releasing the given key on the
Component.
- pressAndReleaseKey(Component, int, int[]) - Method in class org.fest.swing.driver.ComponentDriver
-
Simulates a user pressing and releasing the given key on the
Component.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.DialogFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
Dialog.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.FrameFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
Frame.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.GenericComponentFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's GUI component.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JButtonFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JButton.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JCheckBox.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JComboBox.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JFileChooserFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JFileChooser.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JInternalFrame.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JLabelFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JLabel.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JListFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JList.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JMenuItemFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JMenuItem.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JOptionPane.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JPanelFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JPanel.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JPopupMenu.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JRadioButton.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JScrollBar.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JScrollPane.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JSliderFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JSlider.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JSpinner.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JSplitPane.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JTabbedPane.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JTableFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JTable.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JTextComponent.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JToggleButton.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JToolBarFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JToolBar.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.fest.swing.fixture.JTreeFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's
JTree.
- pressAndReleaseKey(KeyPressInfo) - Method in interface org.fest.swing.fixture.KeyboardInputSimulationFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's GUI component.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.core.BasicRobot
-
Simulates a user pressing and releasing the given keys.
- pressAndReleaseKeys(int...) - Method in interface org.fest.swing.core.Robot
-
Simulates a user pressing and releasing the given keys.
- pressAndReleaseKeys(Component, int...) - Method in class org.fest.swing.driver.ComponentDriver
-
Simulates a user pressing and releasing the given keys on the
Component.
- pressAndReleaseKeys(JComboBox, int...) - Method in class org.fest.swing.driver.JComboBoxDriver
-
Simulates a user pressing and releasing the given keys on the
JComboBox.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.DialogFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
Dialog.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.FrameFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
Frame.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.GenericComponentFixture
-
Simulates a user pressing and releasing the given keys on this fixture's GUI component.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JButtonFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JButton.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JCheckBox.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JComboBox.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JFileChooserFixture
-
Simulates a user pressing and releasing the given keys on the
JFileChooser managed by this
fixture.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JInternalFrame .
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JLabelFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JLabel.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JListFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JList.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JMenuItemFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JMenuItem.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Simulates a user pressing and releasing the given keys this fixture's
JOptionPane.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JPanelFixture
-
Simulates a user pressing and releasing the given keys on the
JPanel managed by this
fixture.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JPopupMenu.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JRadioButton.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user pressing and releasing the given keys on the
JScrollBar managed by this
fixture.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
Simulates a user pressing and releasing the given keys on the
JScrollPane managed by this
fixture.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JSliderFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JSlider.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JSpinner.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JSplitPane.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JTabbedPane.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JTableFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JTable.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Simulates a user pressing and releasing the given keys in this fixture's
JTextComponent.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
Simulates a user pressing and releasing the given keys on this fixture's
JToggleButton.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JToolBarFixture
-
Simulates a user pressing and releasing the given keys in this fixture's
JToolBar.
- pressAndReleaseKeys(int...) - Method in class org.fest.swing.fixture.JTreeFixture
-
Simulates a user pressing and releasing the given keys in this fixture's
JTree.
- pressAndReleaseKeys(int...) - Method in interface org.fest.swing.fixture.KeyboardInputSimulationFixture
-
Simulates a user pressing and releasing the given keys on this fixture's GUI component.
- pressKey(int) - Method in class org.fest.swing.core.BasicRobot
-
Simulates a user pressing given key.
- pressKey(int) - Method in interface org.fest.swing.core.Robot
-
Simulates a user pressing given key.
- pressKey(Component, int) - Method in class org.fest.swing.driver.ComponentDriver
-
Simulates a user pressing given key on the
Component.
- pressKey(int) - Method in class org.fest.swing.fixture.DialogFixture
-
Simulates a user pressing the given key on this fixture's
Dialog.
- pressKey(int) - Method in class org.fest.swing.fixture.FrameFixture
-
Simulates a user pressing the given key on this fixture's
Frame.
- pressKey(int) - Method in class org.fest.swing.fixture.GenericComponentFixture
-
Simulates a user pressing given key on this fixture's GUI component.
- pressKey(int) - Method in class org.fest.swing.fixture.JButtonFixture
-
Simulates a user pressing the given key on this fixture's
JButton.
- pressKey(int) - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Simulates a user pressing the given key on this fixture's
JCheckBox.
- pressKey(int) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Simulates a user pressing the given key on this fixture's
JComboBox.
- pressKey(int) - Method in class org.fest.swing.fixture.JFileChooserFixture
-
Simulates a user pressing the given key on this fixture's
JFileChooser.
- pressKey(int) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- pressKey(int) - Method in class org.fest.swing.fixture.JLabelFixture
-
Simulates a user pressing the given key on this fixture's
JLabel.
- pressKey(int) - Method in class org.fest.swing.fixture.JListFixture
-
Simulates a user pressing the given key on this fixture's
JList.
- pressKey(int) - Method in class org.fest.swing.fixture.JMenuItemFixture
-
Simulates a user pressing the given key on this fixture's
JMenuItem.
- pressKey(int) - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Simulates a user pressing the given key on this fixture's
JOptionPane.
- pressKey(int) - Method in class org.fest.swing.fixture.JPanelFixture
-
Simulates a user pressing the given key on this fixture's
JPanel.
- pressKey(int) - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
Simulates a user pressing the given key on this fixture's
JPopupMenu.
- pressKey(int) - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
Simulates a user pressing the given key on this fixture's
JRadioButton.
- pressKey(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user pressing the given key on this fixture's
JScrollBar.
- pressKey(int) - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
Simulates a user pressing the given key on this fixture's
JScrollPane.
- pressKey(int) - Method in class org.fest.swing.fixture.JSliderFixture
-
Simulates a user pressing the given key on this fixture's
JSlider.
- pressKey(int) - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Simulates a user pressing the given key on this fixture's
JSpinner.
- pressKey(int) - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Simulates a user pressing the given key on this fixture's
JSplitPane.
- pressKey(int) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Simulates a user pressing the given key on this fixture's
JTabbedPane.
- pressKey(int) - Method in class org.fest.swing.fixture.JTableFixture
-
Simulates a user pressing the given key on this fixture's
JTable.
- pressKey(int) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Simulates a user pressing the given key on this fixture's
JTextComponent.
- pressKey(int) - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
Simulates a user pressing the given key on this fixture's
JToggleButton.
- pressKey(int) - Method in class org.fest.swing.fixture.JToolBarFixture
-
Simulates a user pressing the given key on this fixture's
JToolBar.
- pressKey(int) - Method in class org.fest.swing.fixture.JTreeFixture
-
Simulates a user pressing the given key on this fixture's
JTree.
- pressKey(int) - Method in interface org.fest.swing.fixture.KeyboardInputSimulationFixture
-
Simulates a user pressing given key on this fixture's GUI component.
- pressModifiers(int) - Method in class org.fest.swing.core.BasicRobot
-
Presses the appropriate modifiers corresponding to the given mask.
- pressModifiers(int) - Method in interface org.fest.swing.core.Robot
-
Presses the appropriate modifiers corresponding to the given mask.
- pressMouse(MouseButton) - Method in class org.fest.swing.core.BasicRobot
-
Simulates a user pressing a mouse button.
- pressMouse(Component, Point) - Method in class org.fest.swing.core.BasicRobot
-
Simulates a user pressing the left mouse button on the given
Component.
- pressMouse(Component, Point, MouseButton) - Method in class org.fest.swing.core.BasicRobot
-
Simulates a user pressing the given mouse button on the given
Component.
- pressMouse(Point, MouseButton) - Method in class org.fest.swing.core.BasicRobot
-
Simulates a user pressing the given mouse button on the given coordinates.
- pressMouse(MouseButton) - Method in interface org.fest.swing.core.Robot
-
Simulates a user pressing a mouse button.
- pressMouse(Component, Point) - Method in interface org.fest.swing.core.Robot
-
Simulates a user pressing the left mouse button on the given
Component.
- pressMouse(Component, Point, MouseButton) - Method in interface org.fest.swing.core.Robot
-
Simulates a user pressing the given mouse button on the given
Component.
- pressMouse(Point, MouseButton) - Method in interface org.fest.swing.core.Robot
-
Simulates a user pressing the given mouse button on the given coordinates.
- printComponents(PrintStream) - Method in class org.fest.swing.core.BasicComponentPrinter
-
Prints all the components in the hierarchy.
- printComponents(PrintStream, Container) - Method in class org.fest.swing.core.BasicComponentPrinter
-
Prints all the components in the hierarchy under the given root.
- printComponents(PrintStream, Class<? extends Component>) - Method in class org.fest.swing.core.BasicComponentPrinter
-
Prints only the components of the given type in the hierarchy.
- printComponents(PrintStream, Class<? extends Component>, Container) - Method in class org.fest.swing.core.BasicComponentPrinter
-
Prints all the components of the given type in the hierarchy under the given root.
- printComponents(PrintStream, ComponentMatcher) - Method in class org.fest.swing.core.BasicComponentPrinter
-
$Prints only the components that match the given search criteria in the hierarchy.
- printComponents(PrintStream, ComponentMatcher, Container) - Method in class org.fest.swing.core.BasicComponentPrinter
-
$Prints all the components that match the given search criteria under the given root.
- printComponents(PrintStream) - Method in interface org.fest.swing.core.ComponentPrinter
-
Prints all the components in the hierarchy.
- printComponents(PrintStream, Container) - Method in interface org.fest.swing.core.ComponentPrinter
-
Prints all the components in the hierarchy under the given root.
- printComponents(PrintStream, Class<? extends Component>) - Method in interface org.fest.swing.core.ComponentPrinter
-
Prints only the components of the given type in the hierarchy.
- printComponents(PrintStream, Class<? extends Component>, Container) - Method in interface org.fest.swing.core.ComponentPrinter
-
Prints all the components of the given type in the hierarchy under the given root.
- printComponents(PrintStream, ComponentMatcher) - Method in interface org.fest.swing.core.ComponentPrinter
-
Prints only the components that match the given search criteria in the hierarchy.
- printComponents(PrintStream, ComponentMatcher, Container) - Method in interface org.fest.swing.core.ComponentPrinter
-
Prints all the components that match the given search criteria under the given root.
- printer() - Method in class org.fest.swing.core.BasicComponentFinder
-
- printer() - Method in class org.fest.swing.core.BasicRobot
-
- printer() - Method in interface org.fest.swing.core.ComponentFinder
-
- printer() - Method in interface org.fest.swing.core.Robot
-
- printerWithCurrentAwtHierarchy() - Static method in class org.fest.swing.core.BasicComponentPrinter
-
- printerWithNewAwtHierarchy() - Static method in class org.fest.swing.core.BasicComponentPrinter
-
- processDeferredEvents() - Method in class org.fest.swing.listener.EventDispatchThreadedEventListener
-
Processes any events that were generated off the event queue but not immediately handled.
- processEvent(AWTEvent) - Method in class org.fest.swing.listener.EventDispatchThreadedEventListener
-
This method is not protected by any synchronization locks (nor should it be); in the presence of multiple
simultaneous event dispatch threads, the listener must be thread-safe.
- progressBar() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- progressBar(GenericTypeMatcher<? extends JProgressBar>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- progressBar(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- progressBar() - Method in class org.fest.swing.fixture.ContainerFixture
-
- progressBar(GenericTypeMatcher<? extends JProgressBar>) - Method in class org.fest.swing.fixture.ContainerFixture
-
- progressBar(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
- propertyName(Component, String) - Static method in class org.fest.swing.driver.ComponentDriver
-
- radioButton() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- radioButton(GenericTypeMatcher<? extends JRadioButton>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- radioButton(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- radioButton() - Method in class org.fest.swing.fixture.ContainerFixture
-
- radioButton(GenericTypeMatcher<? extends JRadioButton>) - Method in class org.fest.swing.fixture.ContainerFixture
-
- radioButton(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
- Range - Class in org.fest.swing.util
-
Understands a range (from, to.)
- Range.From - Class in org.fest.swing.util
-
Understands the starting value of a range.
- Range.To - Class in org.fest.swing.util
-
Understands the ending value of a range.
- recognize(Component) - Method in class org.fest.swing.hierarchy.NewHierarchy
-
Make the given component visible to this hierarchy.
- register(ComponentFormatter) - Static method in class org.fest.swing.format.Formatting
-
Registers the given formatter, replacing any other one previously registered for the same supported component type.
- registerInToolkit() - Static method in class org.fest.swing.core.EmergencyAbortListener
-
- release(Object) - Method in class org.fest.swing.lock.ScreenLock
-
Releases this lock.
- releaseKey(int) - Method in class org.fest.swing.core.BasicRobot
-
Simulates a user releasing the given key.
- releaseKey(int) - Method in interface org.fest.swing.core.Robot
-
Simulates a user releasing the given key.
- releaseKey(Component, int) - Method in class org.fest.swing.driver.ComponentDriver
-
Simulates a user releasing the given key on the
Component.
- releaseKey(int) - Method in class org.fest.swing.fixture.DialogFixture
-
Simulates a user releasing the given key on this fixture's
Dialog.
- releaseKey(int) - Method in class org.fest.swing.fixture.FrameFixture
-
Simulates a user releasing the given key on this fixture's
Frame.
- releaseKey(int) - Method in class org.fest.swing.fixture.GenericComponentFixture
-
Simulates a user releasing the given key on this fixture's GUI component.
- releaseKey(int) - Method in class org.fest.swing.fixture.JButtonFixture
-
Simulates a user releasing the given key on this fixture's
JButton.
- releaseKey(int) - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Simulates a user releasing the given key on this fixture's
JCheckBox.
- releaseKey(int) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Simulates a user releasing the given key on this fixture's
JComboBox.
- releaseKey(int) - Method in class org.fest.swing.fixture.JFileChooserFixture
-
Simulates a user releasing the given key on this fixture's
JFileChooser.
- releaseKey(int) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
Simulates a user releasing the given key on this fixture's
JInternalFrame.
- releaseKey(int) - Method in class org.fest.swing.fixture.JLabelFixture
-
Simulates a user releasing the given key on this fixture's
JLabel.
- releaseKey(int) - Method in class org.fest.swing.fixture.JListFixture
-
Simulates a user releasing the given key on this fixture's
JList.
- releaseKey(int) - Method in class org.fest.swing.fixture.JMenuItemFixture
-
Simulates a user releasing the given key on this fixture's
JMenuItem.
- releaseKey(int) - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Simulates a user releasing the given key on this fixture's
JOptionPane.
- releaseKey(int) - Method in class org.fest.swing.fixture.JPanelFixture
-
Simulates a user releasing the given key on this fixture's
JPanel.
- releaseKey(int) - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
Simulates a user releasing the given key on this fixture's
JPopupMenu.
- releaseKey(int) - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
Simulates a user releasing the given key on this fixture's
JRadioButton.
- releaseKey(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user releasing the given key on this fixture's
JScrollBar.
- releaseKey(int) - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
Simulates a user releasing the given key on this fixture's
JScrollPane.
- releaseKey(int) - Method in class org.fest.swing.fixture.JSliderFixture
-
Simulates a user releasing the given key on this fixture's
JSlider.
- releaseKey(int) - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Simulates a user releasing the given key on this fixture's
JSpinner.
- releaseKey(int) - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Simulates a user releasing the given key on this fixture's
JSplitPane.
- releaseKey(int) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Simulates a user releasing the given key on this fixture's
JTabbedPane.
- releaseKey(int) - Method in class org.fest.swing.fixture.JTableFixture
-
Simulates a user releasing the given key on this fixture's
JTable.
- releaseKey(int) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Simulates a user releasing the given key on this fixture's
JTextComponent.
- releaseKey(int) - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
Simulates a user releasing the given key on this fixture's
JToggleButton.
- releaseKey(int) - Method in class org.fest.swing.fixture.JToolBarFixture
-
Simulates a user releasing the given key on this fixture's
JToolBar.
- releaseKey(int) - Method in class org.fest.swing.fixture.JTreeFixture
-
Simulates a user releasing the given key on this fixture's
JTree.
- releaseKey(int) - Method in interface org.fest.swing.fixture.KeyboardInputSimulationFixture
-
Simulates a user releasing the given key on this fixture's GUI component.
- releaseModifiers(int) - Method in class org.fest.swing.core.BasicRobot
-
Releases the appropriate modifiers corresponding to the given mask.
- releaseModifiers(int) - Method in interface org.fest.swing.core.Robot
-
Releases the appropriate modifiers corresponding to the given mask.
- releaseMouse(MouseButton) - Method in class org.fest.swing.core.BasicRobot
-
Releases the given mouse button.
- releaseMouse(MouseButton) - Method in interface org.fest.swing.core.Robot
-
Releases the given mouse button.
- releaseMouseButtons() - Method in class org.fest.swing.core.BasicRobot
-
Releases any mouse button(s) used by the robot.
- releaseMouseButtons() - Method in interface org.fest.swing.core.Robot
-
Releases any mouse button(s) used by the robot.
- reloadApplet() - Method in class org.fest.swing.applet.AppletViewer
-
Initializes and starts the applet in this viewer.
- reloadFromLocale() - Static method in class org.fest.swing.keystroke.KeyStrokeMap
-
- reloadFromSystemSettings() - Static method in class org.fest.swing.keystroke.KeyStrokeMap
-
Reloads the key stroke mappings for the language using the current system settings.
- replaceText(JComboBox, String) - Method in class org.fest.swing.driver.JComboBoxDriver
-
Simulates a user entering the specified text in the
JComboBox, replacing any text.
- replaceText(JTextComponent, String) - Method in class org.fest.swing.driver.JTextComponentDriver
-
Types the given text into the
JTextComponent, replacing any existing text already there.
- replaceText(String) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Simulates a user entering the specified text in the
JComboBox, replacing any text.
- requireBold() - Method in class org.fest.swing.fixture.FontFixture
-
Verifies that this fixture's font is bold.
- requireCellValue(JTable, TableCell, String) - Method in class org.fest.swing.driver.JTableDriver
-
Asserts that the value of the given cell matches the given value.
- requireCellValue(JTable, TableCell, Pattern) - Method in class org.fest.swing.driver.JTableDriver
-
Asserts that the value of the given cell matches the given regular expression pattern.
- requireCellValue(TableCell, String) - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that the value of the given cell matches the given value.
- requireCellValue(TableCell, Pattern) - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that the value of the given cell matches the given regular expression pattern.
- requireColumnCount(JTable, int) - Method in class org.fest.swing.driver.JTableDriver
-
Asserts that the given
JTable has the given number of columns.
- requireColumnCount(int) - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that this fixture's
JTable has the given number of columns.
- requireContents(JTable, String[][]) - Method in class org.fest.swing.driver.JTableDriver
-
Asserts that the
String representation of the cell values in the
JTable is
equal to the given
String array.
- requireContents(String[][]) - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that the
String representation of the cell values in this fixture's
JTable is equal to the given
String array.
- requireDeterminate(JProgressBar) - Method in class org.fest.swing.driver.JProgressBarDriver
-
Verifies that the given
JProgressBar is in determinate mode.
- requireDeterminate() - Method in class org.fest.swing.fixture.JProgressBarFixture
-
Asserts that this fixture's
JProgressBar is in determinate mode.
- requireDisabled(Component) - Method in class org.fest.swing.driver.ComponentDriver
-
- requireDisabled() - Method in class org.fest.swing.fixture.DialogFixture
-
Asserts that this fixture's
Dialog is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.FrameFixture
-
Asserts that this fixture's
Frame is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.GenericComponentFixture
-
Asserts that this fixture's GUI component is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JButtonFixture
-
Asserts that this fixture's
JButton is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Asserts that this fixture's
JCheckBox is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Asserts that this fixture's
JComboBox is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JFileChooserFixture
-
- requireDisabled() - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- requireDisabled() - Method in class org.fest.swing.fixture.JLabelFixture
-
Asserts that this fixture's
JLabel is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JListFixture
-
Asserts that this fixture's
JList is not enabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JMenuItemFixture
-
Asserts that this fixture's
JMenuItem is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
- requireDisabled() - Method in class org.fest.swing.fixture.JPanelFixture
-
Asserts that this fixture's
JPanel is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
Asserts that this fixture's
JPopupMenu is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JProgressBarFixture
-
- requireDisabled() - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
- requireDisabled() - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Asserts that this fixture's
JScrollBar is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
- requireDisabled() - Method in class org.fest.swing.fixture.JSliderFixture
-
Asserts that this fixture's
JSlider is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Asserts that this fixture's
JSpinner is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Asserts that this fixture's
JSplitPane is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
- requireDisabled() - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that this fixture's
JTable is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JTextComponentFixture
-
- requireDisabled() - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- requireDisabled() - Method in class org.fest.swing.fixture.JToolBarFixture
-
Asserts that this fixture's
JToolBar is disabled.
- requireDisabled() - Method in class org.fest.swing.fixture.JTreeFixture
-
Asserts that this fixture's
JTree is disabled.
- requireDisabled() - Method in interface org.fest.swing.fixture.StateVerificationFixture
-
Asserts that this fixture's GUI component is disabled.
- requireEditable(JComboBox) - Method in class org.fest.swing.driver.JComboBoxDriver
-
Asserts that the given
JComboBox is editable.
- requireEditable(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
-
Asserts that the given table cell is editable.
- requireEditable(JTextComponent) - Method in class org.fest.swing.driver.JTextComponentDriver
-
- requireEditable(JTree) - Method in class org.fest.swing.driver.JTreeDriver
-
Asserts that the given
JTree is editable.
- requireEditable() - Method in interface org.fest.swing.fixture.EditableComponentFixture
-
Asserts that the GUI component is editable.
- requireEditable() - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Asserts that this fixture's
JComboBox is editable.
- requireEditable() - Method in class org.fest.swing.fixture.JTableCellFixture
-
Asserts that this fixture's table cell is editable.
- requireEditable(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that the given cell in this fixture's
JTable is editable.
- requireEditable() - Method in class org.fest.swing.fixture.JTextComponentFixture
-
- requireEditable() - Method in class org.fest.swing.fixture.JTreeFixture
-
Asserts that this fixture's
JTree is editable.
- requireEmpty(JTextComponent) - Method in class org.fest.swing.driver.JTextComponentDriver
-
- requireEmpty() - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Asserts that the target text component does not contain any text.
- requireEnabled(Component) - Method in class org.fest.swing.driver.ComponentDriver
-
- requireEnabled(Component, Timeout) - Method in class org.fest.swing.driver.ComponentDriver
-
- requireEnabled() - Method in class org.fest.swing.fixture.DialogFixture
-
Asserts that this fixture's
Dialog is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.DialogFixture
-
Asserts that this fixture's
Dialog is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.FrameFixture
-
Asserts that this fixture's
Frame is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.FrameFixture
-
Asserts that this fixture's
Frame is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.GenericComponentFixture
-
Asserts that this fixture's GUI component is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.GenericComponentFixture
-
Asserts that this fixture's GUI component is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JButtonFixture
-
Asserts that this fixture's
JButton is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JButtonFixture
-
Asserts that this fixture's
JButton is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Asserts that this fixture's
JCheckBox is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Asserts that this fixture's
JCheckBox is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Asserts that this fixture's
JComboBox is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Asserts that this fixture's
JComboBox is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JFileChooserFixture
-
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JFileChooserFixture
-
- requireEnabled() - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- requireEnabled() - Method in class org.fest.swing.fixture.JLabelFixture
-
Asserts that this fixture's
JLabel is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JLabelFixture
-
Asserts that this fixture's
JLabel is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JListFixture
-
Asserts that this fixture's
JList is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JListFixture
-
Asserts that this fixture's
JList is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JMenuItemFixture
-
Asserts that this fixture's
JMenuItem is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JMenuItemFixture
-
Asserts that this fixture's
JMenuItem is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
- requireEnabled() - Method in class org.fest.swing.fixture.JPanelFixture
-
Asserts that this fixture's
JPanel is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JPanelFixture
-
Asserts that this fixture's
JPanel is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
Asserts that this fixture's
JPopupMenu is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
Asserts that this fixture's
JPopupMenu is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JProgressBarFixture
-
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JProgressBarFixture
-
- requireEnabled() - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
- requireEnabled() - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Asserts that this fixture's
JScrollBar is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Asserts that this fixture's
JScrollBar is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
- requireEnabled() - Method in class org.fest.swing.fixture.JSliderFixture
-
Asserts that this fixture's
JSlider is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JSliderFixture
-
Asserts that this fixture's
JSlider is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Asserts that this fixture's
JSpinner is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Asserts that this fixture's
JSpinner is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Asserts that this fixture's
JSplitPane is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Asserts that this fixture's
JSplitPane is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
- requireEnabled() - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that this fixture's
JTable is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that this fixture's
JTable is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JTextComponentFixture
-
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
- requireEnabled() - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- requireEnabled() - Method in class org.fest.swing.fixture.JToolBarFixture
-
Asserts that this fixture's
JToolBar is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JToolBarFixture
-
Asserts that this fixture's
JToolBar is enabled.
- requireEnabled() - Method in class org.fest.swing.fixture.JTreeFixture
-
Asserts that this fixture's
JTree is enabled.
- requireEnabled(Timeout) - Method in class org.fest.swing.fixture.JTreeFixture
-
Asserts that this fixture's
JTree is enabled.
- requireEnabled() - Method in interface org.fest.swing.fixture.StateVerificationFixture
-
Asserts that this fixture's GUI component is enabled.
- requireEnabled(Timeout) - Method in interface org.fest.swing.fixture.StateVerificationFixture
-
Asserts that this fixture's GUI component is enabled.
- requireEqualTo(String) - Method in class org.fest.swing.fixture.ColorFixture
-
Verifies that this fixture's Color is equal to the given color represented by the given hexadecimal
value (e.g.
- requireEqualTo(Color) - Method in class org.fest.swing.fixture.ColorFixture
-
Verifies that this fixture's Color is equal to the given one.
- requireErrorMessage(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
-
Asserts that the
JOptionPane is displaying an error message.
- requireErrorMessage() - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Asserts that this fixture's
JOptionPane is displaying an error message.
- requireFamily(String) - Method in class org.fest.swing.fixture.FontFixture
-
Verifies that the family name of this fixture's font is equal to the given one.
- requireFocused(Component) - Method in class org.fest.swing.driver.ComponentDriver
-
- requireFocused() - Method in class org.fest.swing.fixture.DialogFixture
-
Asserts that this fixture's
Dialog has input focus.
- requireFocused() - Method in interface org.fest.swing.fixture.FocusableComponentFixture
-
Asserts that this fixture's GUI component has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.FrameFixture
-
Asserts that this fixture's
Frame has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.GenericComponentFixture
-
Asserts that this fixture's GUI component has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JButtonFixture
-
Asserts that this fixture's
JButton has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Asserts that this fixture's
JCheckBox has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Asserts that this fixture's
JComboBox has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JFileChooserFixture
-
- requireFocused() - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- requireFocused() - Method in class org.fest.swing.fixture.JLabelFixture
-
Asserts that this fixture's
JLabel has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JListFixture
-
Asserts that this fixture's
JList has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Asserts that this fixture's
JOptionPane has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JPanelFixture
-
Asserts that this fixture's
JPanel has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
Asserts that this fixture's
JPopupMenu has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
- requireFocused() - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Asserts that this fixture's
JScrollBar has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
Asserts that this fixture's
JScrollPane has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JSliderFixture
-
Asserts that this fixture's
JSlider has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Asserts that this fixture's
JSpinner has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Asserts that this fixture's
JSplitPane has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Asserts that this fixture's
JTabbedPane has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that this fixture's
JTable has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JTextComponentFixture
-
- requireFocused() - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- requireFocused() - Method in class org.fest.swing.fixture.JToolBarFixture
-
Asserts that this fixture's
JToolBar has input focus.
- requireFocused() - Method in class org.fest.swing.fixture.JTreeFixture
-
Asserts that this fixture's
JTree has input focus.
- requireIndeterminate(JProgressBar) - Method in class org.fest.swing.driver.JProgressBarDriver
-
Verifies that the given
JProgressBar is in indeterminate mode.
- requireIndeterminate() - Method in class org.fest.swing.fixture.JProgressBarFixture
-
Asserts that this fixture's
JProgressBar is in indeterminate mode.
- requireInformationMessage(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
-
Asserts that the
JOptionPane is displaying an information message.
- requireInformationMessage() - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Asserts that this fixture's
JOptionPane is displaying an information
message.
- requireItalic() - Method in class org.fest.swing.fixture.FontFixture
-
Verifies that this fixture's font is italic.
- requireItemCount(JComboBox, int) - Method in class org.fest.swing.driver.JComboBoxDriver
-
Verifies that number of items in the given
JComboBox is equal to the expected one.
- requireItemCount(JList, int) - Method in class org.fest.swing.driver.JListDriver
-
Verifies that number of items in the given
JList is equal to the expected one.
- requireItemCount(int) - Method in interface org.fest.swing.fixture.ItemGroupFixture
-
Verifies that this fixture's
Component has the expected number of items
- requireItemCount(int) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Verifies that this fixture's
JComboBox has the expected number of items
- requireItemCount(int) - Method in class org.fest.swing.fixture.JListFixture
-
Verifies that this fixture's
JList has the expected number of items
- requireMessage(JOptionPane, Object) - Method in class org.fest.swing.driver.JOptionPaneDriver
-
Asserts that the title of the
JOptionPane matches the given value.
- requireMessage(JOptionPane, Pattern) - Method in class org.fest.swing.driver.JOptionPaneDriver
-
Asserts that the title of the
JOptionPane matches the given regular expression pattern.
- requireMessage(Object) - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Asserts that the message of this fixture's
JOptionPane matches the given value.
- requireMessage(Pattern) - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Asserts that the message of this fixture's
JOptionPane matches the given regular expression
pattern.
- requireModal(Dialog) - Method in class org.fest.swing.driver.DialogDriver
-
Asserts that the
Dialog is modal.
- requireModal() - Method in class org.fest.swing.fixture.DialogFixture
-
Asserts that this fixture's
Dialog is modal.
- requireName(String) - Method in class org.fest.swing.fixture.FontFixture
-
Verifies that the logical name of this fixture's font is equal to the given one.
- requireNoJOptionPaneIsShowing() - Method in class org.fest.swing.core.BasicRobot
-
Ensures that there is no
JOptionPane showing, and potentially blocking GUI tests.
- requireNoJOptionPaneIsShowing() - Method in interface org.fest.swing.core.Robot
-
Ensures that there is no
JOptionPane showing, and potentially blocking GUI tests.
- requireNoSelection(JComboBox) - Method in class org.fest.swing.driver.JComboBoxDriver
-
Verifies that the
JComboBox does not have any selection.
- requireNoSelection(JList) - Method in class org.fest.swing.driver.JListDriver
-
Verifies that the
JList does not have a selection.
- requireNoSelection(JTable) - Method in class org.fest.swing.driver.JTableDriver
-
Verifies that the
JTable does not have any selection.
- requireNoSelection(JTree) - Method in class org.fest.swing.driver.JTreeDriver
-
Asserts that the given
JTree does not have any selection.
- requireNoSelection() - Method in interface org.fest.swing.fixture.ItemGroupFixture
-
Verifies that this fixture's
Component does not have a selection.
- requireNoSelection() - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Verifies that this fixture's
JComboBox does not have any selection.
- requireNoSelection() - Method in class org.fest.swing.fixture.JListFixture
-
Verifies that this fixture's
JList does not have any selection.
- requireNoSelection() - Method in class org.fest.swing.fixture.JTableFixture
-
Verifies that this fixture's
JTable does not have any selection.
- requireNoSelection() - Method in class org.fest.swing.fixture.JTreeFixture
-
Asserts that this fixture's
JTree's does not have any selection.
- requireNotBold() - Method in class org.fest.swing.fixture.FontFixture
-
Verifies that this fixture's font is not bold.
- requireNotEditable(JComboBox) - Method in class org.fest.swing.driver.JComboBoxDriver
-
Asserts that the given
JComboBox is not editable.
- requireNotEditable(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
-
Asserts that the given table cell is not editable.
- requireNotEditable(JTextComponent) - Method in class org.fest.swing.driver.JTextComponentDriver
-
- requireNotEditable(JTree) - Method in class org.fest.swing.driver.JTreeDriver
-
Asserts that the given
JTree is not editable.
- requireNotEditable() - Method in interface org.fest.swing.fixture.EditableComponentFixture
-
Asserts that the GUI component is not editable.
- requireNotEditable() - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Asserts that this fixture's
JComboBox is not editable.
- requireNotEditable() - Method in class org.fest.swing.fixture.JTableCellFixture
-
Asserts that this fixture's table cell is not editable.
- requireNotEditable(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that the given cell in this fixture's
JTable is not editable.
- requireNotEditable() - Method in class org.fest.swing.fixture.JTextComponentFixture
-
- requireNotEditable() - Method in class org.fest.swing.fixture.JTreeFixture
-
Asserts that this fixture's
JTree is not editable.
- requireNotEqualTo(String) - Method in class org.fest.swing.fixture.ColorFixture
-
Verifies that this fixture's Color is not equal to the given color represented by the given
hexadecimal value (e.g.
- requireNotEqualTo(Color) - Method in class org.fest.swing.fixture.ColorFixture
-
Verifies that this fixture's Color is not equal to the given one.
- requireNotItalic() - Method in class org.fest.swing.fixture.FontFixture
-
Verifies that this fixture's font is not italic.
- requireNotPlain() - Method in class org.fest.swing.fixture.FontFixture
-
Verifies that this fixture's font is not plain.
- requireNotSelected(AbstractButton) - Method in class org.fest.swing.driver.AbstractButtonDriver
-
Verifies that the button is not selected.
- requireNotSelected() - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Verifies that this fixture's
JCheckBox is not selected.
- requireNotSelected() - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
- requireNotSelected() - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- requireNotSelected() - Method in interface org.fest.swing.fixture.TwoStateButtonFixture
-
- requireNotVisible(Component) - Method in class org.fest.swing.driver.ComponentDriver
-
- requireNotVisible() - Method in class org.fest.swing.fixture.DialogFixture
-
Asserts that this fixture's
Dialog is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.FrameFixture
-
Asserts that this fixture's
Frame is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.GenericComponentFixture
-
Asserts that this fixture's GUI component is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JButtonFixture
-
Asserts that this fixture's
JButton is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Asserts that this fixture's
JCheckBox is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Asserts that this fixture's
JComboBox is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JFileChooserFixture
-
- requireNotVisible() - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- requireNotVisible() - Method in class org.fest.swing.fixture.JLabelFixture
-
Asserts that this fixture's
JLabel is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JListFixture
-
Asserts that this fixture's
JList is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JMenuItemFixture
-
Asserts that this fixture's
JMenuItem is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Asserts that this fixture's
JOptionPane is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JPanelFixture
-
Asserts that this fixture's
JPanel is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
Asserts that this fixture's
JPopupMenu is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JProgressBarFixture
-
- requireNotVisible() - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
- requireNotVisible() - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Asserts that this fixture's
JScrollBar is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
Asserts that this fixture's
JScrollPane is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JSliderFixture
-
Asserts that this fixture's
JSlider is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Asserts that this fixture's
JSpinner is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Asserts that this fixture's
JSplitPane is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Asserts that this fixture's
JTabbedPane is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that this fixture's
JTable is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JTextComponentFixture
-
- requireNotVisible() - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- requireNotVisible() - Method in class org.fest.swing.fixture.JToolBarFixture
-
Asserts that this fixture's
JToolBar is not visible.
- requireNotVisible() - Method in class org.fest.swing.fixture.JTreeFixture
-
Asserts that this fixture's
JTree is not visible.
- requireNotVisible() - Method in interface org.fest.swing.fixture.StateVerificationFixture
-
Asserts that this fixture's GUI component is not visible.
- requireOptions(JOptionPane, Object[]) - Method in class org.fest.swing.driver.JOptionPaneDriver
-
- requireOptions(Object[]) - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Asserts that this fixture's
JOptionPane has the given options.
- requirePlain() - Method in class org.fest.swing.fixture.FontFixture
-
Verifies that this fixture's font is plain.
- requirePlainMessage(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
-
Asserts that the
JOptionPane is displaying a plain message.
- requirePlainMessage() - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Asserts that this fixture's
JOptionPane is displaying a plain message.
- requireQuestionMessage(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
-
- requireQuestionMessage() - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Asserts that this fixture's
JOptionPane is displaying a question.
- requireRowCount(JTable, int) - Method in class org.fest.swing.driver.JTableDriver
-
Asserts that the given
JTable has the given number of rows.
- requireRowCount(int) - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that this fixture's
JTable has the given number of rows.
- requireSelected(AbstractButton) - Method in class org.fest.swing.driver.AbstractButtonDriver
-
Verifies that the button is selected.
- requireSelected() - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Verifies that this fixture's
JCheckBox is selected.
- requireSelected() - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
- requireSelected() - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- requireSelected() - Method in interface org.fest.swing.fixture.TwoStateButtonFixture
-
- requireSelectedItems(JList, String...) - Method in class org.fest.swing.driver.JListDriver
-
Verifies that the selected items in the
JList match the given values.
- requireSelectedItems(JList, Pattern...) - Method in class org.fest.swing.driver.JListDriver
-
Verifies that the selected items in the
JList match the given regular expression patterns.
- requireSelectedItems(JList, int...) - Method in class org.fest.swing.driver.JListDriver
-
Verifies that the given item indices are selected in the
JList.
- requireSelectedItems(String...) - Method in class org.fest.swing.fixture.JListFixture
-
Verifies that the
String representations of the selected items in this fixture's
JList match the given text items.
- requireSelectedItems(Pattern[]) - Method in class org.fest.swing.fixture.JListFixture
-
Verifies that the
String representations of the selected items in this fixture's
JList match the given regular expression patterns.
- requireSelectedItems(int...) - Method in class org.fest.swing.fixture.JListFixture
-
Verifies that the given item indices are selected in this fixture's
JList.
- requireSelectedRows(JTable, int...) - Method in class org.fest.swing.driver.JTableDriver
-
Asserts that the set of selected rows in the given
JTable contains to the given row indices.
- requireSelectedRows(int...) - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that the set of selected rows in this fixture's
JTable contains to the given row
indices.
- requireSelection(JComboBox, String) - Method in class org.fest.swing.driver.JComboBoxDriver
-
Verifies that the
String representation of the selected item in the
JComboBox
matches the given text.
- requireSelection(JComboBox, Pattern) - Method in class org.fest.swing.driver.JComboBoxDriver
-
Verifies that the
String representation of the selected item in the
JComboBox
matches the given regular expression pattern.
- requireSelection(JComboBox, int) - Method in class org.fest.swing.driver.JComboBoxDriver
-
Verifies that the index of the selected item in the
JComboBox is equal to the given value.
- requireSelection(JList, String) - Method in class org.fest.swing.driver.JListDriver
-
Verifies that the selected item in the
JList matches the given value.
- requireSelection(JList, Pattern) - Method in class org.fest.swing.driver.JListDriver
-
Verifies that the selected item in the
JList matches the given regular expression pattern.
- requireSelection(JList, int) - Method in class org.fest.swing.driver.JListDriver
-
Verifies that the selected index in the
JList matches the given value.
- requireSelection(JTree, int[]) - Method in class org.fest.swing.driver.JTreeDriver
-
Asserts that the given
JTree's selected rows are equal to the given one.
- requireSelection(JTree, String[]) - Method in class org.fest.swing.driver.JTreeDriver
-
Asserts that the given
JTree's selected paths are equal to the given one.
- requireSelection(String) - Method in interface org.fest.swing.fixture.ItemGroupFixture
-
Verifies that the value of the selected item in this fixture's
Component matches the given
value.
- requireSelection(Pattern) - Method in interface org.fest.swing.fixture.ItemGroupFixture
-
Verifies that the value of the selected item in this fixture's
Component matches the given
regular expression pattern.
- requireSelection(int) - Method in interface org.fest.swing.fixture.ItemGroupFixture
-
Verifies that the index of the selected item in this fixture's
Component is equal to the given
value.
- requireSelection(String) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Verifies that the
String representation of the selected item in this fixture's
JComboBox matches the given text.
- requireSelection(Pattern) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Verifies that the
String representation of the selected item in this fixture's
JComboBox matches the given regular expression pattern.
- requireSelection(int) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Verifies that the index of the selected item in this fixture's
JComboBox is equal to the given
value.
- requireSelection(String) - Method in class org.fest.swing.fixture.JListFixture
-
Verifies that the
String representation of the selected item in this fixture's
JList matches the given text.
- requireSelection(Pattern) - Method in class org.fest.swing.fixture.JListFixture
-
Verifies that the
String representation of the selected item in this fixture's
JList matches the given regular expression pattern.
- requireSelection(int) - Method in class org.fest.swing.fixture.JListFixture
-
Verifies that the index of the selected item in this fixture's
JList is equal to the given
value.
- requireSelection(String...) - Method in class org.fest.swing.fixture.JTreeFixture
-
Asserts that this fixture's
JTree selection is equal to the given paths.
- requireSelection(int...) - Method in class org.fest.swing.fixture.JTreeFixture
-
Asserts that this fixture's
JTree's selected rows are equal to the given one.
- requireShowing() - Method in class org.fest.swing.core.AbstractComponentMatcher
-
Indicates whether the component to match has to be showing.
- requireShowing(boolean) - Method in class org.fest.swing.core.AbstractComponentMatcher
-
Updates the value of the flag that indicates if the component to match should be showing or not.
- requireShowing() - Method in enum org.fest.swing.core.ComponentLookupScope
-
Returns whether showing components are the only ones participating in component lookups.
- requireShowing() - Method in class org.fest.swing.fixture.ComponentFixture
-
Returns whether showing components are the only ones participating in a component lookup.
- requireShowingFromSettingsOr(boolean) - Method in class org.fest.swing.core.BasicComponentFinder
-
- requireShowingMatches(Component) - Method in class org.fest.swing.core.AbstractComponentMatcher
-
Indicates if the value of the "showing" property of the given component matches the value specified in this
matcher.
- requireSize(Component, Dimension) - Method in class org.fest.swing.driver.ComponentDriver
-
Asserts that the size of the
Component is equal to given one.
- requireSize(Dimension) - Method in class org.fest.swing.fixture.DialogFixture
-
Asserts that the size of this fixture's
Dialog is equal to given one.
- requireSize(int) - Method in class org.fest.swing.fixture.FontFixture
-
Verifies that the point size of this fixture's font is equal to the given one.
- requireSize(Dimension) - Method in class org.fest.swing.fixture.FrameFixture
-
Asserts that the size of this fixture's
Frame is equal to given one.
- requireSize(Dimension) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
Asserts that the size of this fixture's
JInternalFrame is equal to given one.
- requireSize(Dimension) - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
-
Asserts that the size of this fixture's window-like container is equal to given one.
- requireTabTitle(JTabbedPane, String, Index) - Method in class org.fest.swing.driver.JTabbedPaneDriver
-
Asserts that the title of the tab at the given index matches the given value.
- requireTabTitle(JTabbedPane, Pattern, Index) - Method in class org.fest.swing.driver.JTabbedPaneDriver
-
Asserts that the title of the tab at the given index matches the given regular expression pattern.
- requireTabTitles(JTabbedPane, String[]) - Method in class org.fest.swing.driver.JTabbedPaneDriver
-
Asserts that the tabs of the given
JTabbedPane have the given titles.
- requireTabTitles(String...) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Asserts that the tabs of this fixture's
JTabbedPane have the given titles.
- requireText(AbstractButton, String) - Method in class org.fest.swing.driver.AbstractButtonDriver
-
Asserts that the text in the given button is equal to or matches the specified String.
- requireText(AbstractButton, Pattern) - Method in class org.fest.swing.driver.AbstractButtonDriver
-
Asserts that the text in the given button matches the given regular expression pattern.
- requireText(JLabel, String) - Method in class org.fest.swing.driver.JLabelDriver
-
Asserts that the text of the
JLabel is equal to the specified
String.
- requireText(JLabel, Pattern) - Method in class org.fest.swing.driver.JLabelDriver
-
Asserts that the text of the
JLabel matches the given regular expression pattern.
- requireText(JProgressBar, String) - Method in class org.fest.swing.driver.JProgressBarDriver
-
Asserts that the text of the
JProgressBar is equal to the specified
String.
- requireText(JProgressBar, Pattern) - Method in class org.fest.swing.driver.JProgressBarDriver
-
Asserts that the text of the
JProgressBar matches the given regular expression pattern.
- requireText(JTextComponent, String) - Method in class org.fest.swing.driver.JTextComponentDriver
-
Asserts that the text in the given
JTextComponent is equal to the specified value.
- requireText(JTextComponent, Pattern) - Method in class org.fest.swing.driver.JTextComponentDriver
-
Asserts that the text in the given
JTextComponent matches the given regular expression
pattern.
- requireText(T, String) - Method in interface org.fest.swing.driver.TextDisplayDriver
-
Asserts that the text in the given component is equal to or matches the specified String.
- requireText(T, Pattern) - Method in interface org.fest.swing.driver.TextDisplayDriver
-
Asserts that the text in the given component matches the given regular expression pattern.
- requireText(String) - Method in class org.fest.swing.fixture.JButtonFixture
-
Asserts that the text of this fixture's
JButton matches the specified value.
- requireText(Pattern) - Method in class org.fest.swing.fixture.JButtonFixture
-
Asserts that the text of this fixture's
JButton matches the given regular expression pattern.
- requireText(String) - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Asserts that the text of this fixture's
JCheckBox is equal to or matches the specified
String.
- requireText(Pattern) - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Asserts that the text of this fixture's
JCheckBox matches the given regular expression pattern.
- requireText(String) - Method in class org.fest.swing.fixture.JLabelFixture
-
Asserts that the text of this fixture's
JLabel is equal to the specified
String.
- requireText(Pattern) - Method in class org.fest.swing.fixture.JLabelFixture
-
Asserts that the text of this fixture's
JLabel matches the given regular expression pattern.
- requireText(String) - Method in class org.fest.swing.fixture.JProgressBarFixture
-
Asserts that the text of this fixture's
JProgressBar is equal to the specified
String.
- requireText(Pattern) - Method in class org.fest.swing.fixture.JProgressBarFixture
-
Asserts that the text of this fixture's
JProgressBar matches the given regular expression
pattern.
- requireText(String) - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
Asserts that the text of this fixture's
JRadioButton matches the specified value.
- requireText(Pattern) - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
Asserts that the text of this fixture's
JRadioButton matches the given regular expression
pattern.
- requireText(String) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Asserts that the text of this fixture's
JTextComponent is equal to the specified value.
- requireText(Pattern) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Asserts that the text of this fixture's
JTextComponent matches the given regular expression
pattern.
- requireText(String) - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
Asserts that the text of this fixture's
JToggleButton matches the specified value.
- requireText(Pattern) - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
Asserts that the text of this fixture's
JToggleButton matches the given regular expression
pattern.
- requireText(String) - Method in interface org.fest.swing.fixture.TextDisplayFixture
-
Asserts that the text of this fixture's
Component is equal to or matches the specified
String.
- requireText(Pattern) - Method in interface org.fest.swing.fixture.TextDisplayFixture
-
Asserts that the text of this fixture's
Component matches the given regular expression
pattern.
- requireTitle(JOptionPane, String) - Method in class org.fest.swing.driver.JOptionPaneDriver
-
Asserts that the title in the given
JOptionPane matches the given value.
- requireTitle(JOptionPane, Pattern) - Method in class org.fest.swing.driver.JOptionPaneDriver
-
Asserts that the title in the given
JOptionPane matches the given regular expression pattern.
- requireTitle(String) - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Asserts that the title of this fixture's
JOptionPane matches the given value.
- requireTitle(Pattern) - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Asserts that the title of this fixture's
JOptionPane matches the given regular expression
pattern.
- requireTitle(String, Index) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Asserts that the title of the tab at the given index matches the given value.
- requireTitle(Pattern, Index) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Asserts that the title of the tab at the given index matches the given regular expression pattern.
- requireToolTip(JComponent, String) - Method in class org.fest.swing.driver.JComponentDriver
-
Asserts that the toolTip in the given
JComponent matches the given value.
- requireToolTip(JComponent, Pattern) - Method in class org.fest.swing.driver.JComponentDriver
-
Asserts that the toolTip in the given
JComponent matches the given regular expression pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JButtonFixture
-
Asserts that the toolTip in this fixture's
JButton matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JButtonFixture
-
Asserts that the toolTip in this fixture's
JButton matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Asserts that the toolTip in this fixture's
JCheckBox matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Asserts that the toolTip in this fixture's
JCheckBox matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Asserts that the toolTip in this fixture's
JComboBox matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Asserts that the toolTip in this fixture's
JComboBox matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
Asserts that the toolTip in this fixture's
JInternalFrame matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
Asserts that the toolTip in this fixture's
JInternalFrame matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JLabelFixture
-
Asserts that the toolTip in this fixture's
JLabel matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JLabelFixture
-
Asserts that the toolTip in this fixture's
JLabel matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JListFixture
-
Asserts that the toolTip in this fixture's
JList matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JListFixture
-
Asserts that the toolTip in this fixture's
JList matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JPanelFixture
-
Asserts that the toolTip in this fixture's
JPanel matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JPanelFixture
-
Asserts that the toolTip in this fixture's
JPanel matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JProgressBarFixture
-
Asserts that the toolTip in this fixture's
JProgressBar matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JProgressBarFixture
-
Asserts that the toolTip in this fixture's
JProgressBar matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
Asserts that the toolTip in this fixture's
JRadioButton matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
Asserts that the toolTip in this fixture's
JRadioButton matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Asserts that the toolTip in this fixture's
JScrollBar matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Asserts that the toolTip in this fixture's
JScrollBar matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
Asserts that the toolTip in this fixture's
JScrollPane matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
Asserts that the toolTip in this fixture's
JScrollPane matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JSliderFixture
-
Asserts that the toolTip in this fixture's
JSlider matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JSliderFixture
-
Asserts that the toolTip in this fixture's
JSlider matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Asserts that the toolTip in this fixture's
JSpinner matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Asserts that the toolTip in this fixture's
JSpinner matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Asserts that the toolTip in this fixture's
JSplitPane matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Asserts that the toolTip in this fixture's
JSplitPane matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Asserts that the toolTip in this fixture's
JTabbedPane matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Asserts that the toolTip in this fixture's
JTabbedPane matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that the toolTip in this fixture's
JTable matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that the toolTip in this fixture's
JTable matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JTableHeaderFixture
-
Asserts that the toolTip in this fixture's
JTableHeader matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JTableHeaderFixture
-
Asserts that the toolTip in this fixture's
JTableHeader matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Asserts that the toolTip in this fixture's
JTextComponent matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Asserts that the toolTip in this fixture's
JTextComponent matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
Asserts that the toolTip in this fixture's
JToggleButton matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
Asserts that the toolTip in this fixture's
JToggleButton matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JToolBarFixture
-
Asserts that the toolTip in this fixture's
JToolBar matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JToolBarFixture
-
Asserts that the toolTip in this fixture's
JToolBar matches the given regular expression
pattern.
- requireToolTip(String) - Method in class org.fest.swing.fixture.JTreeFixture
-
Asserts that the toolTip in this fixture's
JTree matches the given value.
- requireToolTip(Pattern) - Method in class org.fest.swing.fixture.JTreeFixture
-
Asserts that the toolTip in this fixture's
JTree matches the given regular expression
pattern.
- requireToolTip(String) - Method in interface org.fest.swing.fixture.ToolTipDisplayFixture
-
Asserts that the toolTip in this fixture's GUI component matches the given value.
- requireToolTip(Pattern) - Method in interface org.fest.swing.fixture.ToolTipDisplayFixture
-
Asserts that the toolTip in this fixture's GUI component matches the given regular expression pattern.
- requireValue(JProgressBar, int) - Method in class org.fest.swing.driver.JProgressBarDriver
-
Verifies that the value of the given
JProgressBar is equal to the given one.
- requireValue(JScrollBar, int) - Method in class org.fest.swing.driver.JScrollBarDriver
-
Asserts that the value of the
JScrollBar is equal to the given one.
- requireValue(JSpinner, Object) - Method in class org.fest.swing.driver.JSpinnerDriver
-
Verifies that the value of the
JSpinner is equal to the given one.
- requireValue(int) - Method in class org.fest.swing.fixture.JProgressBarFixture
-
Asserts that the value of this fixture's
JProgressBar is equal to the given one.
- requireValue(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Asserts that the value of this fixture's
JScrollBar is equal to the given one.
- requireValue(Object) - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Verifies that the value of this fixture's
JSpinner is equal to the given one.
- requireValue(String) - Method in class org.fest.swing.fixture.JTableCellFixture
-
Asserts that the value of this fixture's table cell matches the given value.
- requireValue(Pattern) - Method in class org.fest.swing.fixture.JTableCellFixture
-
Asserts that the value of this fixture's table cell matches the given regular expression pattern.
- requireVisible(Component) - Method in class org.fest.swing.driver.ComponentDriver
-
- requireVisible() - Method in class org.fest.swing.fixture.DialogFixture
-
Asserts that this fixture's
Dialog is visible.
- requireVisible() - Method in class org.fest.swing.fixture.FrameFixture
-
Asserts that this fixture's
Frame is visible.
- requireVisible() - Method in class org.fest.swing.fixture.GenericComponentFixture
-
Asserts that this fixture's GUI component is visible.
- requireVisible() - Method in class org.fest.swing.fixture.JButtonFixture
-
Asserts that this fixture's
JButton is visible.
- requireVisible() - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Asserts that this fixture's
JCheckBox is visible.
- requireVisible() - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Asserts that this fixture's
JComboBox is visible.
- requireVisible() - Method in class org.fest.swing.fixture.JFileChooserFixture
-
- requireVisible() - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- requireVisible() - Method in class org.fest.swing.fixture.JLabelFixture
-
Asserts that this fixture's
JLabel is visible.
- requireVisible() - Method in class org.fest.swing.fixture.JListFixture
-
Asserts that this fixture's
JList is visible.
- requireVisible() - Method in class org.fest.swing.fixture.JMenuItemFixture
-
Asserts that this fixture's
JMenuItem is visible.
- requireVisible() - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
- requireVisible() - Method in class org.fest.swing.fixture.JPanelFixture
-
Asserts that this fixture's
JPanel is visible.
- requireVisible() - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
Asserts that this fixture's
JPopupMenu is visible.
- requireVisible() - Method in class org.fest.swing.fixture.JProgressBarFixture
-
- requireVisible() - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
- requireVisible() - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Asserts that this fixture's
JScrollBar is visible.
- requireVisible() - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
- requireVisible() - Method in class org.fest.swing.fixture.JSliderFixture
-
Asserts that this fixture's
JSlider.
- requireVisible() - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Asserts that this fixture's
JSpinner is visible.
- requireVisible() - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Asserts that this fixture's
JSplitPane is visible.
- requireVisible() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
- requireVisible() - Method in class org.fest.swing.fixture.JTableFixture
-
Asserts that this fixture's
JTable is visible.
- requireVisible() - Method in class org.fest.swing.fixture.JTextComponentFixture
-
- requireVisible() - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- requireVisible() - Method in class org.fest.swing.fixture.JToolBarFixture
-
Asserts that this fixture's
JToolBar is visible.
- requireVisible() - Method in class org.fest.swing.fixture.JTreeFixture
-
Asserts that this fixture's
JTree is visible.
- requireVisible() - Method in interface org.fest.swing.fixture.StateVerificationFixture
-
Asserts that this fixture's GUI component is visible.
- requireWarningMessage(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
-
Asserts that the
JOptionPane is displaying a warning message.
- requireWarningMessage() - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Asserts that this fixture's
JOptionPane is displaying a warning message.
- reset(boolean) - Method in class org.fest.swing.core.AbstractComponentMatcher
-
Resets the internal state of this matcher.
- reset(boolean) - Method in interface org.fest.swing.core.ResettableComponentMatcher
-
Resets the internal state of this matcher.
- ResettableComponentMatcher - Interface in org.fest.swing.core
-
Understands whether a
Component matches some desired criteria.
- resize(Container, int, int) - Method in class org.fest.swing.driver.ContainerDriver
-
- resize(JApplet, int, int) - Method in class org.fest.swing.driver.JAppletDriver
-
Requests the given
JApplet to be resized.
- resizeHeight(Container, int) - Method in class org.fest.swing.driver.ContainerDriver
-
- resizeHeightTo(JInternalFrame, int) - Method in class org.fest.swing.driver.JInternalFrameDriver
-
- resizeHeightTo(Window, int) - Method in class org.fest.swing.driver.WindowDriver
-
Resizes the
Window vertically.
- resizeHeightTo(int) - Method in class org.fest.swing.fixture.DialogFixture
-
Simulates a user resizing vertically this fixture's
Dialog.
- resizeHeightTo(int) - Method in class org.fest.swing.fixture.FrameFixture
-
Simulates a user resizing vertically this fixture's
Frame.
- resizeHeightTo(int) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- resizeHeightTo(int) - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
-
Simulates a user resizing vertically this fixture's window-like container.
- resizeTo(JInternalFrame, Dimension) - Method in class org.fest.swing.driver.JInternalFrameDriver
-
- resizeTo(Window, Dimension) - Method in class org.fest.swing.driver.WindowDriver
-
Resizes the
Window to the given size.
- resizeTo(Dimension) - Method in class org.fest.swing.fixture.DialogFixture
-
Simulates a user resizing this fixture's
Dialog.
- resizeTo(Dimension) - Method in class org.fest.swing.fixture.FrameFixture
-
Simulates a user resizing this fixture's
Frame.
- resizeTo(Dimension) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- resizeTo(Dimension) - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
-
Simulates a user resizing this fixture's window-like container.
- resizeWidth(Container, int) - Method in class org.fest.swing.driver.ContainerDriver
-
- resizeWidthTo(JInternalFrame, int) - Method in class org.fest.swing.driver.JInternalFrameDriver
-
- resizeWidthTo(Window, int) - Method in class org.fest.swing.driver.WindowDriver
-
Resizes the
Window horizontally.
- resizeWidthTo(int) - Method in class org.fest.swing.fixture.DialogFixture
-
Simulates a user resizing horizontally this fixture's
Dialog.
- resizeWidthTo(int) - Method in class org.fest.swing.fixture.FrameFixture
-
Simulates a user resizing horizontally this fixture's
Frame.
- resizeWidthTo(int) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- resizeWidthTo(int) - Method in interface org.fest.swing.fixture.WindowLikeContainerFixture
-
Simulates a user resizing horizontally this fixture's window-like container.
- rightButton() - Static method in class org.fest.swing.core.MouseClickInfo
-
Specifies that the right button should be clicked once.
- rightClick(Component) - Method in class org.fest.swing.core.BasicRobot
-
Simulates a user right-clicking the given
Component.
- rightClick(Component) - Method in interface org.fest.swing.core.Robot
-
Simulates a user right-clicking the given
Component.
- rightClick(Component) - Method in class org.fest.swing.driver.ComponentDriver
-
Simulates a user right-clicking the given
Component.
- rightClick() - Method in class org.fest.swing.fixture.DialogFixture
-
Simulates a user right-clicking this fixture's
Dialog.
- rightClick() - Method in class org.fest.swing.fixture.FrameFixture
-
Simulates a user right-clicking this fixture's
Frame.
- rightClick() - Method in class org.fest.swing.fixture.GenericComponentFixture
-
Simulates a user right-clicking this fixture's GUI component.
- rightClick() - Method in class org.fest.swing.fixture.JButtonFixture
-
Simulates a user right-clicking this fixture's
JButton.
- rightClick() - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Simulates a user right-clicking this fixture's
JCheckBox.
- rightClick() - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Simulates a user right-clicking this fixture's
JComboBox.
- rightClick() - Method in class org.fest.swing.fixture.JFileChooserFixture
-
Simulates a user right-clicking this fixture's
JFileChooser.
- rightClick() - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
- rightClick() - Method in class org.fest.swing.fixture.JLabelFixture
-
Simulates a user right-clicking this fixture's
JLabel.
- rightClick() - Method in class org.fest.swing.fixture.JListFixture
-
Simulates a user right-clicking this fixture's
JList.
- rightClick() - Method in class org.fest.swing.fixture.JListItemFixture
-
Simulates a user right-clicking this fixture's list item.
- rightClick() - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
Simulates a user right-clicking this fixture's
JOptionPane.
- rightClick() - Method in class org.fest.swing.fixture.JPanelFixture
-
Simulates a user right-clicking this fixture's
JPanel.
- rightClick() - Method in class org.fest.swing.fixture.JPopupMenuFixture
-
Simulates a user right-clicking this fixture's
JPopupMenu.
- rightClick() - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
Simulates a user right-clicking this fixture's
JRadioButton.
- rightClick() - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user right-clicking this fixture's
JScrollBar.
- rightClick() - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
Simulates a user right-clicking this fixture's
JScrollPane.
- rightClick() - Method in class org.fest.swing.fixture.JSliderFixture
-
Simulates a user right-clicking this fixture's
JSlider.
- rightClick() - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Simulates a user right-clicking this fixture's
JSpinner.
- rightClick() - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Simulates a user right-clicking this fixture's
JSplitPane.
- rightClick() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Simulates a user right-clicking this fixture's
JTabbedPane.
- rightClick() - Method in class org.fest.swing.fixture.JTableCellFixture
-
Simulates a user right-clicking this fixture's table cell.
- rightClick() - Method in class org.fest.swing.fixture.JTableFixture
-
Simulates a user right-clicking this fixture's
JTable.
- rightClick() - Method in class org.fest.swing.fixture.JTextComponentFixture
-
- rightClick() - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- rightClick() - Method in class org.fest.swing.fixture.JToolBarFixture
-
Simulates a user right-clicking this fixture's
JToolBar.
- rightClick() - Method in class org.fest.swing.fixture.JTreeFixture
-
Simulates a user right-clicking this fixture's
JTree.
- rightClick() - Method in class org.fest.swing.fixture.JTreePathFixture
-
Simulates a user right-clicking this fixture's tree node.
- rightClick() - Method in class org.fest.swing.fixture.JTreeRowFixture
-
Simulates a user right-clicking this fixture's tree node.
- rightClick() - Method in interface org.fest.swing.fixture.MouseInputSimulationFixture
-
Simulates a user right-clicking this fixture's GUI component.
- rightClickPath(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
-
Right-clicks the given path, expanding parent nodes if necessary.
- rightClickPath(String) - Method in class org.fest.swing.fixture.JTreeFixture
-
Right-clicks the given path, expanding parent nodes if necessary.
- rightClickRow(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
-
Right-clicks the given row.
- rightClickRow(int) - Method in class org.fest.swing.fixture.JTreeFixture
-
Right-clicks the given row.
- Robot - Interface in org.fest.swing.core
-
Understands simulation of user events on a GUI
Component.
- robot - Variable in class org.fest.swing.driver.AbstractJTableCellWriter
-
- robot - Variable in class org.fest.swing.driver.ComponentDriver
-
- robot - Variable in class org.fest.swing.fixture.ComponentFixture
-
- robot() - Method in class org.fest.swing.testing.FestSwingTestCaseTemplate
-
Returns this test's
Robot.
- RobotFactory - Class in org.fest.swing.util
-
Understands creation of AWT
Robots.
- RobotFactory() - Constructor for class org.fest.swing.util.RobotFactory
-
- robotWithCurrentAwtHierarchy() - Static method in class org.fest.swing.core.BasicRobot
-
Creates a new
Robot that has access to all the GUI components in the AWT hierarchy.
- robotWithNewAwtHierarchy() - Static method in class org.fest.swing.core.BasicRobot
-
Creates a new
Robot with a new AWT hierarchy.
- root() - Method in class org.fest.swing.hierarchy.SingleComponentHierarchy
-
Returns the root component in this hierarchy.
- roots() - Method in interface org.fest.swing.hierarchy.ComponentHierarchy
-
Provides all root containers in the hierarchy.
- roots() - Method in class org.fest.swing.hierarchy.ExistingHierarchy
-
Provides all root containers in the hierarchy.
- roots() - Method in class org.fest.swing.hierarchy.NewHierarchy
-
Returns all available root containers, excluding those which have been filtered.
- roots() - Method in class org.fest.swing.hierarchy.SingleComponentHierarchy
-
Returns a collection containing only the root
Component in this hierarchy.
- rootWindows() - Method in class org.fest.swing.monitor.WindowMonitor
-
Return all available root windows.
- rotateMouseWheel(Component, int) - Method in class org.fest.swing.core.BasicRobot
-
Moves the mouse pointer over to the given
Component and rotates the scroll wheel on
wheel-equipped mice.
- rotateMouseWheel(int) - Method in class org.fest.swing.core.BasicRobot
-
Rotates the scroll wheel on wheel-equipped mice.
- rotateMouseWheel(Component, int) - Method in interface org.fest.swing.core.Robot
-
Moves the mouse pointer over to the given
Component and rotates the scroll wheel on
wheel-equipped mice.
- rotateMouseWheel(int) - Method in interface org.fest.swing.core.Robot
-
Rotates the scroll wheel on wheel-equipped mice.
- row - Variable in class org.fest.swing.data.TableCell
-
The row of the cell.
- row(int) - Static method in class org.fest.swing.data.TableCell
-
Starting point for the creation of a
TableCell.
- row - Variable in class org.fest.swing.data.TableCellByColumnId
-
- row(int) - Static method in class org.fest.swing.data.TableCellByColumnId
-
- row() - Method in class org.fest.swing.fixture.JTableCellFixture
-
Returns the row index of this fixture's table cell.
- rowBoundsAndCoordinates(JTree, int) - Method in class org.fest.swing.driver.JTreeLocation
-
Returns the bounds and visible coordinates of the given row.
- rowCount() - Method in class org.fest.swing.fixture.JTableFixture
-
Returns the number of rows that can be shown in this fixture's
JTable, given unlimited space.
- rowCountOf(JTable) - Method in class org.fest.swing.driver.JTableDriver
-
Returns the number of rows that can be shown in the given
JTable, given unlimited space.
- rowWithValue(String...) - Static method in class org.fest.swing.data.TableCellInRowByValue
-
- run() - Method in class org.fest.swing.edt.GuiQuery
-
Executes the query in the event dispatch thread.
- run() - Method in class org.fest.swing.edt.GuiTask
-
Runs this task action and verifies that it is executed in the event dispatch thread.
- RunsInCurrentThread - Annotation Type in org.fest.swing.annotation
-
Understands an annotation that documents that a method is accessing GUI components in the current thread.
- RunsInEDT - Annotation Type in org.fest.swing.annotation
-
Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.
- saveComponentAsPng(Component, String) - Method in class org.fest.swing.image.ScreenshotTaker
-
Takes a screenshot of the given
Component and saves it as a PNG file.
- saveDesktopAsPng(String) - Method in class org.fest.swing.image.ScreenshotTaker
-
Takes a screenshot of the desktop and saves it as a PNG file.
- saveImage(BufferedImage, String) - Method in class org.fest.swing.image.ScreenshotTaker
-
Save the given image as a PNG file.
- ScreenLock - Class in org.fest.swing.lock
-
Understands a lock that each GUI test should acquire before being executed, to guarantee sequential execution of
GUI tests and to prevent GUI tests from blocking each other.
- ScreenLockException - Exception in org.fest.swing.exception
-
Understands an error thrown when acquiring or releasing a
ScreenLock.
- ScreenLockException(String) - Constructor for exception org.fest.swing.exception.ScreenLockException
-
- ScreenshotTaker - Class in org.fest.swing.image
-
Understands taking screenshots of the desktop and GUI components.
- ScreenshotTaker() - Constructor for class org.fest.swing.image.ScreenshotTaker
-
- scrollBar() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- scrollBar(GenericTypeMatcher<? extends JScrollBar>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- scrollBar(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- scrollBar() - Method in class org.fest.swing.fixture.ContainerFixture
-
- scrollBar(GenericTypeMatcher<? extends JScrollBar>) - Method in class org.fest.swing.fixture.ContainerFixture
-
- scrollBar(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
- scrollBlockDown(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarDriver
-
Scrolls down (or right) one block (usually a page).
- scrollBlockDown(JScrollBar, int) - Method in class org.fest.swing.driver.JScrollBarDriver
-
Scrolls down (or right) one block (usually a page,) the given number of times.
- scrollBlockDown() - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling down one block (usually a page.)
- scrollBlockDown(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling down one block (usually a page,) the given number of times.
- scrollBlockUp(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarDriver
-
Scrolls up (or left) one block (usually a page).
- scrollBlockUp(JScrollBar, int) - Method in class org.fest.swing.driver.JScrollBarDriver
-
Scrolls up (or left) one block (usually a page,) the given number of times.
- scrollBlockUp() - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling up one block (usually a page.)
- scrollBlockUp(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling up one block (usually a page,) the given number of times.
- Scrolling - Class in org.fest.swing.core
-
Understands utility methods related to scrolling.
- Scrolling - Class in org.fest.swing.driver
-
- scrollPane() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- scrollPane(GenericTypeMatcher<? extends JScrollPane>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- scrollPane(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- scrollPane() - Method in class org.fest.swing.fixture.ContainerFixture
-
- scrollPane(GenericTypeMatcher<? extends JScrollPane>) - Method in class org.fest.swing.fixture.ContainerFixture
-
- scrollPane(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
- scrollTo(JScrollBar, int) - Method in class org.fest.swing.driver.JScrollBarDriver
-
Scrolls to the given position.
- scrollTo(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling to the given position.
- scrollToCell(JTable, int, int, JTableLocation) - Static method in class org.fest.swing.driver.AbstractJTableCellWriter
-
Scrolls the given
JTable to the given cell.
- scrollToMaximum(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarDriver
-
Scrolls to the maximum position of the given
JScrollBar.
- scrollToMaximum() - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling to the maximum position of this fixture's
JScrollBar.
- scrollToMinimum(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarDriver
-
Scrolls to the minimum position of the given
JScrollBar.
- scrollToMinimum() - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling to the minimum position of this fixture's
JScrollBar.
- scrollToVisible(Robot, JComponent) - Static method in class org.fest.swing.core.Scrolling
-
Scrolls a
JComponent into view within a container.
- scrollToVisible(JComponent, Rectangle) - Method in class org.fest.swing.driver.JComponentDriver
-
- scrollToVisible(Robot, JComponent) - Static method in class org.fest.swing.driver.Scrolling
-
Deprecated.
Scrolls a
JComponent into view within a container.
- scrollUnitDown(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarDriver
-
Scrolls down (or right) one unit (usually a line).
- scrollUnitDown(JScrollBar, int) - Method in class org.fest.swing.driver.JScrollBarDriver
-
Scrolls down (or right) one unit (usually a line,) the given number of times.
- scrollUnitDown() - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling down one unit (usually a line.)
- scrollUnitDown(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling down one unit (usually a line,) the given number of times.
- scrollUnitUp(JScrollBar) - Method in class org.fest.swing.driver.JScrollBarDriver
-
Scrolls up (or left) one unit (usually a line).
- scrollUnitUp(JScrollBar, int) - Method in class org.fest.swing.driver.JScrollBarDriver
-
Scrolls up (or left) one unit (usually a line,) the given number of times.
- scrollUnitUp() - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling up one unit (usually a line.)
- scrollUnitUp(int) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling up one unit (usually a line,) the given number of times.
- select(AbstractButton) - Method in class org.fest.swing.driver.AbstractButtonDriver
-
Selects the given button only it is not already selected.
- select() - Method in interface org.fest.swing.fixture.ItemFixture
-
Simulates a user selecting this fixture's item.
- select() - Method in class org.fest.swing.fixture.JListItemFixture
-
Simulates a user selecting this fixture's list item.
- select(Object) - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Selects the given value in this fixture's
JSpinner.
- select() - Method in class org.fest.swing.fixture.JTableCellFixture
-
Simulates a user selecting this fixture's table cell.
- select(String) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Simulates a user selecting the given text contained in this fixture's
JTextComponent.
- select() - Method in class org.fest.swing.fixture.JTreePathFixture
-
Selects the this fixture's tree node, expanding parent nodes if necessary.
- select() - Method in class org.fest.swing.fixture.JTreeRowFixture
-
Selects the this fixture's tree node, expanding parent nodes if necessary.
- select(String) - Method in interface org.fest.swing.fixture.TextInputFixture
-
Simulates a user selecting the given text contained in the
Component managed by this fixture.
- selectAll(JTextComponent) - Method in class org.fest.swing.driver.JTextComponentDriver
-
- selectAll() - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Simulates a user selecting all the text contained in this fixture's
JTextComponent.
- selectAll() - Method in interface org.fest.swing.fixture.TextInputFixture
-
Simulates a user selecting all the text contained in the
Component managed by this fixture.
- selectAllText(JComboBox) - Method in class org.fest.swing.driver.JComboBoxDriver
-
Simulates a user selecting the text in the
JComboBox.
- selectAllText() - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Simulates a user selecting the text in the
JComboBox.
- selectCell(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
-
Selects the given cell, if it is not selected already.
- selectCell(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
-
Simulates a user selecting the given cell (row and column) of this fixture's
JTable.
- selectCells(JTable, TableCell[]) - Method in class org.fest.swing.driver.JTableDriver
-
Selects the given cells of the
JTable.
- selectCells(TableCell...) - Method in class org.fest.swing.fixture.JTableFixture
-
Simulates a user selecting the given cells of this fixture's
JTable.
- selectedComponent() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Returns the currently selected component for this fixture's
JTabbedPane.
- selectedComponentOf(JTabbedPane) - Method in class org.fest.swing.driver.JTabbedPaneDriver
-
Returns the currently selected component for the given
JTabbedPane.
- selectedRow() - Static method in class org.fest.swing.data.TableCellInSelectedRow
-
- selectFile(JFileChooser, File) - Method in class org.fest.swing.driver.JFileChooserDriver
-
- selectFile(File) - Method in class org.fest.swing.fixture.JFileChooserFixture
-
- selectFiles(JFileChooser, File[]) - Method in class org.fest.swing.driver.JFileChooserDriver
-
- selectFiles(File...) - Method in class org.fest.swing.fixture.JFileChooserFixture
-
- selection() - Method in class org.fest.swing.fixture.JListFixture
-
Returns the
String representation of the selected elements in this fixture's
JList, using this fixture's
JListCellReader.
- selectionOf(JList) - Method in class org.fest.swing.driver.JListDriver
-
Returns an array of
Strings that represents the selection in the given
JList,
using this driver's
JListCellReader.
- selectionValue(JTable) - Method in class org.fest.swing.driver.JTableDriver
-
Returns the
String representation of the value of the selected cell, using this driver's
JTableCellReader.
- selectionValue() - Method in class org.fest.swing.fixture.JTableFixture
-
Returns the
String representation of the selected cell in this fixture's
JTable,
using this fixture's
JTableCellReader.
- selectItem(JComboBox, String) - Method in class org.fest.swing.driver.JComboBoxDriver
-
Selects the first item matching the given text in the
JComboBox.
- selectItem(JComboBox, Pattern) - Method in class org.fest.swing.driver.JComboBoxDriver
-
Selects the first item matching the given regular expression pattern in the
JComboBox.
- selectItem(JComboBox, int) - Method in class org.fest.swing.driver.JComboBoxDriver
-
Selects the item under the given index in the
JComboBox.
- selectItem(JList, String) - Method in class org.fest.swing.driver.JListDriver
-
Selects the item in the given
JList whose value matches the given one.
- selectItem(JList, Pattern) - Method in class org.fest.swing.driver.JListDriver
-
Selects the item in the given
JList whose value matches the given regular expression pattern.
- selectItem(JList, int) - Method in class org.fest.swing.driver.JListDriver
-
Selects the item under the given index using left mouse button once.
- selectItem(int) - Method in interface org.fest.swing.fixture.ItemGroupFixture
-
Simulates a user selecting an item in this fixture's
Component.
- selectItem(String) - Method in interface org.fest.swing.fixture.ItemGroupFixture
-
Simulates a user selecting an item in this fixture's
Component.
- selectItem(Pattern) - Method in interface org.fest.swing.fixture.ItemGroupFixture
-
Simulates a user selecting an item in this fixture's
Component.
- selectItem(int) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Simulates a user selecting an item in this fixture's
JComboBox.
- selectItem(String) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Simulates a user selecting an item in this fixture's
JComboBox.
- selectItem(Pattern) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Simulates a user selecting an item in this fixture's
JComboBox.
- selectItem(int) - Method in class org.fest.swing.fixture.JListFixture
-
Simulates a user selecting an item in this fixture's
JList.
- selectItem(String) - Method in class org.fest.swing.fixture.JListFixture
-
Simulates a user selecting an item in this fixture's
JList.
- selectItem(Pattern) - Method in class org.fest.swing.fixture.JListFixture
-
Simulates a user selecting an item in this fixture's
JList.
- selectItems(JList, String[]) - Method in class org.fest.swing.driver.JListDriver
-
Selects the items matching the given values.
- selectItems(JList, Pattern[]) - Method in class org.fest.swing.driver.JListDriver
-
Selects the items matching the given regular expression patterns.
- selectItems(JList, int[]) - Method in class org.fest.swing.driver.JListDriver
-
Selects the items under the given indices.
- selectItems(JList, Range.From, Range.To) - Method in class org.fest.swing.driver.JListDriver
-
Selects the items in the specified range.
- selectItems(JList, int, int) - Method in class org.fest.swing.driver.JListDriver
-
Selects the items in the specified range.
- selectItems(Range.From, Range.To) - Method in class org.fest.swing.fixture.JListFixture
-
Simulates a user selecting the items (in the specified range) in this fixture's
JList.
- selectItems(int...) - Method in class org.fest.swing.fixture.JListFixture
-
Simulates a user selecting the specified items in this fixture's
JList.
- selectItems(String...) - Method in class org.fest.swing.fixture.JListFixture
-
Simulates a user selecting the specified items in this fixture's
JList.
- selectItems(Pattern...) - Method in class org.fest.swing.fixture.JListFixture
-
Simulates a user selecting the specified items in this fixture's
JList.
- selectPath(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
-
Selects the given path, expanding parent nodes if necessary.
- selectPath(String) - Method in class org.fest.swing.fixture.JTreeFixture
-
Selects the given path, expanding parent nodes if necessary.
- selectPaths(JTree, String[]) - Method in class org.fest.swing.driver.JTreeDriver
-
Selects the given paths, expanding parent nodes if necessary.
- selectPaths(String...) - Method in class org.fest.swing.fixture.JTreeFixture
-
Select the given paths, expanding parent nodes if necessary.
- selectRow(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
-
Selects the given row.
- selectRow(int) - Method in class org.fest.swing.fixture.JTreeFixture
-
Simulates a user selecting the tree node at the given row.
- selectRows(JTable, int...) - Method in class org.fest.swing.driver.JTableDriver
-
Simulates a user selecting the given rows in the given
JTable.
- selectRows(JTree, int[]) - Method in class org.fest.swing.driver.JTreeDriver
-
Selects the given rows.
- selectRows(int...) - Method in class org.fest.swing.fixture.JTableFixture
-
Simulates a user selecting the given rows in this fixture's
JTable.
- selectRows(int...) - Method in class org.fest.swing.fixture.JTreeFixture
-
Simulates a user selecting the tree nodes at the given rows.
- selectTab(JTabbedPane, String) - Method in class org.fest.swing.driver.JTabbedPaneDriver
-
Simulates a user selecting the tab containing the given title.
- selectTab(JTabbedPane, Pattern) - Method in class org.fest.swing.driver.JTabbedPaneDriver
-
Simulates a user selecting the tab whose title matches the given regular expression pattern.
- selectTab(JTabbedPane, int) - Method in class org.fest.swing.driver.JTabbedPaneDriver
-
Simulates a user selecting the tab located at the given index.
- selectTab(int) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Simulates a user selecting the tab located at the given index.
- selectTab(String) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Simulates a user selecting the tab whose title matches the given value.
- selectTab(Pattern) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Simulates a user selecting the tab whose title matches the given regular expression pattern.
- selectText(JTextComponent, String) - Method in class org.fest.swing.driver.JTextComponentDriver
-
Select the given text range.
- selectText(JTextComponent, int, int) - Method in class org.fest.swing.driver.JTextComponentDriver
-
Select the given text range.
- selectText(int, int) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Simulates a user selecting a portion of the text contained in this fixture's
JTextComponent.
- selectText(int, int) - Method in interface org.fest.swing.fixture.TextInputFixture
-
Simulates a user selecting a portion of the text contained in the
Component managed by this
fixture.
- selectValue(JSpinner, Object) - Method in class org.fest.swing.driver.JSpinnerDriver
-
Selects the given value in the given
JSpinner.
- separator() - Method in class org.fest.swing.driver.JTreeDriver
-
Returns the separator to use when converting
TreePaths to
Strings.
- separator(String) - Method in class org.fest.swing.driver.JTreeDriver
-
Updates the separator to use when converting
TreePaths to
Strings.
- separator() - Method in class org.fest.swing.fixture.JTreeFixture
-
Returns the separator to use when converting
TreePaths to
Strings.
- separator(String) - Method in class org.fest.swing.fixture.JTreeFixture
-
Updates the separator to use when converting
TreePaths to
Strings.
- setCurrentDirectory(JFileChooser, File) - Method in class org.fest.swing.driver.JFileChooserDriver
-
Sets the current directory in the
JFileChooser to the given one.
- setCurrentDirectory(File) - Method in class org.fest.swing.fixture.JFileChooserFixture
-
Sets the current directory of this fixture's
JFileChooser to the given one.
- setStream(String, InputStream) - Method in class org.fest.swing.applet.BasicAppletContext
-
Associates the specified stream with the specified key in this applet context.
- setText(JTextComponent, String) - Method in class org.fest.swing.driver.JTextComponentDriver
-
- setText(String) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
- settings() - Method in class org.fest.swing.core.BasicRobot
-
Returns the configuration settings for this
Robot.
- settings() - Method in interface org.fest.swing.core.Robot
-
Returns the configuration settings for this
Robot.
- Settings - Class in org.fest.swing.core
-
Understands configuration settings.
- Settings() - Constructor for class org.fest.swing.core.Settings
-
- settings() - Method in class org.fest.swing.driver.ComponentDriver
-
- setUpRobot() - Method in class org.fest.swing.testing.FestSwingTestCaseTemplate
-
Creates this test's
Robot using a new AWT hierarchy.
- show(Window) - Method in class org.fest.swing.driver.WindowDriver
-
- show(Window, Dimension) - Method in class org.fest.swing.driver.WindowDriver
-
Shows the
Window, resized to the given size.
- show() - Method in class org.fest.swing.fixture.DialogFixture
-
- show(Dimension) - Method in class org.fest.swing.fixture.DialogFixture
-
Shows this fixture's
Dialog, resized to the given size.
- show() - Method in class org.fest.swing.fixture.FrameFixture
-
Shows this fixture's
Frame.
- show(Dimension) - Method in class org.fest.swing.fixture.FrameFixture
-
Shows this fixture's
Frame, resized to the given size.
- show() - Method in class org.fest.swing.fixture.WindowFixture
-
- show(Dimension) - Method in class org.fest.swing.fixture.WindowFixture
-
Shows this fixture's
Window, resized to the given size.
- showDocument(URL) - Method in class org.fest.swing.applet.BasicAppletContext
-
Not implemented.
- showDocument(URL, String) - Method in class org.fest.swing.applet.BasicAppletContext
-
Not implemented.
- showInFrame(Container) - Static method in class org.fest.swing.fixture.Containers
-
- showPopupMenu(Component) - Method in class org.fest.swing.core.BasicRobot
-
Shows a pop-up menu.
- showPopupMenu(Component, Point) - Method in class org.fest.swing.core.BasicRobot
-
Shows a pop-up menu at the given coordinates.
- showPopupMenu(Component) - Method in interface org.fest.swing.core.Robot
-
Shows a pop-up menu.
- showPopupMenu(Component, Point) - Method in interface org.fest.swing.core.Robot
-
Shows a pop-up menu at the given coordinates.
- showPopupMenu(JList, String) - Method in class org.fest.swing.driver.JListDriver
-
Shows a pop-up menu at the location of the specified item in the
JList.
- showPopupMenu(JList, Pattern) - Method in class org.fest.swing.driver.JListDriver
-
Shows a pop-up menu at the location of the specified item in the
JList.
- showPopupMenu(JList, int) - Method in class org.fest.swing.driver.JListDriver
-
Shows a pop-up menu at the location of the specified item in the
JList.
- showPopupMenu(JTableHeader, int) - Method in class org.fest.swing.driver.JTableHeaderDriver
-
Shows a pop-up menu at the given column.
- showPopupMenu(JTableHeader, String) - Method in class org.fest.swing.driver.JTableHeaderDriver
-
Shows a pop-up menu at the given column.
- showPopupMenu(JTableHeader, Pattern) - Method in class org.fest.swing.driver.JTableHeaderDriver
-
Shows a pop-up menu at the column whose name matches the given regular expression pattern.
- showPopupMenu(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
-
Shows a pop-up menu at the position of the node in the given row.
- showPopupMenu(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
-
Shows a pop-up menu at the position of the last node in the given path.
- showPopupMenu() - Method in class org.fest.swing.fixture.DialogFixture
-
Shows a pop-up menu using this fixture's
Dialog as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.FrameFixture
-
Shows a pop-up menu using this fixture's
Frame as the invoker of the pop-up menu.
- showPopupMenu() - Method in interface org.fest.swing.fixture.ItemFixture
-
Shows a pop-up menu using this fixture's item as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JButtonFixture
-
Shows a pop-up menu using this fixture's
JButton as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Shows a pop-up menu using this fixture's
JCheckBox as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Shows a pop-up menu using this fixture's
JComboBox as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
Shows a pop-up menu using this fixture's
JInternalFrame as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JLabelFixture
-
Shows a pop-up menu using this fixture's
JLabel as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JListFixture
-
Shows a pop-up menu using this fixture's
JList as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JListItemFixture
-
Shows a pop-up menu using this fixture's list item as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JPanelFixture
-
Shows a pop-up menu using this fixture's
JPanel as the invoker of the pop-up menu.
- showPopupMenu() - Method in interface org.fest.swing.fixture.JPopupMenuInvokerFixture
-
Shows a pop-up menu using this fixture's
Component as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
Shows a pop-up menu using this fixture's
JRadioButton as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Shows a pop-up menu using this fixture's
JScrollBar as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
Shows a pop-up menu using this fixture's
JScrollPane as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JSliderFixture
-
Shows a pop-up menu using this fixture's
JSlider as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Shows a pop-up menu using this fixture's
JSpinner as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Shows a pop-up menu using this fixture's
JSplitPane as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Shows a pop-up menu using this fixture's
JTabbedPane as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JTableCellFixture
-
Shows a pop-up menu using this fixture's table cell as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JTableFixture
-
Shows a pop-up menu using this fixture's
JTable as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Shows a pop-up menu using this fixture's
JTextComponent as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
Shows a pop-up menu using this fixture's
JToggleButton as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JToolBarFixture
-
Shows a pop-up menu using this fixture's
JToolBar as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JTreeFixture
-
Shows a pop-up menu using this fixture's
JTree as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JTreePathFixture
-
Shows a pop-up menu using this fixture's tree node as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.fest.swing.fixture.JTreeRowFixture
-
Shows a pop-up menu using this fixture's tree node as the invoker of the pop-up menu.
- showPopupMenuAt(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
-
Shows a pop-up menu at the given table cell.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.DialogFixture
-
Shows a pop-up menu at the given point using this fixture's
Dialog as the invoker of the
pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.FrameFixture
-
Shows a pop-up menu at the given point using this fixture's
Frame as the invoker of the
pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JButtonFixture
-
Shows a pop-up menu at the given point using this fixture's
JButton as the invoker of the
pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Shows a pop-up menu at the given point using this fixture's
JCheckBox as the invoker of the
pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
Shows a pop-up menu at the given point using this fixture's
JComboBox as the invoker of the
pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JInternalFrameFixture
-
Shows a pop-up menu at the given point using this fixture's
JInternalFrame as the invoker of
the pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JLabelFixture
-
Shows a pop-up menu at the given point using this fixture's
JLabel as the invoker of the
pop-up menu.
- showPopupMenuAt(int) - Method in class org.fest.swing.fixture.JListFixture
-
Shows a pop-up menu at the location of the specified item in this fixture's
JList.
- showPopupMenuAt(String) - Method in class org.fest.swing.fixture.JListFixture
-
Shows a pop-up menu at the location of the first item matching the given value in this fixture's
JList.
- showPopupMenuAt(Pattern) - Method in class org.fest.swing.fixture.JListFixture
-
Shows a pop-up menu at the location of the first item matching the given regular expression pattern in this
fixture's
JList.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JListFixture
-
Shows a pop-up menu at the given point using this fixture's
JList as the invoker of the pop-up
menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JPanelFixture
-
Shows a pop-up menu at the given point using this fixture's
JPanel as the invoker of the
pop-up menu.
- showPopupMenuAt(Point) - Method in interface org.fest.swing.fixture.JPopupMenuInvokerFixture
-
Shows a pop-up menu at the given point using this fixture's
Component as the invoker of the
pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
Shows a pop-up menu at the given point using this fixture's
JRadioButton as the invoker of the
pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JScrollBarFixture
-
Shows a pop-up menu at the given point using this fixture's
JScrollBar as the invoker of the
pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
Shows a pop-up menu at the given point using this fixture's
JScrollPane as the invoker of the
pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JSliderFixture
-
Shows a pop-up menu at the given point using this fixture's
JSlider as the invoker of the
pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Shows a pop-up menu at the given point using this fixture's
JSpinner as the invoker of the
pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JSplitPaneFixture
-
Shows a pop-up menu at the given point using this fixture's
JSplitPane as the invoker of the
pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Shows a pop-up menu at the given point using this fixture's
JTabbedPane as the invoker of the
pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JTableFixture
-
Shows a pop-up menu at the given point using this fixture's
JTable as the invoker of the
pop-up menu.
- showPopupMenuAt(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
-
Shows a pop-up menu at the given cell.
- showPopupMenuAt(int) - Method in class org.fest.swing.fixture.JTableHeaderFixture
-
Shows a pop-up menu using this fixture's
JTableHeader as the invoker of the pop-up menu.
- showPopupMenuAt(String) - Method in class org.fest.swing.fixture.JTableHeaderFixture
-
Shows a pop-up menu using this fixture's
JTableHeader as the invoker of the pop-up menu.
- showPopupMenuAt(Pattern) - Method in class org.fest.swing.fixture.JTableHeaderFixture
-
Shows a pop-up menu using this fixture's
JTableHeader as the invoker of the pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JTextComponentFixture
-
Shows a pop-up menu at the given point using this fixture's
JTextComponent as the invoker of
the pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
Shows a pop-up menu at the given point using this fixture's
JToggleButton as the invoker of
the pop-up menu.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JToolBarFixture
-
Shows a pop-up menu at the given point using this fixture's
JToolBar as the invoker of the
pop-up menu.
- showPopupMenuAt(int) - Method in class org.fest.swing.fixture.JTreeFixture
-
Shows a pop-up menu at the position of the node in the given row.
- showPopupMenuAt(String) - Method in class org.fest.swing.fixture.JTreeFixture
-
Shows a pop-up menu at the position of the last node in the given path.
- showPopupMenuAt(Point) - Method in class org.fest.swing.fixture.JTreeFixture
-
Shows a pop-up menu at the given point using this fixture's
JTree as the invoker of the
pop-up menu.
- showStatus(String) - Method in class org.fest.swing.applet.AppletViewer
-
Displays the given status message.
- showStatus(String) - Method in class org.fest.swing.applet.BasicAppletContext
-
Requests that the given status be displayed in this context's
StatusDisplay.
- showStatus(String) - Method in interface org.fest.swing.applet.StatusDisplay
-
Displays the given status message.
- showWindow(Window) - Method in class org.fest.swing.core.BasicRobot
-
Safely display a window with proper EDT synchronization.
- showWindow(Window, Dimension) - Method in class org.fest.swing.core.BasicRobot
-
Safely display a window with proper EDT synchronization.
- showWindow(Window, Dimension, boolean) - Method in class org.fest.swing.core.BasicRobot
-
Safely display a window with proper EDT synchronization.
- showWindow(Window) - Method in interface org.fest.swing.core.Robot
-
Safely display a window with proper EDT synchronization.
- showWindow(Window, Dimension) - Method in interface org.fest.swing.core.Robot
-
Safely display a window with proper EDT synchronization.
- showWindow(Window, Dimension, boolean) - Method in interface org.fest.swing.core.Robot
-
Safely display a window with proper EDT synchronization.
- SimpleFallbackExceptionHandler - Class in org.fest.swing.core
-
Understands an exception handler for AWT event thread, to make sure we can get a back-trace dump when running
FEST-Swing are terminated by a
EmergencyAbortListener.
- SimpleFallbackExceptionHandler() - Constructor for class org.fest.swing.core.SimpleFallbackExceptionHandler
-
- SingleComponentHierarchy - Class in org.fest.swing.hierarchy
-
Understands a component hierarchy created with a specified
Component as root.
- SingleComponentHierarchy(Container, ComponentHierarchy) - Constructor for class org.fest.swing.hierarchy.SingleComponentHierarchy
-
- sizeOf(Component) - Static method in class org.fest.swing.query.ComponentSizeQuery
-
- slide(JSlider, int) - Method in class org.fest.swing.driver.JSliderDriver
-
Slides the knob to the requested value.
- slider() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- slider(GenericTypeMatcher<? extends JSlider>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
Finds a
JSlider in this fixture's
Container, that matches the
specified search criteria.
- slider(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
Finds a
JSlider in this fixture's
Container, which name matches the
specified one.
- slider() - Method in class org.fest.swing.fixture.ContainerFixture
-
- slider(GenericTypeMatcher<? extends JSlider>) - Method in class org.fest.swing.fixture.ContainerFixture
-
Finds a
JSlider in this fixture's
Container, that matches the
specified search criteria.
- slider(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
Finds a
JSlider in this fixture's
Container, which name matches the
specified one.
- slideTo(int) - Method in class org.fest.swing.fixture.JSliderFixture
-
Simulates a user sliding this fixture's
JSlider to the given value.
- slideToMaximum(JSlider) - Method in class org.fest.swing.driver.JSliderDriver
-
Slides the knob to its maximum.
- slideToMaximum() - Method in class org.fest.swing.fixture.JSliderFixture
-
Simulates a user sliding this fixture's
JSlider to its maximum value.
- slideToMinimum(JSlider) - Method in class org.fest.swing.driver.JSliderDriver
-
Slides the knob to its minimum.
- slideToMinimum() - Method in class org.fest.swing.fixture.JSliderFixture
-
Simulates a user sliding this fixture's
JSlider to its minimum value.
- spinner() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- spinner(GenericTypeMatcher<? extends JSpinner>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
Finds a
JSpinner in this fixture's
Container, that matches the
specified search criteria.
- spinner(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- spinner() - Method in class org.fest.swing.fixture.ContainerFixture
-
- spinner(GenericTypeMatcher<? extends JSpinner>) - Method in class org.fest.swing.fixture.ContainerFixture
-
Finds a
JSpinner in this fixture's
Container, that matches the
specified search criteria.
- spinner(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
- splitPane() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- splitPane(GenericTypeMatcher<? extends JSplitPane>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- splitPane(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- splitPane() - Method in class org.fest.swing.fixture.ContainerFixture
-
- splitPane(GenericTypeMatcher<? extends JSplitPane>) - Method in class org.fest.swing.fixture.ContainerFixture
-
- splitPane(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
- start() - Method in class org.fest.swing.launcher.AppletLauncher
-
- start() - Method in class org.fest.swing.launcher.ApplicationLauncher
-
Starts the application.
- startCellEditing(JTable, int, int) - Method in interface org.fest.swing.cell.JTableCellWriter
-
Starts editing the given cell of the
JTable.
- startCellEditing(JTable, int, int) - Method in class org.fest.swing.driver.BasicJTableCellWriter
-
Starts editing the given cell of the
JTable.
- startCellEditing(JTable, int, int) - Method in class org.fest.swing.driver.JTableCheckBoxEditorCellWriter
-
Starts editing the given cell of the
JTable.
- startCellEditing(JTable, int, int) - Method in class org.fest.swing.driver.JTableComboBoxEditorCellWriter
-
Starts editing the given cell of the
JTable.
- startCellEditing(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
-
- startCellEditing(JTable, int, int) - Method in class org.fest.swing.driver.JTableTextComponentEditorCellWriter
-
Starts editing the given cell of the
JTable.
- startEditing() - Method in class org.fest.swing.fixture.JTableCellFixture
-
Starts editing this fixture's table cell.
- startListening(Toolkit, AWTEventListener, long) - Method in class org.fest.swing.input.EventNormalizer
-
Starts listening for events.
- startWatchWithTimeoutOf(long) - Static method in class org.fest.swing.util.TimeoutWatch
-
Creates and starts a new
TimeoutWatch with the given timeout.
- StateVerificationFixture - Interface in org.fest.swing.fixture
-
Understands state verification of a GUI component.
- StatusDisplay - Interface in org.fest.swing.applet
-
Understands how to display the state of an applet.
- stopCellEditing(JTable, int, int) - Method in interface org.fest.swing.cell.JTableCellWriter
-
Stops editing the given cell of the
JTable.
- stopCellEditing(JTable, int, int) - Method in class org.fest.swing.driver.AbstractJTableCellWriter
-
Stops editing the given cell of the
JTable.
- stopCellEditing(JTable, int, int) - Method in class org.fest.swing.driver.BasicJTableCellWriter
-
Stops editing the given cell of the
JTable.
- stopCellEditing(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
-
- stopEditing() - Method in class org.fest.swing.fixture.JTableCellFixture
-
Stops editing this fixture's table cell.
- stopListening() - Method in class org.fest.swing.input.EventNormalizer
-
Stops listening for events and disposes the delegate event listener.
- Strings - Class in org.fest.swing.util
-
Understands utility methods related to Strings.
- StringTextMatcher - Class in org.fest.swing.util
-
Understands matching text to a group of String values.
- StringTextMatcher(String...) - Constructor for class org.fest.swing.util.StringTextMatcher
-
- stub() - Method in class org.fest.swing.applet.AppletViewer
-
- supportedType() - Method in class org.fest.swing.core.GenericTypeMatcher
-
Returns the supported type of this matcher.
- System - Class in org.fest.swing.util
-
Deprecated.
Use Systems instead.
- tabbedPane() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- tabbedPane(GenericTypeMatcher<? extends JTabbedPane>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- tabbedPane(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- tabbedPane() - Method in class org.fest.swing.fixture.ContainerFixture
-
- tabbedPane(GenericTypeMatcher<? extends JTabbedPane>) - Method in class org.fest.swing.fixture.ContainerFixture
-
- tabbedPane(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
- table() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- table(GenericTypeMatcher<? extends JTable>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
Finds a
JTable in this fixture's
Container, that matches the
specified search criteria.
- table(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
Finds a
JTable in this fixture's
Container, which name matches the
specified one.
- table() - Method in class org.fest.swing.fixture.ContainerFixture
-
- table(GenericTypeMatcher<? extends JTable>) - Method in class org.fest.swing.fixture.ContainerFixture
-
Finds a
JTable in this fixture's
Container, that matches the
specified search criteria.
- table(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
Finds a
JTable in this fixture's
Container, which name matches the
specified one.
- TableCell - Class in org.fest.swing.data
-
Understands a cell in a
JTable.
- TableCell(int, int) - Constructor for class org.fest.swing.data.TableCell
-
- TableCell.TableCellBuilder - Class in org.fest.swing.data
-
- TableCellByColumnId - Class in org.fest.swing.data
-
Understands lookup of a cell in a
JTable by column identifier.
- TableCellByColumnId(int, Object) - Constructor for class org.fest.swing.data.TableCellByColumnId
-
- TableCellByColumnId.TableCellBuilder - Class in org.fest.swing.data
-
- TableCellFinder - Interface in org.fest.swing.data
-
Understands finding a cell in a
JTable.
- TableCellInRowByValue - Class in org.fest.swing.data
-
Understands lookup of a cell in the first row in
JTable whose values match the given ones.
- TableCellInRowByValue(String[], int) - Constructor for class org.fest.swing.data.TableCellInRowByValue
-
- TableCellInRowByValue.TableCellBuilder - Class in org.fest.swing.data
-
- TableCellInSelectedRow - Class in org.fest.swing.data
-
Understands lookup of a cell in the first selected row of a
JTable.
- TableCellInSelectedRow(int) - Constructor for class org.fest.swing.data.TableCellInSelectedRow
-
- TableCellInSelectedRow.TableCellBuilder - Class in org.fest.swing.data
-
- TableCellInSelectedRow.TableCellBuilder() - Constructor for class org.fest.swing.data.TableCellInSelectedRow.TableCellBuilder
-
- tableHeader() - Method in class org.fest.swing.fixture.JTableFixture
-
- tableHeaderOf(JTable) - Method in class org.fest.swing.driver.JTableDriver
-
- tabTitles(JTabbedPane) - Method in class org.fest.swing.driver.JTabbedPaneDriver
-
Returns the titles of all the tabs.
- tabTitles() - Method in class org.fest.swing.fixture.JTabbedPaneFixture
-
Returns the titles of all the tabs in this fixture's
JTabbedPane.
- takeDesktopScreenshot() - Method in class org.fest.swing.image.ScreenshotTaker
-
Takes a screenshot of the desktop.
- takeScreenshotOf(Component) - Method in class org.fest.swing.image.ScreenshotTaker
-
- target() - Method in class org.fest.swing.fixture.ColorFixture
-
Returns this fixture's color.
- target - Variable in class org.fest.swing.fixture.ComponentFixture
-
- target() - Method in class org.fest.swing.fixture.FontFixture
-
Returns this fixture's font.
- targetCastedTo(Class<C>) - Method in class org.fest.swing.fixture.ComponentFixture
-
Returns this fixture's
Component casted to the given sub-type.
- targetType() - Method in interface org.fest.swing.format.ComponentFormatter
-
Returns the type of
Component this formatter supports.
- targetType() - Method in class org.fest.swing.format.IntrospectionComponentFormatter
-
Returns the type of
Component this formatter supports.
- targetType() - Method in class org.fest.swing.format.JComboBoxFormatter
-
Indicates that this formatter supports
JComboBox only.
- targetType() - Method in class org.fest.swing.format.JFileChooserFormatter
-
- targetType() - Method in class org.fest.swing.format.JListFormatter
-
Indicates that this formatter supports
JList only.
- targetType() - Method in class org.fest.swing.format.JOptionPaneFormatter
-
Indicates that this formatter supports
JOptionPane only.
- targetType() - Method in class org.fest.swing.format.JTabbedPaneFormatter
-
Indicates that this formatter supports
JTabbedPane only.
- targetType() - Method in class org.fest.swing.format.JTableFormatter
-
Indicates that this formatter supports
JTable only.
- targetType() - Method in class org.fest.swing.format.JTreeFormatter
-
Indicates that this formatter supports
JTree only.
- test() - Method in class org.fest.swing.core.ComponentFoundCondition
-
Returns
true if a component that matches the search criteria in this condition's
ComponentMatcher can be found.
- test() - Method in class org.fest.swing.core.EdtSafeCondition
-
Checks if the condition has been satisfied.
- test() - Method in class org.fest.swing.driver.WaitForComponentToShowCondition
-
Indicates whether the
Component in this condition is showing on the screen or not.
- test() - Method in class org.fest.swing.timing.Condition
-
Checks if the condition has been satisfied.
- testInEDT() - Method in class org.fest.swing.core.EdtSafeCondition
-
Checks if the condition has been satisfied.
- text() - Method in class org.fest.swing.fixture.JButtonFixture
-
Returns the text of this fixture's
JButton.
- text() - Method in class org.fest.swing.fixture.JCheckBoxFixture
-
Returns the text of this fixture's
JCheckBox.
- text() - Method in class org.fest.swing.fixture.JLabelFixture
-
Returns the text of this fixture's
JLabel.
- text() - Method in class org.fest.swing.fixture.JProgressBarFixture
-
- text() - Method in class org.fest.swing.fixture.JRadioButtonFixture
-
- text() - Method in class org.fest.swing.fixture.JSpinnerFixture
-
Returns the text displayed by this fixture's
JSpinner.
- text() - Method in class org.fest.swing.fixture.JTextComponentFixture
-
- text() - Method in class org.fest.swing.fixture.JToggleButtonFixture
-
- text() - Method in interface org.fest.swing.fixture.TextDisplayFixture
-
Returns the text of this fixture's
Component.
- textBox(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
-
- textBox() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- textBox(GenericTypeMatcher<? extends JTextComponent>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
Finds a
JTextComponent in this fixture's
Container managed by this
fixture, that matches the specified search criteria.
- textBox(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- textBox() - Method in class org.fest.swing.fixture.ContainerFixture
-
- textBox(GenericTypeMatcher<? extends JTextComponent>) - Method in class org.fest.swing.fixture.ContainerFixture
-
Finds a
JTextComponent in this fixture's
Container managed by this
fixture, that matches the specified search criteria.
- textBox(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
- TextDisplayDriver<T extends Component> - Interface in org.fest.swing.driver
-
Understands functional testing of a
Component that displays text.
- TextDisplayFixture - Interface in org.fest.swing.fixture
-
Understands state verification and property value queries of GUI components that display text.
- TextInputFixture - Interface in org.fest.swing.fixture
-
Understands simulation of user events on GUI components that accept text input from the user.
- TextMatcher - Interface in org.fest.swing.util
-
Understands matching a given text to one or more values.
- textOf(AbstractButton) - Method in class org.fest.swing.driver.AbstractButtonDriver
-
Returns the text of the given button.
- textOf(JLabel) - Method in class org.fest.swing.driver.JLabelDriver
-
Returns the text of the given
JLabel.
- textOf(JProgressBar) - Method in class org.fest.swing.driver.JProgressBarDriver
-
- textOf(JSpinner) - Method in class org.fest.swing.driver.JSpinnerDriver
-
Returns the text displayed in the given
JSpinner.
- textOf(JTextComponent) - Method in class org.fest.swing.driver.JTextComponentDriver
-
- textOf(T) - Method in interface org.fest.swing.driver.TextDisplayDriver
-
Returns the text of the given component.
- ThreadSafeAction - Annotation Type in org.fest.swing.annotation
-
Understands an annotation that documents that a method is thread-safe.
- thumbLocation(JScrollBar, int) - Method in class org.fest.swing.driver.JScrollBarLocation
-
Returns the location where to move the mouse pointer to scroll to the given position.
- Timeout - Class in org.fest.swing.timing
-
Understands a timeout.
- timeout(long) - Static method in class org.fest.swing.timing.Timeout
-
- timeout(long, TimeUnit) - Static method in class org.fest.swing.timing.Timeout
-
- timeoutToBeVisible() - Method in class org.fest.swing.core.Settings
-
Returns the number of milliseconds to wait for a component to be visible.
- timeoutToBeVisible(int) - Method in class org.fest.swing.core.Settings
-
Updates the number of milliseconds to wait for a component to be visible.
- timeoutToFindPopup() - Method in class org.fest.swing.core.Settings
-
Returns the number of milliseconds to wait before failing to find a pop-up menu that should appear.
- timeoutToFindPopup(int) - Method in class org.fest.swing.core.Settings
-
Updates the number of milliseconds to wait before failing to find a pop-up menu that should appear.
- timeoutToFindSubMenu() - Method in class org.fest.swing.core.Settings
-
Returns the number of milliseconds to wait for a sub-menu to appear.
- timeoutToFindSubMenu(int) - Method in class org.fest.swing.core.Settings
-
Updates the number of milliseconds to wait for a sub-menu to appear.
- TimeoutWatch - Class in org.fest.swing.util
-
Understands a time counter with a timeout.
- times() - Method in class org.fest.swing.core.MouseClickInfo
-
- times(int) - Method in class org.fest.swing.core.MouseClickInfo
-
Specifies how many times the mouse button should be clicked.
- title(JOptionPane) - Method in class org.fest.swing.driver.JOptionPaneDriver
-
- title() - Method in class org.fest.swing.fixture.JOptionPaneFixture
-
- to - Variable in class org.fest.swing.util.GenericRange
-
Final value of this range.
- to(int) - Static method in class org.fest.swing.util.Range
-
Creates a new
Range.To, representing the ending value of a range.
- toggleButton() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- toggleButton(GenericTypeMatcher<? extends JToggleButton>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- toggleButton(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- toggleButton() - Method in class org.fest.swing.fixture.ContainerFixture
-
- toggleButton(GenericTypeMatcher<? extends JToggleButton>) - Method in class org.fest.swing.fixture.ContainerFixture
-
- toggleButton(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
- toggleRow(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
-
Change the open/closed state of the given row, if possible.
- toggleRow(int) - Method in class org.fest.swing.fixture.JTreeFixture
-
Simulates a user toggling the open/closed state of the tree node at the given row.
- toolBar() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- toolBar(GenericTypeMatcher<? extends JToolBar>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
Finds a
JToolBar in this fixture's
Container, that matches the
specified search criteria.
- toolBar(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- toolBar() - Method in class org.fest.swing.fixture.ContainerFixture
-
- toolBar(GenericTypeMatcher<? extends JToolBar>) - Method in class org.fest.swing.fixture.ContainerFixture
-
Finds a
JToolBar in this fixture's
Container, that matches the
specified search criteria.
- toolBar(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
- ToolTipDisplayFixture - Interface in org.fest.swing.fixture
-
Understands state verification of GUI components that display a tool-tip.
- toString() - Method in class org.fest.swing.core.LabelMatcher
-
- toString() - Method in class org.fest.swing.core.matcher.DialogMatcher
-
- toString() - Method in class org.fest.swing.core.matcher.FrameMatcher
-
- toString() - Method in class org.fest.swing.core.matcher.JButtonMatcher
-
- toString() - Method in class org.fest.swing.core.matcher.JLabelMatcher
-
- toString() - Method in class org.fest.swing.core.matcher.JTextComponentMatcher
-
- toString() - Method in class org.fest.swing.core.MouseClickInfo
-
- toString() - Method in class org.fest.swing.core.NameMatcher
-
- toString() - Method in class org.fest.swing.core.TypeMatcher
-
- toString() - Method in class org.fest.swing.data.Index
-
- toString() - Method in class org.fest.swing.data.TableCell
-
- toString() - Method in class org.fest.swing.data.TableCellByColumnId
-
- toString() - Method in class org.fest.swing.data.TableCellInRowByValue
-
- toString() - Method in class org.fest.swing.data.TableCellInSelectedRow
-
- toString() - Method in class org.fest.swing.driver.JMenuItemMatcher
-
- toString() - Method in class org.fest.swing.format.IntrospectionComponentFormatter
-
- toString() - Method in class org.fest.swing.keystroke.KeyStrokeMapping
-
- toString() - Method in class org.fest.swing.timing.Condition
-
Returns the String representation of this condition, which is its description.
- TransientWindowListener - Class in org.fest.swing.hierarchy
-
Understands automatic filtering of auto-generated Swing dialogs.
- translate(Component, int, int) - Static method in class org.fest.swing.awt.AWT
-
Translates the given coordinates to the location on screen of the given
Component.
- tree() - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
- tree(GenericTypeMatcher<? extends JTree>) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
Finds a
JTree in this fixture's
Container, that matches the
specified search criteria.
- tree(String) - Method in interface org.fest.swing.fixture.ComponentContainerFixture
-
Finds a
JTree in this fixture's
Container, which name matches the
specified one.
- tree() - Method in class org.fest.swing.fixture.ContainerFixture
-
- tree(GenericTypeMatcher<? extends JTree>) - Method in class org.fest.swing.fixture.ContainerFixture
-
Finds a
JTree in this fixture's
Container, that matches the
specified search criteria.
- tree(String) - Method in class org.fest.swing.fixture.ContainerFixture
-
Finds a
JTree in this fixture's
Container, which name matches the
specified one.
- Triple<I,II,III> - Class in org.fest.swing.util
-
Understands a tuple of size 3.
- Triple(I, II, III) - Constructor for class org.fest.swing.util.Triple
-
- TwoStateButtonFixture - Interface in org.fest.swing.fixture
-
Understands state verification of "two-state" buttons.
- type(char) - Method in class org.fest.swing.core.BasicRobot
-
Types the given character.
- type(char) - Method in interface org.fest.swing.core.Robot
-
Types the given character.
- TypeMatcher - Class in org.fest.swing.core
-
- TypeMatcher(Class<? extends Component>) - Constructor for class org.fest.swing.core.TypeMatcher
-
- TypeMatcher(Class<? extends Component>, boolean) - Constructor for class org.fest.swing.core.TypeMatcher
-
- validate(JTable, int, int) - Static method in class org.fest.swing.driver.AbstractJTableCellWriter
-
Validates that:
the given JTable is enabled and showing on the screen
the row and column indices are correct (not out of bounds)
the table cell at the given indices is editable
- validate(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
-
Validates that the given table cell is non null and its indices are not out of bounds.
- validateCellIndices(JTable, TableCell) - Static method in class org.fest.swing.driver.JTableCellValidator
-
Validates that the given table cell is non null and its indices are not out of bounds.
- validateCellIsEditable(JTable, int, int) - Static method in class org.fest.swing.driver.JTableCellValidator
-
Validates that the table cell in the given coordinates is editable.
- validateColumnIndex(JTable, int) - Static method in class org.fest.swing.driver.JTableCellValidator
-
Validates that the given column index exists in the given table.
- validateIndices(JTable, int, int) - Static method in class org.fest.swing.driver.JTableCellValidator
-
Validates the given indices regarding the given table.
- validateIsEnabled(Component) - Static method in class org.fest.swing.driver.ComponentStateValidator
-
- validateIsEnabledAndShowing(Component) - Static method in class org.fest.swing.driver.ComponentStateValidator
-
Asserts that the
Component is enabled and showing.
- validateIsShowing(Component) - Static method in class org.fest.swing.driver.ComponentStateValidator
-
Asserts that the
Component is showing on the screen.
- validateNotNull(TableCell) - Static method in class org.fest.swing.driver.JTableCellValidator
-
Validates that the given table cell is not null.
- validateNotNull(ComponentDriver) - Static method in class org.fest.swing.fixture.ComponentFixture
-
- validatePath(JTree, String) - Method in class org.fest.swing.driver.JTreeDriver
-
Verifies that the given node path exists.
- validateRow(JTree, int) - Method in class org.fest.swing.driver.JTreeDriver
-
Verifies that the given row index is valid.
- validateRowIndex(JTable, int) - Static method in class org.fest.swing.driver.JTableCellValidator
-
Validates that the given row index exists in the given table.
- validIndex(JTree, int) - Method in class org.fest.swing.driver.JTreeLocation
-
Validates that the given row index is valid.
- value - Variable in class org.fest.swing.data.Index
-
The value of this index.
- value(JComboBox, int) - Method in class org.fest.swing.driver.JComboBoxDriver
-
Returns the
String representation of the element under the given index, using this driver's
JComboBoxCellReader.
- value(JList, int) - Method in class org.fest.swing.driver.JListDriver
-
Returns the
String representation of the element under the given index, using this driver's
JListCellReader.
- value(JTable, TableCell) - Method in class org.fest.swing.driver.JTableDriver
-
Returns the
String representation of the value at the given cell, using this driver's
JTableCellReader.
- value(JTable, int, int) - Method in class org.fest.swing.driver.JTableDriver
-
Returns the
String representation of the value at the given row and column, using this driver's
JTableCellReader.
- value() - Method in class org.fest.swing.edt.GuiLazyLoadingDescription
-
- value() - Method in interface org.fest.swing.fixture.ItemFixture
-
Returns the String representation of this fixture's item, or null if one can not be
obtained.
- value() - Method in class org.fest.swing.fixture.JListItemFixture
-
- value() - Method in class org.fest.swing.fixture.JTableCellFixture
-
Returns the String representation of the value of this fixture's table cell.
- value - Variable in enum org.fest.swing.fixture.JToolBarFixture.UnfloatConstraint
-
- value() - Method in class org.fest.swing.fixture.JTreePathFixture
-
Returns the String representation of this fixture's tree node.
- value() - Method in class org.fest.swing.fixture.JTreeRowFixture
-
Returns the String representation of this fixture's tree node.
- value(String) - Method in class org.fest.swing.launcher.AppletParameter.AppletParameterBuilder
-
- value - Variable in class org.fest.swing.launcher.AppletParameter
-
- value - Variable in class org.fest.swing.util.Range.From
-
- value - Variable in class org.fest.swing.util.Range.To
-
- valueAt(JComboBox, int) - Method in interface org.fest.swing.cell.JComboBoxCellReader
-
Returns the internal value of a cell in a
JComboBox as expected in a test.
- valueAt(JList, int) - Method in interface org.fest.swing.cell.JListCellReader
-
Returns the internal value of a cell in a
JList as expected in a test.
- valueAt(JTable, int, int) - Method in interface org.fest.swing.cell.JTableCellReader
-
Returns the internal value of a cell in a
JTable as expected in a test.
- valueAt(JTree, Object) - Method in interface org.fest.swing.cell.JTreeCellReader
-
Returns the internal value of a cell in a
JTree as expected in a test.
- valueAt(JComboBox, int) - Method in class org.fest.swing.driver.BasicJComboBoxCellReader
-
Returns the internal value of a cell in a
JComboBox as expected in a test.
- valueAt(JList, int) - Method in class org.fest.swing.driver.BasicJListCellReader
-
Returns the internal value of a cell in a
JList as expected in a test.
- valueAt(JTable, int, int) - Method in class org.fest.swing.driver.BasicJTableCellReader
-
Returns the internal value of a cell in a
JTable as expected in a test.
- valueAt(JTree, Object) - Method in class org.fest.swing.driver.BasicJTreeCellReader
-
Returns the internal value of a cell in a
JTree as expected in a test.
- valueAt(int) - Method in interface org.fest.swing.fixture.ItemGroupFixture
-
Returns the value of an item in the
Component managed by this fixture.
- valueAt(int) - Method in class org.fest.swing.fixture.JComboBoxFixture
-
- valueAt(int) - Method in class org.fest.swing.fixture.JListFixture
-
Returns the
String representation of the value of an item in this fixture's
JList, using this fixture's
JListCellReader.
- valueAt(TableCell) - Method in class org.fest.swing.fixture.JTableFixture
-
Returns the
String representation of the value of a cell in this fixture's
JTable, using this fixture's
JTableCellReader.
- valueAt(String) - Method in class org.fest.swing.fixture.JTreeFixture
-
Returns the String representation of the node at the given path.
- valueAt(int) - Method in class org.fest.swing.fixture.JTreeFixture
-
Returns the String representation of the given row.
- valueFrom(Component) - Method in class org.fest.swing.driver.BasicCellRendererReader
-
Reads the value in the given cell renderer component, or returns null if the renderer belongs to an
unknown component type.
- valueFrom(Component) - Method in interface org.fest.swing.driver.CellRendererReader
-
Reads the value in the given cell renderer component, or returns null if the component is not
recognized by this reader.
- valueOf(String) - Static method in enum org.fest.swing.core.ComponentLookupScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fest.swing.core.MouseButton
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fest.swing.fixture.JToolBarFixture.UnfloatConstraint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fest.swing.util.OSFamily
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.fest.swing.core.ComponentLookupScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fest.swing.core.MouseButton
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fest.swing.fixture.JToolBarFixture.UnfloatConstraint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fest.swing.util.OSFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verticalScrollBar() - Method in class org.fest.swing.fixture.JScrollPaneFixture
-
- verticalScrollBarIn(JScrollPane) - Method in class org.fest.swing.driver.JScrollPaneDriver
-
- visibleCenterOf(Component) - Static method in class org.fest.swing.awt.AWT
-
Returns a point at the center of the visible area of the given
Component.