- cancel() - Method in class org.assertj.swing.fixture.JFileChooserFixture
-
Simulates a user pressing the "Cancel" button in this fixture's JFileChooser.
- cancelButton(JFileChooser) - Method in class org.assertj.swing.driver.JFileChooserDriver
-
Finds the "Cancel" button in the given JFileChooser.
- cancelButton(JOptionPane) - Method in class org.assertj.swing.driver.JOptionPaneDriver
-
Finds the "Cancel" button in the JOptionPane.
- cancelButton() - Method in class org.assertj.swing.fixture.JFileChooserFixture
-
Finds the "Cancel" button in this fixture's JFileChooser.
- cancelButton() - Method in class org.assertj.swing.fixture.JOptionPaneFixture
-
Returns a fixture wrapping the "Cancel" button in this fixture's JOptionPane.
- cancelCellEditing(JTable, int, int) - Method in interface org.assertj.swing.cell.JTableCellWriter
-
Cancels editing the given cell of the JTable.
- cancelCellEditing(JTable, int, int) - Method in class org.assertj.swing.driver.AbstractJTableCellWriter
-
- cancelCellEditing(JTable, int, int) - Method in class org.assertj.swing.driver.BasicJTableCellWriter
-
Cancels editing the given cell of the JTable.
- cancelCellEditing(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
-
Cancels editing the given cell of the
JTable, using this driver's
JTableCellWriter.
- cancelEditing() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Cancels editing this fixture's table cell.
- canMoveWindows() - Static method in class org.assertj.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.assertj.swing.driver.AbstractJTableCellWriter
-
- canResizeWindows() - Static method in class org.assertj.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.assertj.swing.finder.ComponentFinderTemplate
-
Casts the given Component to the type supported by this finder.
- cast(Component) - Method in class org.assertj.swing.finder.DialogFinder
-
Casts the given AWT or Swing Component to Dialog.
- cast(Component) - Method in class org.assertj.swing.finder.FrameFinder
-
Casts the given AWT or Swing Component to Frame.
- cast(Component) - Method in class org.assertj.swing.finder.JFileChooserFinder
-
Casts the given AWT or Swing Component to JFileChooser.
- cast(Component) - Method in class org.assertj.swing.finder.JOptionPaneFinder
-
Casts the given AWT or Swing Component to JOptionPane.
- cell(JTable, TableCellFinder) - Method in class org.assertj.swing.driver.JTableDriver
-
Returns a cell from the given JTable using the given cell finder.
- cell(JTable, String) - Method in class org.assertj.swing.driver.JTableDriver
-
Returns a cell from the given JTable whose value matches the given one.
- cell(JTable, Pattern) - Method in class org.assertj.swing.driver.JTableDriver
-
Returns a cell from the given JTable whose value matches the given regular expression pattern.
- cell(String) - Method in class org.assertj.swing.fixture.JTableFixture
-
Returns a
JTableCellFixture wrapping the table cell whose value matches the given one.
- cell(Pattern) - Method in class org.assertj.swing.fixture.JTableFixture
-
Returns a
JTableCellFixture wrapping the table cell whose value matches the given regular expression
pattern.
- cell(TableCellFinder) - Method in class org.assertj.swing.fixture.JTableFixture
-
- cell(TableCell) - Method in class org.assertj.swing.fixture.JTableFixture
-
Returns a
JTableCellFixture wrapping the table cell specified by the given row and column.
- cellBounds(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableLocation
-
Returns the bounds of the given cell.
- cellBounds(JTable, int, int) - Method in class org.assertj.swing.driver.JTableLocation
-
Returns the bounds of the given row and column.
- cellEditor(JTable, int, int) - Static method in class org.assertj.swing.driver.AbstractJTableCellWriter
-
Returns the editor for the given JTable cell.
- cellEditor() - Method in class org.assertj.swing.driver.AbstractJTableCellWriter
-
- cellEditor(TableCellEditor) - Method in class org.assertj.swing.driver.AbstractJTableCellWriter
-
Sets the cell editor being currently used.
- cellEditor(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
-
Returns the editor in the given cell of the
JTable, using this driver's
JTableCellWriter.
- cellLocation(JTable, int, int, JTableLocation) - Static method in class org.assertj.swing.driver.AbstractJTableCellWriter
-
Returns the location of the given table cell.
- CellRendererReader - Interface in org.assertj.swing.driver
-
Reads the value of an AWT or Swing Component that used as a cell renderer.
- centerOf(Component) - Static method in class org.assertj.swing.awt.AWT
-
Returns a point at the center of the given AWT or Swing Component.
- centerOf(Rectangle) - Static method in class org.assertj.swing.awt.AWT
-
Returns a point at the center of the given Rectangle.
- centerOfVisibleRect(JComponent) - Static method in class org.assertj.swing.awt.AWT
-
Returns a point at the center of the visible rectangle of the given JComponent.
- character() - Method in class org.assertj.swing.keystroke.KeyStrokeMapping
-
- charFor(KeyStroke) - Static method in class org.assertj.swing.keystroke.KeyStrokeMap
-
Given a
KeyStroke, returns the equivalent character.
- check(boolean) - Method in class org.assertj.swing.fixture.AbstractTwoStateButtonFixture
-
Checks (or unchecks) this fixture's AbstractButton according to the checked parameter.
- check() - Method in class org.assertj.swing.fixture.AbstractTwoStateButtonFixture
-
Checks (or selects) this fixture's AbstractButton only it is not already checked.
- checkBox() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- checkBox(GenericTypeMatcher<? extends JCheckBox>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- checkBox(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- checkBox() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JCheckBox found in this fixture's Container.
- checkBox(GenericTypeMatcher<? extends JCheckBox>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JCheckBox in this fixture's Container, that matches the specified search criteria.
- checkBox(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JCheckBox in this fixture's Container, which name matches the specified one.
- checkCellIndicesInBounds(JTable, TableCell) - Static method in class org.assertj.swing.driver.JTableCellPreconditions
-
Verifies that the given table cell is non null and its indices are not out of bounds.
- checkCellIndicesInBounds(JTable, int, int) - Static method in class org.assertj.swing.driver.JTableCellPreconditions
-
Verifies that the given indices regarding the given table.
- checkCellIndicesInBounds(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
-
Validates that the given table cell is non null and its indices are not out of bounds.
- checkClickAllowed(Component) - Method in class org.assertj.swing.driver.ComponentDriver
-
Verifies that the given AWT or Swing Component is enabled and showing on the screen.
- checkColumnInBounds(JTable, int) - Static method in class org.assertj.swing.driver.JTableCellPreconditions
-
Verifies that the given column index exists in the given table.
- checkContainsText(AbstractButton, String) - Method in class org.assertj.swing.text.AbstractButtonTextReader
-
Indicates whether the given Swing AbstractButton displays the given text.
- checkContainsText(JLabel, String) - Method in class org.assertj.swing.text.JLabelTextReader
-
Indicates whether the given JLabel displays the given text.
- checkContainsText(JList, String) - Method in class org.assertj.swing.text.JListTextReader
-
Indicates whether the text representation of any of the elements in the given JList contains the given
text.
- checkContainsText(JTextComponent, String) - Method in class org.assertj.swing.text.JTextComponentTextReader
-
Indicates whether the given JTextComponent displays the given text.
- checkContainsText(T, String) - Method in class org.assertj.swing.text.TextReader
-
Indicates whether the given AWT or Swing Component contains or displays the given text.
- checkEnabled(Component) - Static method in class org.assertj.swing.driver.ComponentPreconditions
-
Verifies that the Component is enabled.
- checkEnabledAndShowing(Component) - Static method in class org.assertj.swing.driver.ComponentPreconditions
-
Verifies that the Component is enabled and showing.
- checkExit(int) - Method in class org.assertj.swing.security.NoExitSecurityManager
-
- checkInEdtEnabledAndShowing(Component) - Static method in class org.assertj.swing.driver.ComponentDriver
-
Verifies that the given AWT or Swing Component is enabled and showing on the screen.
- checkInEdtShowing(Component) - Static method in class org.assertj.swing.driver.ComponentDriver
-
Verifies that the given AWT or Swing Component is showing on the screen.
- checkNotNullOrEmpty(int[]) - Static method in class org.assertj.swing.util.ArrayPreconditions
-
Verifies that the given array is not null or empty.
- checkPathExists(JTree, String) - Method in class org.assertj.swing.driver.JTreeDriver
-
Verifies that the given node path exists.
- checkPermission(Permission, Object) - Method in class org.assertj.swing.security.NoExitSecurityManager
-
Allows everything.
- checkPermission(Permission) - Method in class org.assertj.swing.security.NoExitSecurityManager
-
Allows everything.
- checkRowInBounds(JTable, int) - Static method in class org.assertj.swing.driver.JTableCellPreconditions
-
Verifies that the given row index exists in the given table.
- checkRowInBounds(JTree, int) - Method in class org.assertj.swing.driver.JTreeDriver
-
Verifies that the given row index is valid.
- checkRowInBounds(JTree, int) - Method in class org.assertj.swing.driver.JTreeLocation
-
Validates that the given row index is valid.
- checkShowing(Component) - Static method in class org.assertj.swing.driver.ComponentPreconditions
-
Verifies that the Component is showing on the screen.
- childAt(Component, Point) - Static method in class org.assertj.swing.input.InputState
-
Returns the AWT or Swing Component under the given coordinates in the given parent component.
- childrenOf(Component) - Method in interface org.assertj.swing.hierarchy.ComponentHierarchy
-
Returns all the children of the given AWT or Swing Component.
- childrenOf(Component) - Method in class org.assertj.swing.hierarchy.ExistingHierarchy
-
Returns all descendants of interest of the given AWT or Swing Component.
- childrenOf(Component) - Method in class org.assertj.swing.hierarchy.NewHierarchy
-
Returns all the children of the given AWT or Swing Component, omitting those which are currently filtered.
- childrenOf(Component) - Method in class org.assertj.swing.hierarchy.SingleComponentHierarchy
-
- cleanUp() - Method in class org.assertj.swing.core.BasicRobot
-
- cleanUp() - Method in interface org.assertj.swing.core.Robot
-
Cleans up any used resources (keyboard, mouse, open windows and
ScreenLock) used by
this
Robot.
- cleanUp() - Method in class org.assertj.swing.fixture.AbstractWindowFixture
-
Cleans up any used resources (keyboard, mouse, open windows and
ScreenLock) used by
this robot.
- cleanUp() - Method in class org.assertj.swing.testing.AssertJSwingTestCaseTemplate
-
Cleans up resources used by this test's
Robot.
- cleanUpWithoutDisposingWindows() - Method in class org.assertj.swing.core.BasicRobot
-
- cleanUpWithoutDisposingWindows() - Method in interface org.assertj.swing.core.Robot
-
Cleans up any used resources (keyboard, mouse and
ScreenLock) used by this
Robot.
- clear() - Method in class org.assertj.swing.input.InputState
-
- clearKeyStrokes() - Static method in class org.assertj.swing.keystroke.KeyStrokeMap
-
Removes all the character-KeyStroke mappings.
- clearSelection(JComboBox<?>) - Method in class org.assertj.swing.driver.JComboBoxDriver
-
Clears the selection in the given JComboBox.
- clearSelection(JList<?>) - Method in class org.assertj.swing.driver.JListDriver
-
Clears the selection in the given JList.
- clearSelection() - Method in interface org.assertj.swing.fixture.ItemGroupFixture
-
Clears the selection in this fixture's Component.
- clearSelection() - Method in class org.assertj.swing.fixture.JComboBoxFixture
-
Clears the selection in this fixture's JComboBox.
- clearSelection() - Method in class org.assertj.swing.fixture.JListFixture
-
Clears the selection in this fixture's JList.
- click(Component) - Method in class org.assertj.swing.core.BasicRobot
-
- click(Component, MouseButton) - Method in class org.assertj.swing.core.BasicRobot
-
- click(Component, MouseButton, int) - Method in class org.assertj.swing.core.BasicRobot
-
- click(Component, Point) - Method in class org.assertj.swing.core.BasicRobot
-
- click(Point, MouseButton, int) - Method in class org.assertj.swing.core.BasicRobot
-
- click(Component, Point, MouseButton, int) - Method in class org.assertj.swing.core.BasicRobot
-
- click(Component) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user clicking once the given AWT or Swing Component using the left mouse button.
- click(Component, MouseButton) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user clicking once the given AWT or Swing Component using the given mouse button.
- click(Component, MouseButton, int) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user clicking the given mouse button, the given times on the given AWT or Swing Component.
- click(Component, Point) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user clicking at the given position on the given AWT or Swing Component.
- click(Component, Point, MouseButton, int) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user clicking the given mouse button, the given times at the given position on the given AWT or Swing
Component.
- click(Point, MouseButton, int) - Method in interface org.assertj.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.assertj.swing.driver.ComponentDriver
-
Simulates a user clicking once the given AWT or Swing Component using the left mouse button.
- click(Component, MouseButton) - Method in class org.assertj.swing.driver.ComponentDriver
-
Simulates a user clicking once the given AWT or Swing Component using the given mouse button.
- click(Component, MouseClickInfo) - Method in class org.assertj.swing.driver.ComponentDriver
-
Simulates a user clicking the given mouse button, the given times on the given AWT or Swing Component.
- click(Component, MouseButton, int) - Method in class org.assertj.swing.driver.ComponentDriver
-
Simulates a user clicking the given mouse button, the given times on the given AWT or Swing Component.
- click(Component, Point) - Method in class org.assertj.swing.driver.ComponentDriver
-
Simulates a user clicking at the given position on the given AWT or Swing Component.
- click(Component) - Method in class org.assertj.swing.driver.JMenuItemDriver
-
- click(JMenuItem) - Method in class org.assertj.swing.driver.JMenuItemDriver
-
Finds and selects the given JMenuItem.
- click(JTable, TableCell, MouseButton, int) - Method in class org.assertj.swing.driver.JTableDriver
-
Clicks the given cell, using the specified mouse button, the given number of times.
- click() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Simulates a user clicking this fixture's Component.
- click(MouseButton) - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Simulates a user clicking this fixture's Component.
- click(MouseClickInfo) - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Simulates a user clicking this fixture's Component.
- click() - Method in class org.assertj.swing.fixture.JListItemFixture
-
Simulates a user clicking this fixture's list item.
- click(MouseButton) - Method in class org.assertj.swing.fixture.JListItemFixture
-
Simulates a user clicking this fixture's list item.
- click(MouseClickInfo) - Method in class org.assertj.swing.fixture.JListItemFixture
-
Simulates a user clicking this fixture's list item.
- click() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Simulates a user clicking this fixture's table cell.
- click(MouseClickInfo) - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Simulates a user clicking this fixture's table cell.
- click(MouseButton) - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Simulates a user clicking a cell in this fixture's table cell once, using the specified mouse button.
- click(TableCell, MouseButton) - Method in class org.assertj.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.assertj.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.assertj.swing.fixture.JTreePathFixture
-
Simulates a user clicking this fixture's tree node.
- click(MouseButton) - Method in class org.assertj.swing.fixture.JTreePathFixture
-
Simulates a user clicking this fixture's tree node.
- click(MouseClickInfo) - Method in class org.assertj.swing.fixture.JTreePathFixture
-
Simulates a user clicking this fixture's tree node.
- click() - Method in class org.assertj.swing.fixture.JTreeRowFixture
-
Simulates a user clicking this fixture's tree node.
- click(MouseButton) - Method in class org.assertj.swing.fixture.JTreeRowFixture
-
Simulates a user clicking this fixture's tree node.
- click(MouseClickInfo) - Method in class org.assertj.swing.fixture.JTreeRowFixture
-
Simulates a user clicking this fixture's tree node.
- click() - Method in interface org.assertj.swing.fixture.MouseInputSimulationFixture
-
Simulates a user clicking this fixture's Component.
- click(MouseButton) - Method in interface org.assertj.swing.fixture.MouseInputSimulationFixture
-
Simulates a user clicking this fixture's Component.
- click(MouseClickInfo) - Method in interface org.assertj.swing.fixture.MouseInputSimulationFixture
-
Simulates a user clicking this fixture's Component.
- clickApproveButton(JFileChooser) - Method in class org.assertj.swing.driver.JFileChooserDriver
-
Finds and clicks the "Approve" button in the given JFileChooser.
- clickCancelButton(JFileChooser) - Method in class org.assertj.swing.driver.JFileChooserDriver
-
Finds and clicks the "Cancel" button in the given JFileChooser.
- clickColumn(JTableHeader, int) - Method in class org.assertj.swing.driver.JTableHeaderDriver
-
Clicks the column under the given index.
- clickColumn(JTableHeader, int, MouseButton, int) - Method in class org.assertj.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.assertj.swing.driver.JTableHeaderDriver
-
Clicks the column which name matches the given value.
- clickColumn(JTableHeader, Pattern) - Method in class org.assertj.swing.driver.JTableHeaderDriver
-
Clicks the column which name matches the given regular expression pattern.
- clickColumn(JTableHeader, String, MouseButton, int) - Method in class org.assertj.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.assertj.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.assertj.swing.fixture.JTableHeaderFixture
-
Simulates a user clicking the column under the given index, in this fixture's JTableHeader.
- clickColumn(String) - Method in class org.assertj.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.assertj.swing.fixture.JTableHeaderFixture
-
Simulates a user clicking the column which name matches the given regular expression pattern, in this fixture's
JTableHeader.
- clickColumn(int, MouseClickInfo) - Method in class org.assertj.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, MouseClickInfo) - Method in class org.assertj.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.assertj.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.assertj.swing.input.InputState
-
- clickItem(JList<?>, String, MouseButton, int) - Method in class org.assertj.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.assertj.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.assertj.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.assertj.swing.fixture.JListFixture
-
Simulates a user clicking an item in this fixture's JList.
- clickItem(String) - Method in class org.assertj.swing.fixture.JListFixture
-
Simulates a user clicking an item in this fixture's JList.
- clickItem(Pattern) - Method in class org.assertj.swing.fixture.JListFixture
-
Simulates a user clicking an item in this fixture's JList.
- clickOnDisabledComponentsAllowed() - Method in class org.assertj.swing.core.Settings
-
- clickOnDisabledComponentsAllowed(boolean) - Method in class org.assertj.swing.core.Settings
-
Default is true.
- clickPath(JTree, String) - Method in class org.assertj.swing.driver.JTreeDriver
-
Clicks the given path, expanding parent nodes if necessary.
- clickPath(JTree, String, MouseButton) - Method in class org.assertj.swing.driver.JTreeDriver
-
Clicks the given path, expanding parent nodes if necessary.
- clickPath(JTree, String, MouseClickInfo) - Method in class org.assertj.swing.driver.JTreeDriver
-
Clicks the given path, expanding parent nodes if necessary.
- clickPath(String) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Clicks the given path, expanding parent nodes if necessary.
- clickPath(String, MouseButton) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Clicks the given path, expanding parent nodes if necessary.
- clickPath(String, MouseClickInfo) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Clicks the given path, expanding parent nodes if necessary.
- clickRow(JTree, int) - Method in class org.assertj.swing.driver.JTreeDriver
-
Clicks the given row.
- clickRow(JTree, int, MouseButton) - Method in class org.assertj.swing.driver.JTreeDriver
-
Clicks the given row.
- clickRow(JTree, int, MouseClickInfo) - Method in class org.assertj.swing.driver.JTreeDriver
-
Clicks the given row.
- clickRow(int) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Clicks the given row.
- clickRow(int, MouseButton) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Clicks the given row.
- clickRow(int, MouseClickInfo) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Clicks the given row.
- clientProperty(JComponent, Object) - Method in class org.assertj.swing.driver.JComponentDriver
-
Returns the client property stored in the given JComponent, under the given key.
- clientProperty(Object) - Method in class org.assertj.swing.fixture.AbstractJComponentFixture
-
Returns the client property stored in this fixture's JComponent, under the given key.
- clientProperty(Object) - Method in class org.assertj.swing.fixture.AbstractSwingContainerFixture
-
Returns the client property stored in this fixture's JScrollPane, under the given key.
- clientProperty(Object) - Method in interface org.assertj.swing.fixture.JComponentFixture
-
Returns the client property stored in this fixture's JComponent, under the given key.
- clientProperty(Object) - Method in class org.assertj.swing.fixture.JInternalFrameFixture
-
Returns the client property stored in this fixture's JInternalFrame, under the given key.
- clientProperty(Object) - Method in class org.assertj.swing.fixture.JPanelFixture
-
Returns the client property stored in this fixture's JPanel, under the given key.
- close(Window) - Method in class org.assertj.swing.core.BasicRobot
-
- close(Window) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user closing the given AWT or Swing Window.
- close(JInternalFrame) - Method in class org.assertj.swing.driver.JInternalFrameDriver
-
Closes the given JInternalFrame.
- close(Window) - Method in class org.assertj.swing.driver.WindowDriver
-
Closing the Window.
- close() - Method in class org.assertj.swing.fixture.AbstractWindowFixture
-
Simulates a user closing this fixture's Window.
- close() - Method in class org.assertj.swing.fixture.JInternalFrameFixture
-
Simulates a user closing this fixture's JInternalFrame.
- close() - Method in interface org.assertj.swing.fixture.WindowLikeContainerFixture
-
Simulates a user closing this fixture's window-like container.
- collapse() - Method in interface org.assertj.swing.fixture.JTreeNodeFixture
-
Simulates a user collapsing this fixture's tree node.
- collapse() - Method in class org.assertj.swing.fixture.JTreePathFixture
-
Simulates a user collapsing this fixture's tree node.
- collapse() - Method in class org.assertj.swing.fixture.JTreeRowFixture
-
Simulates a user collapsing this fixture's tree node.
- collapsePath(JTree, String) - Method in class org.assertj.swing.driver.JTreeDriver
-
Collapses the given path, is possible.
- collapsePath(String) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Simulates a user collapsing the tree node at the given path.
- collapseRow(JTree, int) - Method in class org.assertj.swing.driver.JTreeDriver
-
Collapses the given row, is possible.
- collapseRow(int) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Simulates a user collapsing the tree node at the given row.
- color(int) - Static method in class org.assertj.swing.assertions.data.RgbColor
-
- ColorFixture - Class in org.assertj.swing.fixture
-
Verifies the state of Colors.
- ColorFixture(Color) - Constructor for class org.assertj.swing.fixture.ColorFixture
-
- ColorFixture(Color, String) - Constructor for class org.assertj.swing.fixture.ColorFixture
-
- ColorFixture(Color, Description) - Constructor for class org.assertj.swing.fixture.ColorFixture
-
- colorFromHexString(String) - Static method in class org.assertj.swing.util.Colors
-
Returns a Color from the given String containing the hexadecimal coding of a color.
- Colors - Class in org.assertj.swing.util
-
Utility methods related to colors.
- column - Variable in class org.assertj.swing.data.TableCell
-
The column of the cell.
- column(int) - Method in class org.assertj.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.assertj.swing.data.TableCellInRowByValue.TableCellBuilder
-
- column(int) - Method in class org.assertj.swing.data.TableCellInSelectedRow.TableCellBuilder
-
Creates a new table cell finder.
- column() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
- columnId - Variable in class org.assertj.swing.data.TableCellByColumnId
-
- columnId(Object) - Method in class org.assertj.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.assertj.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.assertj.swing.query.JTableColumnByIdentifierQuery
-
Returns the index of a column in a JTable whose identifier matches the given one.
- columnIndexFor(Object) - Method in class org.assertj.swing.fixture.JTableFixture
-
Returns the index of the column in this fixture's JTable whose name matches the given one.
- comboBox() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- comboBox(GenericTypeMatcher<? extends JComboBox>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- comboBox(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- comboBox() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JComboBox found in this fixture's Container.
- comboBox(GenericTypeMatcher<? extends JComboBox>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JComboBox in this fixture's Container, that matches the specified search criteria.
- comboBox(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JComboBox in this fixture's Container, which name matches the specified one.
- ComponentContainerFixture - Interface in org.assertj.swing.fixture
-
Looks up AWT or Swing Components in a Container.
- ComponentDragAndDrop - Class in org.assertj.swing.core
-
Simulates a user performing drag-and-drop.
- ComponentDragAndDrop(Robot) - Constructor for class org.assertj.swing.core.ComponentDragAndDrop
-
- ComponentDriver - Class in org.assertj.swing.driver
-
Supports functional testing of AWT or Swing Components.
- ComponentDriver(Robot) - Constructor for class org.assertj.swing.driver.ComponentDriver
-
- ComponentEnabledQuery - Class in org.assertj.swing.query
-
Indicates whether an AWT or Swing Component is enabled or not.
- ComponentFinder - Interface in org.assertj.swing.core
-
Looks up AWT and Swing Components based on different search criteria, such as a Component's name,
type or label, and custom search criteria as well.
- ComponentFinderTemplate<T extends Component> - Class in org.assertj.swing.finder
-
Template for AWT or Swing Component finders.
- ComponentFinderTemplate(String, Class<? extends T>) - Constructor for class org.assertj.swing.finder.ComponentFinderTemplate
-
- ComponentFinderTemplate(GenericTypeMatcher<? extends T>) - Constructor for class org.assertj.swing.finder.ComponentFinderTemplate
-
- ComponentFinderTemplate(Class<? extends T>) - Constructor for class org.assertj.swing.finder.ComponentFinderTemplate
-
- ComponentFixtureExtension<C extends Component,F extends AbstractComponentFixture<?,C,?>> - Class in org.assertj.swing.fixture
-
- ComponentFixtureExtension() - Constructor for class org.assertj.swing.fixture.ComponentFixtureExtension
-
- ComponentFormatter - Interface in org.assertj.swing.format
-
Returns a String representation of a given AWT or Swing Component.
- ComponentFormatterTemplate - Class in org.assertj.swing.format
-
- ComponentFormatterTemplate() - Constructor for class org.assertj.swing.format.ComponentFormatterTemplate
-
- ComponentFoundCondition - Class in org.assertj.swing.core
-
Condition that is satisfied if an AWT or Swing Component that matches certain search criteria is found.
- ComponentFoundCondition(String, ComponentFinder, ComponentMatcher) - Constructor for class org.assertj.swing.core.ComponentFoundCondition
-
- ComponentFoundCondition(String, ComponentFinder, ComponentMatcher, Container) - Constructor for class org.assertj.swing.core.ComponentFoundCondition
-
- ComponentFoundCondition(Description, ComponentFinder, ComponentMatcher) - Constructor for class org.assertj.swing.core.ComponentFoundCondition
-
- ComponentFoundCondition(Description, ComponentFinder, ComponentMatcher, Container) - Constructor for class org.assertj.swing.core.ComponentFoundCondition
-
- ComponentHasFocusQuery - Class in org.assertj.swing.query
-
Indicates whether an AWT or Swing Component has input focus.
- ComponentHierarchy - Interface in org.assertj.swing.hierarchy
-
Provides access to all AWT or Swing Components in a hierarchy.
- ComponentLocationOnScreenQuery - Class in org.assertj.swing.query
-
Returns the location of an AWT or Swing Component on screen.
- ComponentLookupException - Exception in org.assertj.swing.exception
-
- ComponentLookupException(String, Collection<? extends Component>) - Constructor for exception org.assertj.swing.exception.ComponentLookupException
-
- ComponentLookupException(String) - Constructor for exception org.assertj.swing.exception.ComponentLookupException
-
- ComponentLookupScope - Enum in org.assertj.swing.core
-
Scopes of AWT or Swing Component lookups.
- componentLookupScope() - Method in class org.assertj.swing.core.Settings
-
- componentLookupScope(ComponentLookupScope) - Method in class org.assertj.swing.core.Settings
-
Updates the scope of AWT or Swing Component lookups.
- ComponentMatcher - Interface in org.assertj.swing.core
-
Indicates whether an AWT or Swing Component matches some desired criteria.
- ComponentParentQuery - Class in org.assertj.swing.query
-
Returns the parent of an AWT or Swing Component.
- ComponentPreconditions - Class in org.assertj.swing.driver
-
Verifies correct state of a Component.
- ComponentPrinter - Interface in org.assertj.swing.core
-
Sends the String representation of AWT and Swing Components to a java.io.PrintStream, to
facilitate debugging.
- ComponentShowingQuery - Class in org.assertj.swing.query
-
Indicates whether an AWT or Swing Component is showing on the screen.
- componentShown(ComponentEvent) - Method in class org.assertj.swing.driver.ComponentShownWaiter
-
Notification that the AWT or Swing Component to wait for is finally shown on the screen.
- ComponentShownWaiter - Class in org.assertj.swing.driver
-
Waits until a particular AWT or Swing Component shows up on the screen.
- ComponentSizeQuery - Class in org.assertj.swing.query
-
Returns the size of an AWT or Swing Component.
- ComponentVisibleQuery - Class in org.assertj.swing.query
-
Indicates whether an AWT or Swing Component is visible.
- Condition - Class in org.assertj.swing.timing
-
- Condition(String) - Constructor for class org.assertj.swing.timing.Condition
-
- Condition(Description) - Constructor for class org.assertj.swing.timing.Condition
-
- ContainerDriver - Class in org.assertj.swing.driver
-
Supports functional testing of AWT or Swing Containers.
- ContainerDriver(Robot) - Constructor for class org.assertj.swing.driver.ContainerDriver
-
- Containers - Class in org.assertj.swing.fixture
-
Utility methods related to Containers.
- contains(Component) - Method in interface org.assertj.swing.hierarchy.ComponentHierarchy
-
Indicates whether this ComponentHierarchy contains the given AWT or Swing Component.
- contains(Component) - Method in class org.assertj.swing.hierarchy.ExistingHierarchy
-
Returns whether the given AWT or Swing Component is reachable from any of the root windows.
- contains(Component) - Method in class org.assertj.swing.hierarchy.NewHierarchy
-
Returns true if the given AWT or Swing Component is not ignored.
- contains(Component) - Method in class org.assertj.swing.hierarchy.SingleComponentHierarchy
-
- containsText(Component, String) - Method in class org.assertj.swing.text.TextReader
-
Indicates whether the given AWT or Swing Component contains or displays the given text.
- containsText(Container, String) - Method in class org.assertj.swing.text.TextReaders
-
Indicates whether the given Container or any of its subcomponents contains the given text.
- contents(JTable) - Method in class org.assertj.swing.driver.JTableDriver
-
Returns the
String representation of the cells in the
JTable, using this driver's
JTableCellReader.
- contents() - Method in interface org.assertj.swing.fixture.ItemGroupFixture
-
- contents() - Method in class org.assertj.swing.fixture.JComboBoxFixture
-
- contents() - Method in class org.assertj.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.assertj.swing.fixture.JTableFixture
-
- contentsOf(JComboBox<?>) - Method in class org.assertj.swing.driver.JComboBoxDriver
-
Returns an array of Strings that represents the contents of the given JComboBox list.
- contentsOf(JList<?>) - Method in class org.assertj.swing.driver.JListDriver
-
Returns an array of Strings that represents the contents of the given JList.
- controlOrCommandKey() - Static method in class org.assertj.swing.util.Platform
-
- controlOrCommandMask() - Static method in class org.assertj.swing.util.Platform
-
- copyOf(int[]) - Static method in class org.assertj.swing.util.Arrays
-
Creates and returns a copy of the given array.
- copyOf(T[]) - Static method in class org.assertj.swing.util.Arrays
-
Creates and returns a copy of the given array.
- CREATED_FRAME_NAME - Static variable in class org.assertj.swing.fixture.Containers
-
Name of the JFrames created by this class.
- createDriver(Robot) - Method in class org.assertj.swing.fixture.AbstractButtonFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.DialogFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.FrameFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JComboBoxFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JFileChooserFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JInternalFrameFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JLabelFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JListFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JMenuItemFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JOptionPaneFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JPanelFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JPopupMenuFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JProgressBarFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JScrollBarFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JScrollPaneFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JSliderFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JSpinnerFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JSplitPaneFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JTabbedPaneFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JTableFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JTableHeaderFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JTextComponentFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JToolBarFixture
-
- createDriver(Robot) - Method in class org.assertj.swing.fixture.JTreeFixture
-
- createFixture(Robot, Container) - Method in class org.assertj.swing.fixture.ComponentFixtureExtension
-
- decrement(JSpinner, int) - Method in class org.assertj.swing.driver.JSpinnerDriver
-
Decrements the value of the JSpinner the given number of times.
- decrement(JSpinner) - Method in class org.assertj.swing.driver.JSpinnerDriver
-
Decrements the value of the JSpinner.
- decrement(int) - Method in class org.assertj.swing.fixture.JSpinnerFixture
-
Simulates a user decrementing the value of this fixture's JSpinner the given number of times.
- decrement() - Method in class org.assertj.swing.fixture.JSpinnerFixture
-
Simulates a user decrementing the value of this fixture's JSpinner one time.
- deepestComponentUnderMousePointer() - Method in class org.assertj.swing.input.InputState
-
- defaultDialogLookupTimeout() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- defaultDialogLookupTimeout() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
- DefaultKeyStrokeMappingProvider - Class in org.assertj.swing.keystroke
-
Default mapping of characters and javax.swing.KeyStrokes.
- DefaultKeyStrokeMappingProvider() - Constructor for class org.assertj.swing.keystroke.DefaultKeyStrokeMappingProvider
-
- defaultToolkit() - Method in class org.assertj.swing.util.ToolkitProvider
-
- deiconify(Frame) - Method in class org.assertj.swing.driver.FrameDriver
-
Deiconifies the given AWT or Swing Frame.
- deiconify(JInternalFrame) - Method in class org.assertj.swing.driver.JInternalFrameDriver
-
De-iconifies the given JInternalFrame.
- deiconify() - Method in class org.assertj.swing.fixture.FrameFixture
-
Simulates a user deiconifying this fixture's Frame.
- deiconify() - Method in interface org.assertj.swing.fixture.FrameLikeFixture
-
Simulates a user deiconifying this fixture's frame-like component.
- deiconify() - Method in class org.assertj.swing.fixture.JInternalFrameFixture
-
Simulates a user deiconifying this fixture's JInternalFrame.
- delayBetweenEvents() - Method in class org.assertj.swing.core.Settings
-
- delayBetweenEvents(int) - Method in class org.assertj.swing.core.Settings
-
Updates the value representing the millisecond count in between generated events.
- deleteText(JComboBox<?>) - Method in class org.assertj.swing.driver.JComboBoxDriver
-
Deletes the text of the JComboBox.
- deleteText(JTextComponent) - Method in class org.assertj.swing.driver.JTextComponentDriver
-
Deletes the text of the JTextComponent.
- deleteText() - Method in class org.assertj.swing.fixture.JTextComponentFixture
-
Simulates a user deleting all the text in this fixture's JTextComponent.
- deleteText() - Method in interface org.assertj.swing.fixture.TextInputFixture
-
Simulates a user deleting all the text in the Component managed by this fixture.
- description() - Method in class org.assertj.swing.fixture.ColorFixture
-
- description() - Method in class org.assertj.swing.fixture.FontFixture
-
- description() - Method in class org.assertj.swing.util.PatternTextMatcher
-
- description() - Method in class org.assertj.swing.util.StringTextMatcher
-
- description() - Method in interface org.assertj.swing.util.TextMatcher
-
- descriptionAddendum() - Method in class org.assertj.swing.core.ComponentFoundCondition
-
- descriptionAddendum() - Method in class org.assertj.swing.timing.Condition
-
Returns any text to be added to this condition's description.
- deselect(AbstractButton) - Method in class org.assertj.swing.driver.AbstractButtonDriver
-
Deselects the given Swing AbstractButton only if it is selected.
- dialog() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- dialog(Timeout) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- dialog(GenericTypeMatcher<? extends Dialog>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- dialog(GenericTypeMatcher<? extends Dialog>, Timeout) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- dialog(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- dialog(String, Timeout) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- dialog() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns the only Dialog currently available (if any).
- dialog(Timeout) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns the only Dialog currently available (if any).
- dialog(GenericTypeMatcher<? extends Dialog>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a Dialog that matches the specified search criteria.
- dialog(GenericTypeMatcher<? extends Dialog>, Timeout) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a Dialog that matches the specified search criteria.
- dialog(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a Dialog with a name matching the specified one.
- dialog(String, Timeout) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a Dialog with a name matching the specified one.
- DialogDriver - Class in org.assertj.swing.driver
-
Supports functional testing of AWT or Swing Dialogs.
- DialogDriver(Robot) - Constructor for class org.assertj.swing.driver.DialogDriver
-
- DialogFinder - Class in org.assertj.swing.finder
-
Finder for AWT or Swing Dialogs.
- DialogFinder(String) - Constructor for class org.assertj.swing.finder.DialogFinder
-
- DialogFinder(GenericTypeMatcher<? extends Dialog>) - Constructor for class org.assertj.swing.finder.DialogFinder
-
- DialogFinder(Class<? extends Dialog>) - Constructor for class org.assertj.swing.finder.DialogFinder
-
- DialogFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of Dialogs.
- DialogFixture(Dialog) - Constructor for class org.assertj.swing.fixture.DialogFixture
-
- DialogFixture(Robot, Dialog) - Constructor for class org.assertj.swing.fixture.DialogFixture
-
- DialogFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.DialogFixture
-
- DialogFixture(String) - Constructor for class org.assertj.swing.fixture.DialogFixture
-
- DialogMatcher - Class in org.assertj.swing.core.matcher
-
Matches AWT or Swing Dialogs by name, title or visibility on the screen.
- dispose(Window) - Method in interface org.assertj.swing.hierarchy.ComponentHierarchy
-
Provides proper disposal of the given AWT or Swing Window, appropriate to this ComponentHierarchy.
- dispose(Window) - Method in class org.assertj.swing.hierarchy.ExistingHierarchy
-
Properly disposes of the given Window, making it and its native resources available for garbage collection.
- dispose(Window) - Method in class org.assertj.swing.hierarchy.NewHierarchy
-
Disposes the given Window, but only if it currently exists within the hierarchy.
- dispose(Window) - Method in class org.assertj.swing.hierarchy.SingleComponentHierarchy
-
- dispose() - Method in class org.assertj.swing.input.InputState
-
- dispose() - Method in class org.assertj.swing.listener.WeakEventListener
-
Removes itself from the Toolkit this listener is attached to.
- dockLocation(JToolBar, Container, String) - Method in class org.assertj.swing.driver.JToolBarLocation
-
Returns the location where to dock the given JToolBar, at the given constraint position.
- doFormat(Component) - Method in class org.assertj.swing.format.ComponentFormatterTemplate
-
Returns the String representation of the given AWT or Swing Component.
- doFormat(Component) - Method in class org.assertj.swing.format.IntrospectionComponentFormatter
-
Returns a
String representation of the given AWT or Swing
Component, showing only the properties
specified in this formatter's
constructor.
- doFormat(Component) - Method in class org.assertj.swing.format.JComboBoxFormatter
-
Returns the String representation of the given Component, which should be a JComboBox.
- doFormat(Component) - Method in class org.assertj.swing.format.JFileChooserFormatter
-
Returns the String representation of the given Component, which should be a JFileChooser.
- doFormat(Component) - Method in class org.assertj.swing.format.JListFormatter
-
Returns the String representation of the given Component, which should be a JList.
- doFormat(Component) - Method in class org.assertj.swing.format.JOptionPaneFormatter
-
Returns the String representation of the given Component, which should be a JOptionPane.
- doFormat(Component) - Method in class org.assertj.swing.format.JTabbedPaneFormatter
-
Returns the String representation of the given Component, which should be a JTabbedPane.
- doFormat(Component) - Method in class org.assertj.swing.format.JTableFormatter
-
Returns the String representation of the given Component, which should be a JTable.
- doFormat(Component) - Method in class org.assertj.swing.format.JTreeFormatter
-
Returns the String representation of the given Component, which should be a JTree (or
subclass).
- done() - Method in class org.assertj.swing.driver.WaitForComponentToShowCondition
-
- done() - Method in class org.assertj.swing.timing.Condition
-
Notification that this condition has been evaluated.
- doResizeHeight(Container, int) - Method in class org.assertj.swing.driver.ContainerDriver
-
Resizes the AWT or Swing Container vertically.
- doResizeWidth(Container, int) - Method in class org.assertj.swing.driver.ContainerDriver
-
Resizes the AWT or Swing Container horizontally.
- doubleClick(Component) - Method in class org.assertj.swing.core.BasicRobot
-
- doubleClick(Component) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user double-clicking the given AWT or Swing Component.
- doubleClick(Component) - Method in class org.assertj.swing.driver.ComponentDriver
-
Simulates a user double-clicking the given AWT or Swing Component.
- doubleClick() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Simulates a user double-clicking this fixture's Component.
- doubleClick() - Method in class org.assertj.swing.fixture.JListItemFixture
-
Simulates a user double-clicking this fixture's list item.
- doubleClick() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Simulates a user double-clicking this fixture's table cell.
- doubleClick() - Method in class org.assertj.swing.fixture.JTreePathFixture
-
Simulates a user double-clicking this fixture's tree node.
- doubleClick() - Method in class org.assertj.swing.fixture.JTreeRowFixture
-
Simulates a user double-clicking this fixture's tree node.
- doubleClick() - Method in interface org.assertj.swing.fixture.MouseInputSimulationFixture
-
Simulates a user double-clicking this fixture's Component.
- doubleClickPath(JTree, String) - Method in class org.assertj.swing.driver.JTreeDriver
-
Double-clicks the given path.
- doubleClickPath(String) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Double-clicks the given path.
- doubleClickRow(JTree, int) - Method in class org.assertj.swing.driver.JTreeDriver
-
Double-clicks the given row.
- doubleClickRow(int) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Double-clicks the given row.
- drag(Component, Point) - Method in class org.assertj.swing.core.ComponentDragAndDrop
-
Performs a drag action at the given location.
- drag(Component, Point) - Method in class org.assertj.swing.driver.ComponentDriver
-
Performs a drag action at the given point.
- drag(JList<?>, String) - Method in class org.assertj.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.assertj.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.assertj.swing.driver.JListDriver
-
Starts a drag operation at the location of the given index.
- drag(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
-
Starts a drag operation at the location of the given table cell.
- drag(JTree, int) - Method in class org.assertj.swing.driver.JTreeDriver
-
Starts a drag operation at the location of the given row.
- drag(JTree, String) - Method in class org.assertj.swing.driver.JTreeDriver
-
Starts a drag operation at the location of the given TreePath.
- drag() - Method in interface org.assertj.swing.fixture.ItemFixture
-
Simulates a user dragging this fixture's item.
- drag(int) - Method in class org.assertj.swing.fixture.JListFixture
-
Simulates a user dragging an item from this fixture's JList.
- drag(String) - Method in class org.assertj.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.assertj.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() - Method in class org.assertj.swing.fixture.JListItemFixture
-
Simulates a user dragging this fixture's list item.
- drag() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Simulates a user dragging this fixture's table cell.
- drag(TableCell) - Method in class org.assertj.swing.fixture.JTableFixture
-
Simulates a user dragging an item from this fixture's JTable.
- drag(int) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Simulates a user dragging a row from this fixture's JTree.
- drag(String) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Simulates a user dragging an item from this fixture's JTree.
- drag() - Method in class org.assertj.swing.fixture.JTreePathFixture
-
Simulates a user dragging this fixture's tree node.
- drag() - Method in class org.assertj.swing.fixture.JTreeRowFixture
-
Simulates a user dragging this fixture's tree node.
- DRAG_THRESHOLD - Static variable in class org.assertj.swing.core.ComponentDragAndDrop
-
Number of pixels traversed before a drag starts.
- dragButton() - Method in class org.assertj.swing.core.Settings
-
- dragButton(MouseButton) - Method in class org.assertj.swing.core.Settings
-
- dragDelay() - Method in class org.assertj.swing.core.Settings
-
- dragDelay(int) - Method in class org.assertj.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.assertj.swing.input.InputState
-
Indicates there is a drag operation in progress.
- dragOrigin() - Method in class org.assertj.swing.input.InputState
-
- dragOver(Component, Point) - Method in class org.assertj.swing.core.ComponentDragAndDrop
-
Move the mouse appropriately to get from the source to the destination.
- dragOver(Component, Point) - Method in class org.assertj.swing.driver.ComponentDriver
-
Move the mouse appropriately to get from the source to the destination.
- dragSource() - Method in class org.assertj.swing.input.InputState
-
- driver - Variable in class org.assertj.swing.driver.JTableTextComponentEditorCellWriter
-
- driver() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
- drop(Component, Point) - Method in class org.assertj.swing.core.ComponentDragAndDrop
-
Ends a drag operation, releasing the mouse button over the given target location.
- drop(Component) - Method in class org.assertj.swing.driver.ComponentDriver
-
Ends a drag operation at the centre of the Component.
- drop(Component, Point) - Method in class org.assertj.swing.driver.ComponentDriver
-
Ends a drag operation, releasing the mouse button over the given target location.
- drop(JList<?>, String) - Method in class org.assertj.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.assertj.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.assertj.swing.driver.JListDriver
-
Ends a drag operation at the location of the given index.
- drop(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
-
Starts a drop operation at the location of the given table cell.
- drop(JTree, int) - Method in class org.assertj.swing.driver.JTreeDriver
-
Ends a drag operation at the location of the given row.
- drop(JTree, String) - Method in class org.assertj.swing.driver.JTreeDriver
-
Ends a drag operation at the location of the given TreePath.
- drop() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Simulates a user dropping an item to this fixture's Component.
- drop() - Method in interface org.assertj.swing.fixture.ItemFixture
-
Simulates a user dropping into this fixture's item.
- drop(int) - Method in class org.assertj.swing.fixture.JListFixture
-
Simulates a user dropping an item to this fixture's JList.
- drop(String) - Method in class org.assertj.swing.fixture.JListFixture
-
Ends a drag operation at the location of the first item matching the given value.
- drop(Pattern) - Method in class org.assertj.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.assertj.swing.fixture.JListItemFixture
-
Simulates a user dropping into this fixture's list item.
- drop() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Simulates a user dropping into this fixture's table cell.
- drop(TableCell) - Method in class org.assertj.swing.fixture.JTableFixture
-
Simulates a user dropping an item to this fixture's JTable.
- drop(int) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Simulates a user dropping an item into this fixture's JTree.
- drop(String) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Simulates a user dropping an item into this fixture's JTree.
- drop() - Method in class org.assertj.swing.fixture.JTreePathFixture
-
Simulates a user dropping relative to this fixture's tree node.
- drop() - Method in class org.assertj.swing.fixture.JTreeRowFixture
-
Simulates a user dropping relative to this fixture's tree node.
- dropAbove(int) - Method in class org.assertj.swing.fixture.JListFixture
-
Simulates a user dropping an item to this fixture's JList.
- dropAbove(int) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Simulates a user dropping an item into this fixture's JTree.
- dropBelow(int) - Method in class org.assertj.swing.fixture.JListFixture
-
Simulates a user dropping an item to this fixture's JList.
- dropBelow(int) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Simulates a user dropping an item into this fixture's JTree.
- dropDelay() - Method in class org.assertj.swing.core.Settings
-
- dropDelay(int) - Method in class org.assertj.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.assertj.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.assertj.swing.core.ComponentFoundCondition
-
- duration() - Method in class org.assertj.swing.timing.Timeout
-
- FailOnThreadViolationRepaintManager - Class in org.assertj.swing.edt
-
Fails a test when a Event Dispatch Thread rule violation is detected.
- FailOnThreadViolationRepaintManager() - Constructor for class org.assertj.swing.edt.FailOnThreadViolationRepaintManager
-
- FailOnThreadViolationRepaintManager(boolean) - Constructor for class org.assertj.swing.edt.FailOnThreadViolationRepaintManager
-
- fileChooser() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- fileChooser(Timeout) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- fileChooser(GenericTypeMatcher<? extends JFileChooser>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- fileChooser(GenericTypeMatcher<? extends JFileChooser>, Timeout) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- fileChooser(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- fileChooser(String, Timeout) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- fileChooser() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns the only JFileChooser currently available (if any).
- fileChooser(Timeout) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns the only JFileChooser currently available (if any).
- fileChooser(GenericTypeMatcher<? extends JFileChooser>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JFileChooser that matches the specified search criteria.
- fileChooser(GenericTypeMatcher<? extends JFileChooser>, Timeout) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JFileChooser that matches the specified search criteria.
- fileChooser(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JFileChooser with a name matching the specified one.
- fileChooser(String, Timeout) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JFileChooser with a name matching the specified one.
- fileNameTextBox(JFileChooser) - Method in class org.assertj.swing.driver.JFileChooserDriver
-
Returns the text field where the user can enter the name of the file to select.
- fileNameTextBox() - Method in class org.assertj.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.assertj.swing.core.BasicComponentFinder
-
- find(ComponentMatcher) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- find(Container, GenericTypeMatcher<T>) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- find(Container, ComponentMatcher) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- find(ComponentMatcher) - Method in interface org.assertj.swing.core.ComponentFinder
-
- find(GenericTypeMatcher<T>) - Method in interface org.assertj.swing.core.ComponentFinder
-
- find(Container, GenericTypeMatcher<T>) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing
Component using the given
GenericTypeMatcher in the hierarchy under the given
root.
- find(Container, ComponentMatcher) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing
Component using the given
ComponentMatcher in the hierarchy under the given
root.
- find(GenericTypeMatcher<? extends T>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
Finds a
Component using the given
GenericTypeMatcher, contained in this fixture's
Container
.
- findActivePopupMenu() - Method in class org.assertj.swing.core.BasicRobot
-
- findActivePopupMenu() - Method in interface org.assertj.swing.core.Robot
-
- findAll(ComponentMatcher) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findAll(Container, ComponentMatcher) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findAll(GenericTypeMatcher<T>) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findAll(Container, GenericTypeMatcher<T>) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findAll(ComponentMatcher) - Method in interface org.assertj.swing.core.ComponentFinder
-
Returns all the AWT or Swing
Components that match the search criteria specified in the given
ComponentMatcher.
- findAll(Container, ComponentMatcher) - Method in interface org.assertj.swing.core.ComponentFinder
-
Returns all the AWT or Swing
Components under the given root that match the search criteria specified in
the given
ComponentMatcher.
- findAll(GenericTypeMatcher<T>) - Method in interface org.assertj.swing.core.ComponentFinder
-
Returns all the AWT or Swing
Components that match the search criteria specified in the given
GenericTypeMatcher.
- findAll(Container, GenericTypeMatcher<T>) - Method in interface org.assertj.swing.core.ComponentFinder
-
Returns all the AWT or Swing
Components under the given root that match the search criteria specified in
the given
GenericTypeMatcher.
- findByLabel(String, Class<T>) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByLabel(String, Class<T>, boolean) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByLabel(String) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByLabel(String, boolean) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByLabel(Container, String, Class<T>) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByLabel(Container, String, Class<T>, boolean) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByLabel(Container, String) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByLabel(Container, String, boolean) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByLabel(String) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by by the text of its associated JLabel.
- findByLabel(String, Class<T>) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by the text of its associated JLabel and type.
- findByLabel(String, Class<T>, boolean) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by the text of its associated JLabel and type.
- findByLabel(String, boolean) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by by the text of its associated JLabel.
- findByLabel(Container, String) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by the text of its associated JLabel, in the hierarchy under the
given root.
- findByLabel(Container, String, boolean) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by the text of its associated JLabel, in the hierarchy under the
given root.
- findByLabel(Container, String, Class<T>) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing 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.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing 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.assertj.swing.core.BasicComponentFinder
-
- findByName(String, Class<T>, boolean) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByName(String) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByName(String, boolean) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByName(Container, String, Class<T>) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByName(Container, String, Class<T>, boolean) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByName(Container, String) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByName(Container, String, boolean) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByName(String) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by name.
- findByName(String, Class<T>) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by name and type.
- findByName(String, Class<T>, boolean) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by name and type.
- findByName(String, boolean) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by name.
- findByName(Container, String) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by name, in the hierarchy under the given root.
- findByName(Container, String, boolean) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by name, in the hierarchy under the given root.
- findByName(Container, String, Class<T>) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by name and type, in the hierarchy under the given root.
- findByName(Container, String, Class<T>, boolean) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by name and type, in the hierarchy under the given root.
- findByName(String, Class<T>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
Finds a component by name and type, contained in this fixture's Container.
- findByType(Class<T>) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByType(Class<T>, boolean) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByType(Container, Class<T>) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByType(Container, Class<T>, boolean) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- findByType(Class<T>) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by type.
- findByType(Class<T>, boolean) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by type.
- findByType(Container, Class<T>) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by type in the hierarchy under the given root.
- findByType(Container, Class<T>, boolean) - Method in interface org.assertj.swing.core.ComponentFinder
-
Finds an AWT or Swing Component by type in the hierarchy under the given root.
- findByType(Class<T>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
Finds a component by type, contained in this fixture's Container.
- findCell(JTable, JTableCellReader) - Method in class org.assertj.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.assertj.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.assertj.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.assertj.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.assertj.swing.finder.ComponentFinderTemplate
-
Finds the component using either by name or type.
- findDialog(String) - Static method in class org.assertj.swing.finder.WindowFinder
-
Creates a new
DialogFinder capable of looking up a
Dialog by name.
- findDialog(Class<? extends Dialog>) - Static method in class org.assertj.swing.finder.WindowFinder
-
Creates a new
DialogFinder capable of looking up a
Dialog by type.
- findDialog(GenericTypeMatcher<? extends Dialog>) - Static method in class org.assertj.swing.finder.WindowFinder
-
Creates a new
DialogFinder capable of looking up a
Dialog using the provided matcher.
- finder() - Method in class org.assertj.swing.core.BasicRobot
-
- finder() - Method in interface org.assertj.swing.core.Robot
-
- finder() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- finderWithCurrentAwtHierarchy() - Static method in class org.assertj.swing.core.BasicComponentFinder
-
Creates a new
BasicComponentFinder that has access to all the AWT and Swing
Components in the AWT
hierarchy.
- finderWithNewAwtHierarchy() - Static method in class org.assertj.swing.core.BasicComponentFinder
-
- findFileChooser() - Static method in class org.assertj.swing.finder.JFileChooserFinder
-
- findFileChooser(String) - Static method in class org.assertj.swing.finder.JFileChooserFinder
-
- findFileChooser(GenericTypeMatcher<? extends JFileChooser>) - Static method in class org.assertj.swing.finder.JFileChooserFinder
-
Creates a new
JFileChooserFinder capable of looking up a
JFileChooser using the given matcher.
- findFrame(String) - Static method in class org.assertj.swing.finder.WindowFinder
-
Creates a new
FrameFinder capable of looking up a
Frame by name.
- findFrame(Class<? extends Frame>) - Static method in class org.assertj.swing.finder.WindowFinder
-
Creates a new
FrameFinder capable of looking up a
Frame by type.
- findFrame(GenericTypeMatcher<? extends Frame>) - Static method in class org.assertj.swing.finder.WindowFinder
-
Creates a new
FrameFinder capable of looking up a
Frame using the provided matcher.
- findOptionPane() - Static method in class org.assertj.swing.finder.JOptionPaneFinder
-
- findOptionPane(GenericTypeMatcher<? extends JOptionPane>) - Static method in class org.assertj.swing.finder.JOptionPaneFinder
-
Creates a new
JOptionPaneFinder capable of looking up a
JOptionPane using the given matcher.
- first - Variable in class org.assertj.swing.util.Pair
-
The first value in this tuple.
- floatTo(JToolBar, int, int) - Method in class org.assertj.swing.driver.JToolBarDriver
-
Drags the JToolBar to the given location, causing it to float.
- floatTo(Point) - Method in class org.assertj.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.assertj.swing.core.BasicRobot
-
- focus(Component) - Method in interface org.assertj.swing.core.Robot
-
Gives input focus to the given AWT or Swing Component.
- focus(Component) - Method in class org.assertj.swing.driver.ComponentDriver
-
Gives input focus to the given AWT or Swing Component.
- focus() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Gives input focus to this fixture's Component.
- focusAndWaitForFocusGain(Component) - Method in class org.assertj.swing.core.BasicRobot
-
- focusAndWaitForFocusGain(Component) - Method in interface org.assertj.swing.core.Robot
-
Gives input focus to the given AWT or Swing Component and waits until the Component has focus.
- focusAndWaitForFocusGain(Component) - Method in class org.assertj.swing.driver.ComponentDriver
-
Gives input focus to the given AWT or Swing Component and waits until the Component has focus.
- focusOwner() - Static method in class org.assertj.swing.core.FocusOwnerFinder
-
Returns the focus owner.
- FocusOwnerFinder - Class in org.assertj.swing.core
-
Finds the AWT or Swing Component owning the input focus.
- font(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
-
Returns the font of the given table cell.
- font() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
- font() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Returns a fixture that verifies the font of this fixture's table cell.
- FONT_PROPERTY - Static variable in class org.assertj.swing.fixture.AbstractComponentFixture
-
Name of the property "font".
- fontAt(JTable, int, int) - Method in interface org.assertj.swing.cell.JTableCellReader
-
Returns the font of the cell renderer for the given table cell.
- fontAt(JTable, int, int) - Method in class org.assertj.swing.driver.BasicJTableCellReader
-
Returns the font of the cell renderer for the given JTable cell.
- fontAt(TableCell) - Method in class org.assertj.swing.fixture.JTableFixture
-
Returns a fixture that verifies the font of the given table cell.
- FontFixture - Class in org.assertj.swing.fixture
-
Verifies the state of Fonts.
- FontFixture(Font) - Constructor for class org.assertj.swing.fixture.FontFixture
-
- FontFixture(Font, String) - Constructor for class org.assertj.swing.fixture.FontFixture
-
- FontFixture(Font, Description) - Constructor for class org.assertj.swing.fixture.FontFixture
-
- fontOf(Component) - Method in class org.assertj.swing.driver.ComponentDriver
-
Returns the font of the given AWT or Swing Component.
- foreground(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
-
Returns the foreground colour of the given table cell.
- foreground() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
- foreground() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Returns a fixture that verifies the foreground color of this fixture's table cell.
- FOREGROUND_PROPERTY - Static variable in class org.assertj.swing.fixture.AbstractComponentFixture
-
Name of the property "foreground".
- foregroundAt(JTable, int, int) - Method in interface org.assertj.swing.cell.JTableCellReader
-
Returns the foreground color of the cell renderer for the given table cell.
- foregroundAt(JTable, int, int) - Method in class org.assertj.swing.driver.BasicJTableCellReader
-
Returns the foreground color of the cell renderer for the given JTable cell.
- foregroundAt(TableCell) - Method in class org.assertj.swing.fixture.JTableFixture
-
Returns a fixture that verifies the foreground color of the given table cell.
- foregroundOf(Component) - Method in class org.assertj.swing.driver.ComponentDriver
-
Returns the foreground color of the given AWT or Swing Component.
- format(Component) - Method in interface org.assertj.swing.format.ComponentFormatter
-
Returns a String representation of the given AWT or Swing Component.
- format(Component) - Method in class org.assertj.swing.format.ComponentFormatterTemplate
-
Returns the String representation of the given AWT or Swing Component.
- format(Component) - Static method in class org.assertj.swing.format.Formatting
-
Returns a String representation of the given AWT or Swing Component.
- format(Object) - Static method in class org.assertj.swing.util.Arrays
-
- format(String[][]) - Static method in class org.assertj.swing.util.Arrays
-
Formats a two-dimensional String array.
- format(Pattern[]) - Static method in class org.assertj.swing.util.Patterns
-
Formats the given array of regular expression patterns.
- formattedValues() - Method in class org.assertj.swing.util.PatternTextMatcher
-
- formattedValues() - Method in class org.assertj.swing.util.StringTextMatcher
-
- formattedValues() - Method in interface org.assertj.swing.util.TextMatcher
-
- Formatting - Class in org.assertj.swing.format
-
Utility methods related to formatting.
- found() - Method in class org.assertj.swing.core.ComponentFoundCondition
-
- found() - Method in exception org.assertj.swing.exception.ComponentLookupException
-
- FrameDriver - Class in org.assertj.swing.driver
-
Supports functional testing of AWT or Swing Frames.
- FrameDriver(Robot) - Constructor for class org.assertj.swing.driver.FrameDriver
-
- FrameFinder - Class in org.assertj.swing.finder
-
Finder for Frames.
- FrameFinder(String) - Constructor for class org.assertj.swing.finder.FrameFinder
-
- FrameFinder(GenericTypeMatcher<? extends Frame>) - Constructor for class org.assertj.swing.finder.FrameFinder
-
- FrameFinder(Class<? extends Frame>) - Constructor for class org.assertj.swing.finder.FrameFinder
-
- FrameFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of Frames.
- FrameFixture(Frame) - Constructor for class org.assertj.swing.fixture.FrameFixture
-
- FrameFixture(Robot, Frame) - Constructor for class org.assertj.swing.fixture.FrameFixture
-
- FrameFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.FrameFixture
-
- FrameFixture(String) - Constructor for class org.assertj.swing.fixture.FrameFixture
-
- frameFixtureFor(Container) - Static method in class org.assertj.swing.fixture.Containers
-
Creates a new JFrame and uses the given Container as its content pane.
- frameFixtureFor(Robot, Container) - Static method in class org.assertj.swing.fixture.Containers
-
Creates a new JFrame and uses the given Container as its content pane.
- frameFor(Container) - Static method in class org.assertj.swing.fixture.Containers
-
Creates a new JFrame and uses the given Container as its content pane.
- FrameLikeFixture<S> - Interface in org.assertj.swing.fixture
-
Supports functional testing of frame-like components (not necessarily subclasses of java.awt.Frame).
- FrameMatcher - Class in org.assertj.swing.core.matcher
-
Matches AWT or Swing Frames by name, title or visibility on the screen.
- from() - Method in class org.assertj.swing.util.GenericRange
-
- from(int) - Static method in class org.assertj.swing.util.Range
-
Creates a new
Range.From, representing the starting value of a range.
- iconify(Frame) - Method in class org.assertj.swing.driver.FrameDriver
-
Iconifies the given AWT or Swing Frame.
- iconify(JInternalFrame) - Method in class org.assertj.swing.driver.JInternalFrameDriver
-
Iconifies the given JInternalFrame.
- iconify() - Method in class org.assertj.swing.fixture.FrameFixture
-
Simulates a user iconifying this fixture's Frame.
- iconify() - Method in interface org.assertj.swing.fixture.FrameLikeFixture
-
Simulates a user iconifying this fixture's frame-like component.
- iconify() - Method in class org.assertj.swing.fixture.JInternalFrameFixture
-
Simulates a user iconifying this fixture's JInternalFrame.
- idleTimeout() - Method in class org.assertj.swing.core.Settings
-
- idleTimeout(int) - Method in class org.assertj.swing.core.Settings
-
Updates the time (in milliseconds) to wait for an idle AWT event queue.
- ignoreExisting() - Method in class org.assertj.swing.hierarchy.NewHierarchy
-
Makes all currently existing AWT and Swing Component invisible to this hierarchy, without affecting their
current state.
- ignoreExistingComponents() - Static method in class org.assertj.swing.hierarchy.NewHierarchy
-
Creates a new
NewHierarchy which does not contain any existing AWT or Swing
Components.
- ImageAssert - Class in org.assertj.swing.assertions
-
Assertion methods for images.
- ImageAssert(BufferedImage) - Constructor for class org.assertj.swing.assertions.ImageAssert
-
- ImageException - Exception in org.assertj.swing.image
-
Exception thrown by
ScreenshotTaker when, for some reason, a screenshot of the desktop cannot be taken.
- ImageException(String) - Constructor for exception org.assertj.swing.image.ImageException
-
- ImageException(String, Throwable) - Constructor for exception org.assertj.swing.image.ImageException
-
- ImageFileExtensions - Class in org.assertj.swing.image
-
Common image file extensions.
- ImageFileWriter - Class in org.assertj.swing.image
-
Writes an image as a file in the file system.
- ImageFileWriter() - Constructor for class org.assertj.swing.image.ImageFileWriter
-
- ImageReader - Class in org.assertj.swing.util
-
Reads an image from a file.
- Images - Class in org.assertj.swing.internal.assertions
-
- includeExistingComponents() - Static method in class org.assertj.swing.hierarchy.NewHierarchy
-
Creates a new
NewHierarchy which contains existing AWT or Swing
Components.
- includeHierarchyIfComponentNotFound() - Method in class org.assertj.swing.core.BasicComponentFinder
-
- includeHierarchyIfComponentNotFound(boolean) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- includeHierarchyIfComponentNotFound() - Method in interface org.assertj.swing.core.ComponentFinder
-
- includeHierarchyIfComponentNotFound(boolean) - Method in interface org.assertj.swing.core.ComponentFinder
-
- increment(JSpinner, int) - Method in class org.assertj.swing.driver.JSpinnerDriver
-
Increments the value of the JSpinner the given number of times.
- increment(JSpinner) - Method in class org.assertj.swing.driver.JSpinnerDriver
-
Increments the value of the JSpinner.
- increment(int) - Method in class org.assertj.swing.fixture.JSpinnerFixture
-
Simulates a user incrementing the value of this fixture's JSpinner the given number of times.
- increment() - Method in class org.assertj.swing.fixture.JSpinnerFixture
-
Simulates a user incrementing the value of this fixture's JSpinner one time.
- Index - Class in org.assertj.swing.data
-
An integer-based index.
- index() - Method in class org.assertj.swing.fixture.JListItemFixture
-
- index() - Method in class org.assertj.swing.fixture.JTreeRowFixture
-
- indexOf(JList<?>, String) - Method in class org.assertj.swing.driver.JListDriver
-
Returns the index of the first item matching the given value.
- indexOf(JList<?>, Pattern) - Method in class org.assertj.swing.driver.JListDriver
-
Returns the index of the first item matching the given regular expression pattern.
- indexOf(JTabbedPane, String) - Method in class org.assertj.swing.driver.JTabbedPaneLocation
-
Returns the index of the first tab that matches the given String.
- indexOf(JTabbedPane, TextMatcher) - Method in class org.assertj.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.assertj.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.assertj.swing.core.FocusOwnerFinder
-
- inEdtFormat(Component) - Static method in class org.assertj.swing.format.Formatting
-
Returns a String representation of the given AWT or Swing Component.
- inMenuBar() - Method in class org.assertj.swing.driver.JMenuItemLocation
-
Indicates whether the
JMenuItem is in a
JMenuBar.
- InputState - Class in org.assertj.swing.input
-
Keeps track of a given input state.
- InputState(Toolkit) - Constructor for class org.assertj.swing.input.InputState
-
- insetsFrom(Container) - Static method in class org.assertj.swing.awt.AWT
-
Returns the insets of the given AWT or Swing Container, or an empty one if no insets can be found.
- install() - Static method in class org.assertj.swing.edt.FailOnThreadViolationRepaintManager
-
- installAWTExceptionHandler(Class<?>) - Static method in class org.assertj.swing.util.AWTExceptionHandlerInstaller
-
Installs the given exception handler type.
- installNoExitSecurityManager() - Static method in class org.assertj.swing.security.NoExitSecurityManagerInstaller
-
- installNoExitSecurityManager(ExitCallHook) - Static method in class org.assertj.swing.security.NoExitSecurityManagerInstaller
-
- instance() - Static method in class org.assertj.swing.internal.assertions.Images
-
Returns the singleton instance of this class.
- instance() - Static method in class org.assertj.swing.lock.ScreenLock
-
- instance() - Static method in class org.assertj.swing.monitor.WindowMonitor
-
- instance() - Static method in class org.assertj.swing.text.TextReaders
-
- instance() - Static method in class org.assertj.swing.util.ToolkitProvider
-
- InternalApi - Annotation Type in org.assertj.swing.internal.annotation
-
Indicates that a type, method or constructor are meant for internal use only.
- internalFrame() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- internalFrame(GenericTypeMatcher<? extends JInternalFrame>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- internalFrame(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- internalFrame() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
- internalFrame(GenericTypeMatcher<? extends JInternalFrame>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a
JInternalFrame in this fixture's
Container, that matches the specified search criteria.
- internalFrame(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a
JInternalFrame in this fixture's
Container whose name matches the specified one.
- IntrospectionComponentFormatter - Class in org.assertj.swing.format
-
Formatter that uses
introspection to display property values of an AWT or Swing
Component.
- IntrospectionComponentFormatter(Class<? extends Component>, String...) - Constructor for class org.assertj.swing.format.IntrospectionComponentFormatter
-
- invokeAction(JComponent, String) - Method in class org.assertj.swing.driver.JComponentDriver
-
Invokes an javax.swing.Action from the JComponent's javax.swing.ActionMap.
- invokePopupMenu(Component) - Method in class org.assertj.swing.driver.ComponentDriver
-
Shows a pop-up menu using the given AWT or Swing Component as the invoker of the pop-up menu.
- invokePopupMenu(Component, Point) - Method in class org.assertj.swing.driver.ComponentDriver
-
Shows a pop-up menu at the given point using the given AWT or Swing Component as the invoker of the pop-up
menu.
- invokerOf(Component) - Static method in class org.assertj.swing.awt.AWT
-
Returns the invoker, if any, of the given AWT or Swing Component; or null, if the Component
is not on a pop-up of any sort.
- IORuntimeException - Exception in org.assertj.swing.internal.annotation
-
Signals that an I/O exception of some sort has occurred.
- IORuntimeException(String) - Constructor for exception org.assertj.swing.internal.annotation.IORuntimeException
-
- IORuntimeException(String, IOException) - Constructor for exception org.assertj.swing.internal.annotation.IORuntimeException
-
- isActive() - Method in class org.assertj.swing.applet.BasicAppletStub
-
Not implemented.
- isActive() - Method in class org.assertj.swing.core.BasicRobot
-
- isActive() - Method in interface org.assertj.swing.core.Robot
-
Indicates whether this Robot is active.
- isActive() - Method in class org.assertj.swing.driver.JAppletDriver
-
Indicates whether the default JApplet is active or not.
- isActive(JApplet) - Method in class org.assertj.swing.driver.JAppletDriver
-
Indicates whether the given JApplet is active or not.
- isAppletViewer(Component) - Static method in class org.assertj.swing.awt.AWT
-
Returns true if the given component is an Applet viewer.
- isDefaultToString(String) - Static method in class org.assertj.swing.util.Strings
-
Indicates whether the given String is the default toString() implementation of an Object.
- isDragging() - Method in class org.assertj.swing.core.BasicRobot
-
- isDragging() - Method in interface org.assertj.swing.core.Robot
-
Indicates whether the robot is currently in a dragging operation.
- isEnabled() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Indicates whether this fixture's Component is enabled.
- isEnabled(Component) - Static method in class org.assertj.swing.query.ComponentEnabledQuery
-
Indicates whether the given AWT or Swing Component is enabled or not.
- isEqualTo(RgbColor, Offset<Integer>) - Method in class org.assertj.swing.assertions.data.RgbColor
-
Indicates whether the given
RgbColor is equal to this one.
- isEqualTo(BufferedImage) - Method in class org.assertj.swing.assertions.ImageAssert
-
Verifies that the actual image is equal to the given one.
- isEqualTo(BufferedImage, Offset<Integer>) - Method in class org.assertj.swing.assertions.ImageAssert
-
Verifies that the actual image is equal to the given one.
- isFloating(JToolBar) - Method in class org.assertj.swing.driver.JToolBarDriver
-
Indicates whether the given JToolBar is floating or not.
- isGUITest(Class<?>, Method) - Static method in class org.assertj.swing.annotation.GUITestFinder
-
Returns
true if the given class and/or method are annotated with
GUITest.
- isHeavyWeightPopup(Component) - Static method in class org.assertj.swing.awt.AWT
-
Returns whether the given AWT or Swing Component is a heavy-weight pop-up, that is, a container for a
JPopupMenu that is implemented with a heavy-weight component (usually an AWT or Swing Window).
- isHPUX() - Static method in class org.assertj.swing.util.Platform
-
Indicates whether the operating system is HP-UX.
- isLinux() - Static method in class org.assertj.swing.util.Platform
-
Indicates whether the operating system is Linux.
- isMacintosh() - Static method in class org.assertj.swing.util.Platform
-
Indicates whether the operating system is a Macintosh OS.
- isMatching(T) - Method in class org.assertj.swing.core.GenericTypeMatcher
-
Verifies that the given AWT or Swing Component matches some search criteria.
- isMatching(Dialog) - Method in class org.assertj.swing.core.matcher.DialogMatcher
-
Indicates whether the name and title of the given AWT or Swing Dialog match the ones in this matcher.
- isMatching(Frame) - Method in class org.assertj.swing.core.matcher.FrameMatcher
-
Indicates whether the name and title of the given AWT or Swing Frame match the ones in this matcher.
- isMatching(JButton) - Method in class org.assertj.swing.core.matcher.JButtonMatcher
-
Indicates whether the name and text of the given JButton match the ones in this matcher.
- isMatching(JLabel) - Method in class org.assertj.swing.core.matcher.JLabelMatcher
-
Indicates whether the name and text of the given JLabel match the ones in this matcher.
- isMatching(JTextComponent) - Method in class org.assertj.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.assertj.swing.util.PatternTextMatcher
-
Indicates whether the given text matches the regular expression patterns in this matcher.
- isMatching(String) - Method in class org.assertj.swing.util.StringTextMatcher
-
Indicates whether the given text matches the String values in this matcher.
- isMatching(String) - Method in interface org.assertj.swing.util.TextMatcher
-
Indicates whether the given text matches some value(s).
- isModifier(int) - Static method in class org.assertj.swing.util.Modifiers
-
Indicates whether the given key code is a modifier.
- isNameMatching(String) - Method in class org.assertj.swing.core.matcher.NamedComponentMatcherTemplate
-
Indicates whether the given value matches the name in this matcher.
- isNativeDragActive() - Method in class org.assertj.swing.input.InputState
-
Indicates whether there is a native drag/drop operation in progress.
- isNotEqualTo(BufferedImage) - Method in class org.assertj.swing.assertions.ImageAssert
-
- isNullOrEmpty(Map<?, ?>) - Static method in class org.assertj.swing.util.Maps
-
Indicates whether the given Map is null or empty.
- isNullOrEmpty(String) - Static method in class org.assertj.swing.util.Strings
-
Indicates whether the given String is null or empty.
- isOSX() - Static method in class org.assertj.swing.util.Platform
-
Indicates whether the operating system is Mac OS X.
- isParentAMenu() - Method in class org.assertj.swing.driver.JMenuItemLocation
-
Indicates whether the parent of the JMenuItem is another menu.
- isPointInScreenBoundaries(JComponent, Point) - Static method in class org.assertj.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.assertj.swing.awt.AWT
-
Indicates whether the given point is inside the screen boundaries.
- isReadyForInput(Component) - Method in class org.assertj.swing.core.BasicRobot
-
Indicates whether the given AWT or Swing Component is ready for input.
- isReadyForInput(Component) - Method in interface org.assertj.swing.core.Robot
-
Indicates whether the given AWT or Swing Component is ready for input.
- isResizable(Container) - Method in class org.assertj.swing.driver.ContainerDriver
-
- isSharedInvisibleFrame(Component) - Static method in class org.assertj.swing.awt.AWT
-
Returns whether the given component is the default Swing hidden frame.
- isShowing(Component) - Static method in class org.assertj.swing.query.ComponentShowingQuery
-
Indicates whether the given AWT or Swing Component is showing or not.
- isSolaris() - Static method in class org.assertj.swing.util.Platform
-
Indicates whether the operating system is Solaris.
- isTimeOut() - Method in class org.assertj.swing.util.TimeoutWatch
-
- isVisible(JComponent, Rectangle) - Static method in class org.assertj.swing.driver.JComponentDriver
-
Indicates whether the given
JComponent's visible
Rectangle contains the given one.
- isVisible(JComponent, Point) - Method in class org.assertj.swing.driver.JComponentDriver
-
Indicates whether the given
JComponent's visible
Rectangle contains the given
Point.
- isVisible(Component) - Static method in class org.assertj.swing.query.ComponentVisibleQuery
-
Indicates whether the given AWT or Swing Component is visible or not.
- isWindowReady(Window) - Method in class org.assertj.swing.monitor.WindowMonitor
-
Returns whether the AWT or Swing Window is ready to receive OS-level event input.
- isWindows() - Static method in class org.assertj.swing.util.Platform
-
Indicates whether the operating system is Windows.
- isWindows9x() - Static method in class org.assertj.swing.util.Platform
-
Indicates whether the operating system is Windows 9x (95, 98 or ME).
- isWindowsXP() - Static method in class org.assertj.swing.util.Platform
-
Indicates whether the operating system is Windows XP.
- isX11() - Static method in class org.assertj.swing.util.Platform
-
Indicates whether the operating system is using the X11 Windowing system.
- item(int) - Method in class org.assertj.swing.fixture.JListFixture
-
Returns a fixture that manages the list item specified by the given index.
- item(String) - Method in class org.assertj.swing.fixture.JListFixture
-
Returns a fixture that manages the list item specified by the given text.
- item(Pattern) - Method in class org.assertj.swing.fixture.JListFixture
-
Returns a fixture that manages the list item whose text matches the given regular expression pattern.
- ItemFixture<S> - Interface in org.assertj.swing.fixture
-
Supports functional testing of single items inside JComponents (e.g.
- ItemGroupFixture<S> - Interface in org.assertj.swing.fixture
-
Supports functional testing of Components that contains or display a group of items.
- JAppletDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JApplets.
- JAppletDriver(Robot) - Constructor for class org.assertj.swing.driver.JAppletDriver
-
- JAppletDriver(Robot, JApplet) - Constructor for class org.assertj.swing.driver.JAppletDriver
-
- JButtonFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JButtons.
- JButtonFixture(Robot, JButton) - Constructor for class org.assertj.swing.fixture.JButtonFixture
-
- JButtonFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JButtonFixture
-
- JButtonMatcher - Class in org.assertj.swing.core.matcher
-
Matches JButtons by name, text or visibility on the screen.
- JCheckBoxFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JCheckBoxes.
- JCheckBoxFixture(Robot, JCheckBox) - Constructor for class org.assertj.swing.fixture.JCheckBoxFixture
-
- JCheckBoxFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JCheckBoxFixture
-
- JComboBoxCellReader - Interface in org.assertj.swing.cell
-
Reads the content of a cell in JComboBox, as it appears to the user.
- JComboBoxDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JComboBoxes.
- JComboBoxDriver(Robot) - Constructor for class org.assertj.swing.driver.JComboBoxDriver
-
- JComboBoxFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JComboBoxes.
- JComboBoxFixture(Robot, JComboBox) - Constructor for class org.assertj.swing.fixture.JComboBoxFixture
-
- JComboBoxFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JComboBoxFixture
-
- JComboBoxFormatter - Class in org.assertj.swing.format
-
Formatter for JComboBoxes.
- JComboBoxFormatter() - Constructor for class org.assertj.swing.format.JComboBoxFormatter
-
- JComponentDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JComponents.
- JComponentDriver(Robot) - Constructor for class org.assertj.swing.driver.JComponentDriver
-
- JComponentFixture<S> - Interface in org.assertj.swing.fixture
-
Supports functional testing of JComponents.
- JFileChooserDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JFileChoosers.
- JFileChooserDriver(Robot) - Constructor for class org.assertj.swing.driver.JFileChooserDriver
-
- JFileChooserFinder - Class in org.assertj.swing.finder
-
Looks up JFileChoosers.
- JFileChooserFinder() - Constructor for class org.assertj.swing.finder.JFileChooserFinder
-
- JFileChooserFinder(String) - Constructor for class org.assertj.swing.finder.JFileChooserFinder
-
- JFileChooserFinder(GenericTypeMatcher<? extends JFileChooser>) - Constructor for class org.assertj.swing.finder.JFileChooserFinder
-
- JFileChooserFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JFileChoosers.
- JFileChooserFixture(Robot) - Constructor for class org.assertj.swing.fixture.JFileChooserFixture
-
- JFileChooserFixture(Robot, JFileChooser) - Constructor for class org.assertj.swing.fixture.JFileChooserFixture
-
- JFileChooserFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JFileChooserFixture
-
- JFileChooserFormatter - Class in org.assertj.swing.format
-
Formatter for JFileChoosers.
- JFileChooserFormatter() - Constructor for class org.assertj.swing.format.JFileChooserFormatter
-
- JInternalFrameDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JInternalFrames.
- JInternalFrameDriver(Robot) - Constructor for class org.assertj.swing.driver.JInternalFrameDriver
-
- JInternalFrameFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JInternalFrames
- JInternalFrameFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JInternalFrameFixture
-
- JInternalFrameFixture(Robot, JInternalFrame) - Constructor for class org.assertj.swing.fixture.JInternalFrameFixture
-
- jitter(Component) - Method in class org.assertj.swing.core.BasicRobot
-
- jitter(Component, Point) - Method in class org.assertj.swing.core.BasicRobot
-
- jitter(Component) - Method in interface org.assertj.swing.core.Robot
-
Makes the mouse pointer show small quick jumpy movements on the given AWT or Swing Component.
- jitter(Component, Point) - Method in interface org.assertj.swing.core.Robot
-
Makes the mouse pointer show small quick jumpy movements on the given AWT or Swing Component at the given
point.
- JLabelDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JLabels.
- JLabelDriver(Robot) - Constructor for class org.assertj.swing.driver.JLabelDriver
-
- JLabelFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JLabels.
- JLabelFixture(Robot, JLabel) - Constructor for class org.assertj.swing.fixture.JLabelFixture
-
- JLabelFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JLabelFixture
-
- JLabelMatcher - Class in org.assertj.swing.core.matcher
-
Matches JLabels by name, text or visibility on the screen.
- JLabelTextReader - Class in org.assertj.swing.text
-
Reads the text displayed in a JLabel.
- JLabelTextReader() - Constructor for class org.assertj.swing.text.JLabelTextReader
-
- JListCellReader - Interface in org.assertj.swing.cell
-
Reads the content of a cell in Jlist, as it appears to the user.
- JListDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JLists.
- JListDriver(Robot) - Constructor for class org.assertj.swing.driver.JListDriver
-
- JListFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JLists.
- JListFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JListFixture
-
- JListFixture(Robot, JList) - Constructor for class org.assertj.swing.fixture.JListFixture
-
- JListFormatter - Class in org.assertj.swing.format
-
Formatter for JLists.
- JListFormatter() - Constructor for class org.assertj.swing.format.JListFormatter
-
- JListItemFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of single items in JLists.
- JListItemFixture(JListFixture, int) - Constructor for class org.assertj.swing.fixture.JListItemFixture
-
- JListTextReader - Class in org.assertj.swing.text
-
Reads the text displayed in a JList.
- JListTextReader() - Constructor for class org.assertj.swing.text.JListTextReader
-
- JMenuItemDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JMenuItems.
- JMenuItemDriver(Robot) - Constructor for class org.assertj.swing.driver.JMenuItemDriver
-
- JMenuItemFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JMenuItems.
- JMenuItemFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JMenuItemFixture
-
- JMenuItemFixture(Robot, JMenuItem) - Constructor for class org.assertj.swing.fixture.JMenuItemFixture
-
- JMenuItemLocation - Class in org.assertj.swing.driver
-
Location of a JMenuItem.
- JMenuItemLocation(JMenuItem) - Constructor for class org.assertj.swing.driver.JMenuItemLocation
-
- JMenuItemMatcher - Class in org.assertj.swing.driver
-
Matches a JMenuItem given a simple label or a menu path of the format "menu|submenu|menuitem", for example
"File|Open|Can of worms".
- JMenuItemMatcher(String...) - Constructor for class org.assertj.swing.driver.JMenuItemMatcher
-
- JOptionPaneDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JOptionPanes.
- JOptionPaneDriver(Robot) - Constructor for class org.assertj.swing.driver.JOptionPaneDriver
-
- JOptionPaneFinder - Class in org.assertj.swing.finder
-
Finder for JOptionPanes.
- JOptionPaneFinder() - Constructor for class org.assertj.swing.finder.JOptionPaneFinder
-
- JOptionPaneFinder(GenericTypeMatcher<? extends JOptionPane>) - Constructor for class org.assertj.swing.finder.JOptionPaneFinder
-
- JOptionPaneFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JOptionPanes.
- JOptionPaneFixture(Robot) - Constructor for class org.assertj.swing.fixture.JOptionPaneFixture
-
- JOptionPaneFixture(Robot, JOptionPane) - Constructor for class org.assertj.swing.fixture.JOptionPaneFixture
-
- JOptionPaneFormatter - Class in org.assertj.swing.format
-
Formatter for JOptionPanes.
- JOptionPaneFormatter() - Constructor for class org.assertj.swing.format.JOptionPaneFormatter
-
- JPanelFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JPanels.
- JPanelFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JPanelFixture
-
- JPanelFixture(Robot, JPanel) - Constructor for class org.assertj.swing.fixture.JPanelFixture
-
- JPopupMenuDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JPopupMenus.
- JPopupMenuDriver(Robot) - Constructor for class org.assertj.swing.driver.JPopupMenuDriver
-
- JPopupMenuFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JPopupMenus
- JPopupMenuFixture(Robot, JPopupMenu) - Constructor for class org.assertj.swing.fixture.JPopupMenuFixture
-
- JPopupMenuInvokerFixture - Interface in org.assertj.swing.fixture
-
Simulates user input on JComponents capable of invoking JPopupMenus.
- JProgressBarDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JProgressBars.
- JProgressBarDriver(Robot) - Constructor for class org.assertj.swing.driver.JProgressBarDriver
-
- JProgressBarFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JProgressBars.
- JProgressBarFixture(Robot, JProgressBar) - Constructor for class org.assertj.swing.fixture.JProgressBarFixture
-
- JProgressBarFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JProgressBarFixture
-
- JRadioButtonFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JRadioButtons.
- JRadioButtonFixture(Robot, JRadioButton) - Constructor for class org.assertj.swing.fixture.JRadioButtonFixture
-
- JRadioButtonFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JRadioButtonFixture
-
- JScrollBarDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JScrollBars.
- JScrollBarDriver(Robot) - Constructor for class org.assertj.swing.driver.JScrollBarDriver
-
- JScrollBarFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JScrollBars.
- JScrollBarFixture(Robot, JScrollBar) - Constructor for class org.assertj.swing.fixture.JScrollBarFixture
-
- JScrollBarFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JScrollBarFixture
-
- JScrollBarLocation - Class in org.assertj.swing.driver
-
A location in a JScrollBar.
- JScrollBarLocation() - Constructor for class org.assertj.swing.driver.JScrollBarLocation
-
- JScrollPaneDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JScrollPanes.
- JScrollPaneDriver(Robot) - Constructor for class org.assertj.swing.driver.JScrollPaneDriver
-
- JScrollPaneFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JScrollPanes.
- JScrollPaneFixture(Robot, JScrollPane) - Constructor for class org.assertj.swing.fixture.JScrollPaneFixture
-
- JScrollPaneFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JScrollPaneFixture
-
- JSliderDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JSliders.
- JSliderDriver(Robot) - Constructor for class org.assertj.swing.driver.JSliderDriver
-
- JSliderFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JSliders.
- JSliderFixture(Robot, JSlider) - Constructor for class org.assertj.swing.fixture.JSliderFixture
-
- JSliderFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JSliderFixture
-
- JSliderLocation - Class in org.assertj.swing.driver
-
A location in a JSlider.
- JSliderLocation() - Constructor for class org.assertj.swing.driver.JSliderLocation
-
- JSpinnerDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JSpinners.
- JSpinnerDriver(Robot) - Constructor for class org.assertj.swing.driver.JSpinnerDriver
-
- JSpinnerFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JSpinners:
- JSpinnerFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JSpinnerFixture
-
- JSpinnerFixture(Robot, JSpinner) - Constructor for class org.assertj.swing.fixture.JSpinnerFixture
-
- JSplitPaneDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JSplitPanes.
- JSplitPaneDriver(Robot) - Constructor for class org.assertj.swing.driver.JSplitPaneDriver
-
- JSplitPaneFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JSplitPanes.
- JSplitPaneFixture(Robot, JSplitPane) - Constructor for class org.assertj.swing.fixture.JSplitPaneFixture
-
- JSplitPaneFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JSplitPaneFixture
-
- JTabbedPaneDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JTabbedPanes.
- JTabbedPaneDriver(Robot) - Constructor for class org.assertj.swing.driver.JTabbedPaneDriver
-
- JTabbedPaneFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JTabbedPanes.
- JTabbedPaneFixture(Robot, JTabbedPane) - Constructor for class org.assertj.swing.fixture.JTabbedPaneFixture
-
- JTabbedPaneFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JTabbedPaneFixture
-
- JTabbedPaneFormatter - Class in org.assertj.swing.format
-
Formatter for JTabbedPanes.
- JTabbedPaneFormatter() - Constructor for class org.assertj.swing.format.JTabbedPaneFormatter
-
- JTabbedPaneLocation - Class in org.assertj.swing.driver
-
A location on a JTabbedPane (notably a tab).
- JTabbedPaneLocation() - Constructor for class org.assertj.swing.driver.JTabbedPaneLocation
-
- JTableCellFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of single cells in JTables.
- JTableCellFixture(JTableFixture, TableCell) - Constructor for class org.assertj.swing.fixture.JTableCellFixture
-
- JTableCellPreconditions - Class in org.assertj.swing.driver
-
Verifies correct argument values and state of JTable cells.
- JTableCellReader - Interface in org.assertj.swing.cell
-
Reads the content of a cell in JTable, as it appears to the user.
- JTableCellWriter - Interface in org.assertj.swing.cell
-
Edits the value of a cell in a JTable.
- JTableCheckBoxEditorCellWriter - Class in org.assertj.swing.driver
-
- JTableCheckBoxEditorCellWriter(Robot) - Constructor for class org.assertj.swing.driver.JTableCheckBoxEditorCellWriter
-
- JTableColumnByIdentifierQuery - Class in org.assertj.swing.query
-
An action that returns the index of a column in a JTable whose identifier matches the given one.
- JTableComboBoxEditorCellWriter - Class in org.assertj.swing.driver
-
- JTableComboBoxEditorCellWriter(Robot) - Constructor for class org.assertj.swing.driver.JTableComboBoxEditorCellWriter
-
- JTableDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JTables.
- JTableDriver(Robot) - Constructor for class org.assertj.swing.driver.JTableDriver
-
- JTableFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JTables.
- JTableFixture(Robot, JTable) - Constructor for class org.assertj.swing.fixture.JTableFixture
-
- JTableFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JTableFixture
-
- JTableFormatter - Class in org.assertj.swing.format
-
Formatter for JTables.
- JTableFormatter() - Constructor for class org.assertj.swing.format.JTableFormatter
-
- JTableHeaderDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JTableHeaders.
- JTableHeaderDriver(Robot) - Constructor for class org.assertj.swing.driver.JTableHeaderDriver
-
- JTableHeaderFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JTableHeaders.
- JTableHeaderFixture(Robot, JTableHeader) - Constructor for class org.assertj.swing.fixture.JTableHeaderFixture
-
- JTableHeaderLocation - Class in org.assertj.swing.driver
-
Location of a JTableHeader (a coordinate, column index or value).
- JTableHeaderLocation() - Constructor for class org.assertj.swing.driver.JTableHeaderLocation
-
- JTableLocation - Class in org.assertj.swing.driver
-
A visible location on a JTable.
- JTableLocation() - Constructor for class org.assertj.swing.driver.JTableLocation
-
- JTableTextComponentEditorCellWriter - Class in org.assertj.swing.driver
-
- JTableTextComponentEditorCellWriter(Robot) - Constructor for class org.assertj.swing.driver.JTableTextComponentEditorCellWriter
-
- JTextComponentDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JTextComponents.
- JTextComponentDriver(Robot) - Constructor for class org.assertj.swing.driver.JTextComponentDriver
-
- JTextComponentFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JTextComponents.
- JTextComponentFixture(Robot, JTextComponent) - Constructor for class org.assertj.swing.fixture.JTextComponentFixture
-
- JTextComponentFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JTextComponentFixture
-
- JTextComponentMatcher - Class in org.assertj.swing.core.matcher
-
Matches JTextComponents by name, text or visibility on the screen.
- JTextComponentTextReader - Class in org.assertj.swing.text
-
Reads the text displayed in a JTextComponent.
- JTextComponentTextReader() - Constructor for class org.assertj.swing.text.JTextComponentTextReader
-
- JToggleButtonFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JToggleButtons.
- JToggleButtonFixture(Robot, JToggleButton) - Constructor for class org.assertj.swing.fixture.JToggleButtonFixture
-
- JToggleButtonFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JToggleButtonFixture
-
- JToolBarDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JToolBars.
- JToolBarDriver(Robot) - Constructor for class org.assertj.swing.driver.JToolBarDriver
-
- JToolBarFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JToolBars.
- JToolBarFixture(Robot, JToolBar) - Constructor for class org.assertj.swing.fixture.JToolBarFixture
-
- JToolBarFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JToolBarFixture
-
- JToolBarFixture.UnfloatConstraint - Enum in org.assertj.swing.fixture
-
Constraints used to unfloat a floating JToolBars.
- JToolBarLocation - Class in org.assertj.swing.driver
-
A visible location on a JToolBar.
- JToolBarLocation() - Constructor for class org.assertj.swing.driver.JToolBarLocation
-
- JTreeCellReader - Interface in org.assertj.swing.cell
-
Reads the content, as shown to the user, of a cell in a JTable.
- JTreeDriver - Class in org.assertj.swing.driver
-
Supports functional testing of JTrees.
- JTreeDriver(Robot) - Constructor for class org.assertj.swing.driver.JTreeDriver
-
- JTreeFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of JTrees.
- JTreeFixture(Robot, JTree) - Constructor for class org.assertj.swing.fixture.JTreeFixture
-
- JTreeFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JTreeFixture
-
- JTreeFormatter - Class in org.assertj.swing.format
-
Formatter for JTrees.
- JTreeFormatter() - Constructor for class org.assertj.swing.format.JTreeFormatter
-
- JTreeLocation - Class in org.assertj.swing.driver
-
A visible location on a JTree.
- JTreeLocation() - Constructor for class org.assertj.swing.driver.JTreeLocation
-
- JTreeNodeFixture<S> - Interface in org.assertj.swing.fixture
-
Supports functional testing of single nodes in JTrees
- JTreePathFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of single nodes, referenced by their paths, in JTrees.
- JTreePathFixture(JTreeFixture, String) - Constructor for class org.assertj.swing.fixture.JTreePathFixture
-
- JTreeRowFixture - Class in org.assertj.swing.fixture
-
Supports functional testing of single nodes, referenced by their row indices, in JTrees.
- JTreeRowFixture(JTreeFixture, int) - Constructor for class org.assertj.swing.fixture.JTreeRowFixture
-
- makeFloat(JToolBar) - Method in class org.assertj.swing.driver.JToolBarDriver
-
Makes the given JToolBar float.
- mapping(char, int, int) - Static method in class org.assertj.swing.keystroke.KeyStrokeMapping
-
- Maps - Class in org.assertj.swing.util
-
Utility methods related to maps.
- Maps() - Constructor for class org.assertj.swing.util.Maps
-
- mask - Variable in enum org.assertj.swing.core.MouseButton
-
The mouse button modifier.
- maskFor(int) - Static method in class org.assertj.swing.util.Modifiers
-
Returns the modifier mask for the given key code.
- match(Pattern, String) - Static method in class org.assertj.swing.util.Strings
-
Indicates if the given String matches the given regular expression pattern.
- match(Pattern, CharSequence) - Static method in class org.assertj.swing.util.Strings
-
Indicates if the given CharSequence matches the given regular expression pattern.
- matches(Component) - Method in interface org.assertj.swing.core.ComponentMatcher
-
Indicates whether the given AWT or Swing Component matches some lookup criteria.
- matches(Component) - Method in class org.assertj.swing.core.GenericTypeMatcher
-
Verifies that the given AWT or Swing Component:
- matches(Component) - Method in class org.assertj.swing.core.LabelMatcher
-
Indicates whether the given AWT or Swing Component matches the criteria specified in this matcher:
- matches(Component) - Method in class org.assertj.swing.core.NameMatcher
-
Indicates whether the name and visibility of the given AWT or Swing Component matches the value specified
in this matcher.
- matches(Component) - Method in class org.assertj.swing.core.TypeMatcher
-
Indicates whether the type and visibility of the given AWT or Swing Component matches the value specified
in this matcher.
- matches(Component) - Method in class org.assertj.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.assertj.swing.driver.FrameDriver
-
Makes the AWT or Swing Frame full size.
- maximize(JInternalFrame) - Method in class org.assertj.swing.driver.JInternalFrameDriver
-
Maximises the given JInternalFrame, deconifying it first if it is iconified.
- maximize() - Method in class org.assertj.swing.fixture.FrameFixture
-
Simulates a user maximizing this fixture's Frame.
- maximize() - Method in interface org.assertj.swing.fixture.FrameLikeFixture
-
Simulates a user maximizing this fixture's frame-like component.
- maximize() - Method in class org.assertj.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.assertj.swing.driver.JPopupMenuDriver
-
Finds a JMenuItem, contained in the Container, which name matches the specified one.
- menuItem(JPopupMenu, GenericTypeMatcher<? extends JMenuItem>) - Method in class org.assertj.swing.driver.JPopupMenuDriver
-
Finds a JMenuItem, contained in the Container, that matches the specified search criteria.
- menuItem(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- menuItem(GenericTypeMatcher<? extends JMenuItem>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- menuItem(String) - Method in interface org.assertj.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.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JMenuItem, contained in this fixture's Container, that matches the specified search
criteria.
- menuItem(String) - Method in class org.assertj.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.assertj.swing.fixture.JPopupMenuFixture
-
Finds a JMenuItem, contained in this fixture's JPopupMenu, that matches the specified search
criteria.
- menuItemWithPath(String...) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- menuItemWithPath(String...) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JMenuItem in this fixture's Container, which path matches the given one.
- menuItemWithPath(String...) - Method in class org.assertj.swing.fixture.JPopupMenuFixture
-
Finds a JMenuItem in this fixture's JPopupMenu, which path matches the given one.
- menuLabels() - Method in class org.assertj.swing.fixture.JPopupMenuFixture
-
- menuLabelsOf(JPopupMenu) - Method in class org.assertj.swing.driver.JPopupMenuDriver
-
Returns the contents of the pop-up menu as a String array.
- middleButton() - Static method in class org.assertj.swing.core.MouseClickInfo
-
Specifies that the middle button should be clicked once.
- modifiers() - Method in class org.assertj.swing.core.KeyPressInfo
-
- modifiers(int...) - Method in class org.assertj.swing.core.KeyPressInfo
-
- modifiers() - Method in class org.assertj.swing.input.InputState
-
- Modifiers - Class in org.assertj.swing.util
-
Utility methods related to input modifiers.
- MouseButton - Enum in org.assertj.swing.core
-
Mouse buttons.
- MouseClickInfo - Class in org.assertj.swing.core
-
Information about a mouse button to click.
- mouseComponent() - Method in class org.assertj.swing.input.InputState
-
Returns the last known AWT or Swing Component to contain the pointer, or null if none.
- MouseInputSimulationFixture<S> - Interface in org.assertj.swing.fixture
-
Simulates mouse input on an AWT or Swing Component.
- mouseLocation() - Method in class org.assertj.swing.input.InputState
-
- mouseLocationOnScreen() - Method in class org.assertj.swing.input.InputState
-
- move(Container, int, int) - Method in class org.assertj.swing.driver.ContainerDriver
-
Move the given AWT or Swing Container to the requested location.
- move(JInternalFrame, Point) - Method in class org.assertj.swing.driver.JInternalFrameDriver
-
Moves the JInternalFrame to the given location.
- moveDividerTo(JSplitPane, int) - Method in class org.assertj.swing.driver.JSplitPaneDriver
-
Sets the divider position to an absolute position.
- moveDividerTo(int) - Method in class org.assertj.swing.fixture.JSplitPaneFixture
-
Simulates a user moving the divider of this fixture's JSplitPane.
- moveMouse(Component) - Method in class org.assertj.swing.core.BasicRobot
-
- moveMouse(Component, Point) - Method in class org.assertj.swing.core.BasicRobot
-
- moveMouse(Component, int, int) - Method in class org.assertj.swing.core.BasicRobot
-
- moveMouse(Point) - Method in class org.assertj.swing.core.BasicRobot
-
- moveMouse(int, int) - Method in class org.assertj.swing.core.BasicRobot
-
- moveMouse(Component) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user moving the mouse pointer to the center of the given AWT or Swing Component.
- moveMouse(Component, Point) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user moving the mouse pointer to the given coordinates relative to the given AWT or Swing
Component.
- moveMouse(Component, int, int) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user moving the mouse pointer to the given coordinates relative to the given AWT or Swing
Component.
- moveMouse(Point) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user moving the mouse pointer to the given coordinates.
- moveMouse(int, int) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user moving the mouse pointer to the given coordinates.
- moveMouseIgnoringAnyError(Component, Point) - Method in class org.assertj.swing.driver.ComponentDriver
-
Simulates a user moving the mouse pointer to the given coordinates relative to the given AWT or Swing
Component.
- moveMouseIgnoringAnyError(Component, int, int) - Method in class org.assertj.swing.driver.ComponentDriver
-
Simulates a user moving the mouse pointer to the given coordinates relative to the given AWT or Swing
Component.
- moveTo(Window, Point) - Method in class org.assertj.swing.driver.WindowDriver
-
Moves the Window to the given location.
- moveTo(Point) - Method in class org.assertj.swing.fixture.AbstractWindowFixture
-
Simulates a user moving this fixture's Window to the given point.
- moveTo(Point) - Method in class org.assertj.swing.fixture.JInternalFrameFixture
-
Simulates a user moving this fixture's JInternalFrame to the given point.
- moveTo(Point) - Method in interface org.assertj.swing.fixture.WindowLikeContainerFixture
-
Simulates a user moving this fixture's window-like container to the given point.
- moveToBack(JInternalFrame) - Method in class org.assertj.swing.driver.JInternalFrameDriver
-
Brings the given JInternalFrame to the back.
- moveToBack(Window) - Method in class org.assertj.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.assertj.swing.fixture.AbstractWindowFixture
-
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.assertj.swing.fixture.JInternalFrameFixture
-
Brings this fixture's JInternalFrame to the back.
- moveToBack() - Method in interface org.assertj.swing.fixture.WindowLikeContainerFixture
-
Sends this fixture's window-like component to the back.
- moveToFront(JInternalFrame) - Method in class org.assertj.swing.driver.JInternalFrameDriver
-
Brings the given JInternalFrame to the front.
- moveToFront(Window) - Method in class org.assertj.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.assertj.swing.fixture.AbstractWindowFixture
-
If fixture's Window is visible, brings it to the front and may make it the focused one.
- moveToFront() - Method in class org.assertj.swing.fixture.JInternalFrameFixture
-
Brings this fixture's JInternalFrame to the front.
- moveToFront() - Method in interface org.assertj.swing.fixture.WindowLikeContainerFixture
-
Brings this fixture's window-like component to the front.
- myself() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
- Pair<F,S> - Class in org.assertj.swing.util
-
Tuple of size 2.
- panel() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- panel(GenericTypeMatcher<? extends JPanel>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- panel(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- panel() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JPanel found in this fixture's Container.
- panel(GenericTypeMatcher<? extends JPanel>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JPanel in this fixture's Container, that matches the specified search criteria.
- panel(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JPanel in this fixture's Container, which name matches the specified one.
- parentOf(Component) - Method in interface org.assertj.swing.hierarchy.ComponentHierarchy
-
Returns the parent for the given AWT or Swing Component.
- parentOf(Component) - Method in class org.assertj.swing.hierarchy.ExistingHierarchy
-
Returns the parent for the given AWT or Swing Component.
- parentOf(Component) - Method in class org.assertj.swing.hierarchy.SingleComponentHierarchy
-
Returns the parent for the given AWT or Swing Component.
- parentOf(Component) - Static method in class org.assertj.swing.query.ComponentParentQuery
-
Returns the parent of the given AWT or Swing Component.
- parentOrInvoker() - Method in class org.assertj.swing.driver.JMenuItemLocation
-
- parentPopup() - Method in class org.assertj.swing.driver.JMenuItemLocation
-
- parse(String) - Method in class org.assertj.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.assertj.swing.keystroke.KeyStrokeMappingsParser
-
- ParsingException - Exception in org.assertj.swing.exception
-
Error thrown when an unexpected error occurs while parsing a file.
- ParsingException(String) - Constructor for exception org.assertj.swing.exception.ParsingException
-
- ParsingException(String, Throwable) - Constructor for exception org.assertj.swing.exception.ParsingException
-
- path() - Method in class org.assertj.swing.fixture.JTreePathFixture
-
- pathBoundsAndCoordinates(JTree, TreePath) - Method in class org.assertj.swing.driver.JTreeLocation
-
Returns the bounds and visible coordinates of the given path.
- pathFor(JTree, int) - Method in class org.assertj.swing.driver.JTreeLocation
-
Returns the path for the given row.
- Patterns - Class in org.assertj.swing.util
-
Utility methods for regular expression patterns.
- PatternTextMatcher - Class in org.assertj.swing.util
-
Matches text to a group of String values.
- PatternTextMatcher(Pattern...) - Constructor for class org.assertj.swing.util.PatternTextMatcher
-
- Pause - Class in org.assertj.swing.timing
-
Waits for period of time or for a particular condition to be satisfied.
- pause(Condition) - Static method in class org.assertj.swing.timing.Pause
-
Waits until the given condition is satisfied.
- pause(Condition, Timeout) - Static method in class org.assertj.swing.timing.Pause
-
Waits until the given condition is satisfied.
- pause(Condition, long) - Static method in class org.assertj.swing.timing.Pause
-
Waits until the given condition is satisfied.
- pause(Condition[]) - Static method in class org.assertj.swing.timing.Pause
-
Waits until the given conditions are satisfied.
- pause(Condition[], Timeout) - Static method in class org.assertj.swing.timing.Pause
-
Waits until the given conditions are satisfied.
- pause(Condition[], long) - Static method in class org.assertj.swing.timing.Pause
-
Waits until the given conditions are satisfied.
- pause(long, TimeUnit) - Static method in class org.assertj.swing.timing.Pause
-
Sleeps for the specified time.
- pause(long) - Static method in class org.assertj.swing.timing.Pause
-
Sleeps for the specified time.
- pause() - Static method in class org.assertj.swing.timing.Pause
-
Sleeps for 10 milliseconds.
- performAccessibleActionOf(Component) - Method in class org.assertj.swing.driver.ComponentDriver
-
Performs the AccessibleAction in the given AWT or Swing Component's event queue.
- Platform - Class in org.assertj.swing.util
-
Platform-specific functionality.
- PNG - Static variable in class org.assertj.swing.image.ImageFileExtensions
-
PNG file extension
- Point - Class in org.assertj.swing.assertions.data
-
Represents a location in (x, y) coordinate space, specified in integer precision.
- pointAt(JList<?>, String) - Method in class org.assertj.swing.driver.JListDriver
-
Returns the coordinates of the first item matching the given value.
- pointAt(JSlider, int) - Method in class org.assertj.swing.driver.JSliderLocation
-
Returns the coordinates of the given value in the given JSlider.
- pointAt(JTabbedPane, int) - Method in class org.assertj.swing.driver.JTabbedPaneLocation
-
Returns the coordinates of the tab under the given index.
- pointAt(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
-
Converts the given table cell into a coordinate pair.
- pointAt(JTableHeader, TextMatcher) - Method in class org.assertj.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.assertj.swing.driver.JTableHeaderLocation
-
Returns the coordinates of the column under the given index.
- pointAt(JTable, int, int) - Method in class org.assertj.swing.driver.JTableLocation
-
Converts the given row and column into a coordinate pair.
- pointAt(TableCell) - Method in class org.assertj.swing.fixture.JTableFixture
-
Converts the given cell into a coordinate pair.
- pointToGrab(JToolBar) - Method in class org.assertj.swing.driver.JToolBarLocation
-
Returns the point where to grab the given JToolBar.
- popupMask() - Static method in class org.assertj.swing.awt.AWT
-
- popupOnPress() - Static method in class org.assertj.swing.awt.AWT
-
Returns whether the platform registers a pop-up on mouse press.
- pressAndReleaseKey(int, int...) - Method in class org.assertj.swing.core.BasicRobot
-
- pressAndReleaseKey(int, int...) - Method in interface org.assertj.swing.core.Robot
-
Type the given key code with the given modifiers.
- pressAndReleaseKey(Component, KeyPressInfo) - Method in class org.assertj.swing.driver.ComponentDriver
-
Simulates a user pressing and releasing the given key on the AWT or Swing Component.
- pressAndReleaseKey(Component, int, int[]) - Method in class org.assertj.swing.driver.ComponentDriver
-
Simulates a user pressing and releasing the given key on the AWT or Swing Component.
- pressAndReleaseKey(KeyPressInfo) - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Simulates a user pressing given key with the given modifiers on this fixture's Component.
- pressAndReleaseKeys(int...) - Method in class org.assertj.swing.core.BasicRobot
-
- pressAndReleaseKeys(int...) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user pressing and releasing the given keys.
- pressAndReleaseKeys(Component, int...) - Method in class org.assertj.swing.driver.ComponentDriver
-
Simulates a user pressing and releasing the given keys on the AWT or Swing Component.
- pressAndReleaseKeys(JComboBox<?>, int...) - Method in class org.assertj.swing.driver.JComboBoxDriver
-
Simulates a user pressing and releasing the given keys on the JComboBox.
- pressAndReleaseKeys(int...) - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Simulates a user pressing and releasing the given keys on this fixture's Component.
- pressKey(int) - Method in class org.assertj.swing.core.BasicRobot
-
- pressKey(int) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user pressing given key.
- pressKey(Component, int) - Method in class org.assertj.swing.driver.ComponentDriver
-
Simulates a user pressing given key on the AWT or Swing Component.
- pressKey(int) - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Simulates a user pressing the given key on this fixture's Component.
- pressKeyWhileRunning(int, Runnable) - Method in class org.assertj.swing.core.BasicRobot
-
- pressKeyWhileRunning(int, Runnable) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user pressing given key, running the given runnable and releasing the key again.
- pressKeyWhileRunning(Component, int, Runnable) - Method in class org.assertj.swing.driver.ComponentDriver
-
Simulates a user pressing given key on the AWT or Swing Component, running the given runnable and releasing
the key again.
- pressKeyWhileRunning(int, Runnable) - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Simulates a user pressing the given key on this fixture's Component, running the given runnable and
releasing the key again.
- pressModifiers(int) - Method in class org.assertj.swing.core.BasicRobot
-
- pressModifiers(int) - Method in interface org.assertj.swing.core.Robot
-
Presses the appropriate modifiers corresponding to the given mask.
- pressModifiersWhileRunning(int, Runnable) - Method in class org.assertj.swing.core.BasicRobot
-
- pressModifiersWhileRunning(int, Runnable) - Method in interface org.assertj.swing.core.Robot
-
Presses the appropriate modifiers corresponding to the given mask.
- pressMouse(MouseButton) - Method in class org.assertj.swing.core.BasicRobot
-
- pressMouse(Component, Point) - Method in class org.assertj.swing.core.BasicRobot
-
- pressMouse(Component, Point, MouseButton) - Method in class org.assertj.swing.core.BasicRobot
-
- pressMouse(Point, MouseButton) - Method in class org.assertj.swing.core.BasicRobot
-
- pressMouse(MouseButton) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user pressing a mouse button.
- pressMouse(Component, Point) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user pressing the left mouse button on the given AWT or Swing Component.
- pressMouse(Component, Point, MouseButton) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user pressing the given mouse button on the given AWT or Swing Component.
- pressMouse(Point, MouseButton) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user pressing the given mouse button on the given coordinates.
- pressMouseWhileRunning(MouseButton, Runnable) - Method in class org.assertj.swing.core.BasicRobot
-
- pressMouseWhileRunning(Component, Point, Runnable) - Method in class org.assertj.swing.core.BasicRobot
-
- pressMouseWhileRunning(Component, Point, MouseButton, Runnable) - Method in class org.assertj.swing.core.BasicRobot
-
- pressMouseWhileRunning(Point, MouseButton, Runnable) - Method in class org.assertj.swing.core.BasicRobot
-
- pressMouseWhileRunning(MouseButton, Runnable) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user pressing a mouse button, running the given runnable and releasing the mouse button again.
- pressMouseWhileRunning(Component, Point, Runnable) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user pressing the left mouse button on the given AWT or Swing Component, running the given
runnable and releasing the mouse button again.
- pressMouseWhileRunning(Component, Point, MouseButton, Runnable) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user pressing the given mouse button on the given AWT or Swing Component, running the given
runnable and releasing the mouse button again.
- pressMouseWhileRunning(Point, MouseButton, Runnable) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user pressing the given mouse button on the given coordinates, running the given
runnable and releasing the mouse button again.
- printComponents(PrintStream) - Method in class org.assertj.swing.core.BasicComponentPrinter
-
- printComponents(PrintStream, Container) - Method in class org.assertj.swing.core.BasicComponentPrinter
-
- printComponents(PrintStream, Class<? extends Component>) - Method in class org.assertj.swing.core.BasicComponentPrinter
-
- printComponents(PrintStream, Class<? extends Component>, Container) - Method in class org.assertj.swing.core.BasicComponentPrinter
-
- printComponents(PrintStream, ComponentMatcher) - Method in class org.assertj.swing.core.BasicComponentPrinter
-
- printComponents(PrintStream, ComponentMatcher, Container) - Method in class org.assertj.swing.core.BasicComponentPrinter
-
- printComponents(PrintStream) - Method in interface org.assertj.swing.core.ComponentPrinter
-
Prints all the AWT and Swing Components in the hierarchy.
- printComponents(PrintStream, Container) - Method in interface org.assertj.swing.core.ComponentPrinter
-
Prints all the AWT and Swing Components in the hierarchy under the given root.
- printComponents(PrintStream, Class<? extends Component>) - Method in interface org.assertj.swing.core.ComponentPrinter
-
Prints only the AWT and Swing Components of the given type in the hierarchy.
- printComponents(PrintStream, Class<? extends Component>, Container) - Method in interface org.assertj.swing.core.ComponentPrinter
-
Prints all the AWT and Swing Components of the given type in the hierarchy under the given root.
- printComponents(PrintStream, ComponentMatcher) - Method in interface org.assertj.swing.core.ComponentPrinter
-
Prints only the AWT and Swing Components that match the given search criteria in the hierarchy.
- printComponents(PrintStream, ComponentMatcher, Container) - Method in interface org.assertj.swing.core.ComponentPrinter
-
Prints all the AWT and Swing Components that match the given search criteria under the given root.
- printer() - Method in class org.assertj.swing.core.BasicComponentFinder
-
- printer() - Method in class org.assertj.swing.core.BasicRobot
-
- printer() - Method in interface org.assertj.swing.core.ComponentFinder
-
- printer() - Method in interface org.assertj.swing.core.Robot
-
- printerWithCurrentAwtHierarchy() - Static method in class org.assertj.swing.core.BasicComponentPrinter
-
Creates a new
BasicComponentPrinter that has access to all the AWT and Swing
Components in the AWT
hierarchy.
- printerWithNewAwtHierarchy() - Static method in class org.assertj.swing.core.BasicComponentPrinter
-
- processDeferredEvents() - Method in class org.assertj.swing.listener.EventDispatchThreadedEventListener
-
Processes any events that were generated off the event queue but not immediately handled.
- processEvent(AWTEvent) - Method in class org.assertj.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 class org.assertj.swing.fixture.AbstractContainerFixture
-
- progressBar(GenericTypeMatcher<? extends JProgressBar>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- progressBar(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- progressBar() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JProgressBar found in this fixture's Container.
- progressBar(GenericTypeMatcher<? extends JProgressBar>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JProgressBar in this fixture's Container, that matches the specified search criteria.
- progressBar(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JProgressBar in this fixture's Container, which name matches the specified one.
- propertyName(Component, String) - Static method in class org.assertj.swing.driver.ComponentDriver
-
Formats the name of a property of the given AWT or Swing
Component by concatenating the value obtained from
Formatting.format(Component) with the given property name.
- r - Variable in class org.assertj.swing.assertions.data.RgbColor
-
The red component of this color.
- radioButton() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- radioButton(GenericTypeMatcher<? extends JRadioButton>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- radioButton(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- radioButton() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JRadioButton found in this fixture's Container.
- radioButton(GenericTypeMatcher<? extends JRadioButton>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JRadioButton in this fixture's Container, that matches the specified search criteria.
- radioButton(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JRadioButton in this fixture's Container, which name matches the specified one.
- Range - Class in org.assertj.swing.util
-
A range (from, to).
- Range.From - Class in org.assertj.swing.util
-
Starting value of a range.
- Range.To - Class in org.assertj.swing.util
-
Ending value of a range.
- readImageFrom(String) - Static method in class org.assertj.swing.util.ImageReader
-
Decodes the image in the file at the specified path.
- recognize(Component) - Method in class org.assertj.swing.hierarchy.NewHierarchy
-
Make the given AWT or Swing Component visible to this hierarchy.
- register(ComponentFormatter) - Static method in class org.assertj.swing.format.Formatting
-
Registers the given
ComponentFormatter, replacing any other one previously registered for the same
supported component type.
- register(TextReader<?>) - Method in class org.assertj.swing.text.TextReaders
-
Adds the given TextReader to this registry.
- registerInToolkit() - Static method in class org.assertj.swing.core.EmergencyAbortListener
-
- release(Object) - Method in class org.assertj.swing.lock.ScreenLock
-
Releases this lock.
- releaseKey(int) - Method in class org.assertj.swing.core.BasicRobot
-
- releaseKey(int) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user releasing the given key.
- releaseKey(Component, int) - Method in class org.assertj.swing.driver.ComponentDriver
-
Simulates a user releasing the given key on the AWT or Swing Component.
- releaseKey(int) - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Simulates a user releasing the given key on this fixture's Component.
- releaseModifiers(int) - Method in class org.assertj.swing.core.BasicRobot
-
- releaseModifiers(int) - Method in interface org.assertj.swing.core.Robot
-
Releases the appropriate modifiers corresponding to the given mask.
- releaseMouse(MouseButton) - Method in class org.assertj.swing.core.BasicRobot
-
- releaseMouse(MouseButton) - Method in interface org.assertj.swing.core.Robot
-
Releases the given mouse button.
- releaseMouseButtons() - Method in class org.assertj.swing.core.BasicRobot
-
- releaseMouseButtons() - Method in interface org.assertj.swing.core.Robot
-
Releases any mouse button(s) used by the robot.
- reloadApplet() - Method in class org.assertj.swing.applet.AppletViewer
-
Initializes and starts the Applet in this viewer.
- reloadFromSystemSettings() - Static method in class org.assertj.swing.keystroke.KeyStrokeMap
-
Reloads the key stroke mappings for the language using the current system settings.
- replaceCellReader(JComboBoxCellReader) - Method in class org.assertj.swing.driver.JComboBoxDriver
-
Updates the implementation of
JComboBoxCellReader to use when comparing internal values of a
JComboBox and the values expected in a test.
- replaceCellReader(JListCellReader) - Method in class org.assertj.swing.driver.JListDriver
-
Updates the implementation of
JListCellReader to use when comparing internal values of a
JList and
the values expected in a test.
- replaceCellReader(JTableCellReader) - Method in class org.assertj.swing.driver.JTableDriver
-
Updates the implementation of
JTableCellReader to use when comparing internal values of a
JTable
and the values expected in a test.
- replaceCellReader(JTreeCellReader) - Method in class org.assertj.swing.driver.JTreeDriver
-
Updates the implementation of
JTreeCellReader to use when comparing internal values of a
JTree and
the values expected in a test.
- replaceCellReader(JComboBoxCellReader) - Method in class org.assertj.swing.fixture.JComboBoxFixture
-
- replaceCellReader(JListCellReader) - Method in class org.assertj.swing.fixture.JListFixture
-
- replaceCellReader(JTableCellReader) - Method in class org.assertj.swing.fixture.JTableFixture
-
- replaceCellReader(JTreeCellReader) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Updates the implementation of
JTreeCellReader to use when comparing internal values of a
JTree and
the values expected in a test.
- replaceCellWriter(JTableCellWriter) - Method in class org.assertj.swing.driver.JTableDriver
-
Updates the implementation of
JTableCellWriter to use to edit cell values in a
JTable.
- replaceCellWriter(JTableCellWriter) - Method in class org.assertj.swing.fixture.JTableFixture
-
- replaceDriverWith(D) - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
- replaceSeparator(String) - Method in class org.assertj.swing.driver.JTreeDriver
-
Updates the separator to use when converting TreePaths to Strings.
- replaceSeparator(String) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Updates the separator to use when converting TreePaths to Strings.
- replaceText(JComboBox<?>, String) - Method in class org.assertj.swing.driver.JComboBoxDriver
-
Simulates a user entering the specified text in the JComboBox, replacing any text.
- replaceText(JTextComponent, String) - Method in class org.assertj.swing.driver.JTextComponentDriver
-
Types the given text into the JTextComponent, replacing any existing text already there.
- replaceText(String) - Method in class org.assertj.swing.fixture.JComboBoxFixture
-
Simulates a user entering the specified text in the JComboBox, replacing any text.
- requireArmed(AbstractButton) - Method in class org.assertj.swing.driver.AbstractButtonDriver
-
Verifies that the Swing AbstractButton is armed.
- requireArmed(boolean) - Method in class org.assertj.swing.fixture.AbstractTwoStateButtonFixture
-
Verifies that this fixture's AbstractButton armed state is equal to the armed parameter.
- requireArmed() - Method in class org.assertj.swing.fixture.AbstractTwoStateButtonFixture
-
Verifies that this fixture's AbstractButton is armed.
- requireBold() - Method in class org.assertj.swing.fixture.FontFixture
-
Verifies that this fixture's font is bold.
- requireCellValue(JTable, TableCell, String) - Method in class org.assertj.swing.driver.JTableDriver
-
Asserts that the value of the given cell matches the given value.
- requireCellValue(JTable, TableCell, Pattern) - Method in class org.assertj.swing.driver.JTableDriver
-
Asserts that the value of the given cell matches the given regular expression pattern.
- requireCellValue(TableCell, String) - Method in class org.assertj.swing.fixture.JTableFixture
-
Asserts that the value of the given cell matches the given value.
- requireCellValue(TableCell, Pattern) - Method in class org.assertj.swing.fixture.JTableFixture
-
Asserts that the value of the given cell matches the given regular expression pattern.
- requireColumnCount(JTable, int) - Method in class org.assertj.swing.driver.JTableDriver
-
Asserts that the given JTable has the given number of columns.
- requireColumnCount(int) - Method in class org.assertj.swing.fixture.JTableFixture
-
Asserts that this fixture's JTable has the given number of columns.
- requireColumnNamed(String) - Method in class org.assertj.swing.fixture.JTableFixture
-
Asserts that this fixture's
JTable contains a column whose name matches the given one.
- requireContents(JTable, String[][]) - Method in class org.assertj.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.assertj.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.assertj.swing.driver.JProgressBarDriver
-
Verifies that the given JProgressBar is in determinate mode.
- requireDeterminate() - Method in class org.assertj.swing.fixture.JProgressBarFixture
-
Asserts that this fixture's JProgressBar is in determinate mode.
- requireDisabled(Component) - Method in class org.assertj.swing.driver.ComponentDriver
-
Asserts that the AWT or Swing Component is disabled.
- requireDisabled() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Asserts that this fixture's Component is disabled.
- requireDisabled(Index) - Method in class org.assertj.swing.fixture.JTabbedPaneFixture
-
Asserts that the tab at the given index is disabled.
- requireEditable(JComboBox<?>) - Method in class org.assertj.swing.driver.JComboBoxDriver
-
Asserts that the given JComboBox is editable.
- requireEditable(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
-
Asserts that the given table cell is editable.
- requireEditable(JTextComponent) - Method in class org.assertj.swing.driver.JTextComponentDriver
-
Asserts that the given JTextComponent is editable.
- requireEditable(JTree) - Method in class org.assertj.swing.driver.JTreeDriver
-
Asserts that the given JTree is editable.
- requireEditable() - Method in interface org.assertj.swing.fixture.EditableComponentFixture
-
Asserts that the Component is editable.
- requireEditable() - Method in class org.assertj.swing.fixture.JComboBoxFixture
-
Asserts that this fixture's JComboBox is editable.
- requireEditable() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Asserts that this fixture's table cell is editable.
- requireEditable(TableCell) - Method in class org.assertj.swing.fixture.JTableFixture
-
Asserts that the given cell in this fixture's JTable is editable.
- requireEditable() - Method in class org.assertj.swing.fixture.JTextComponentFixture
-
Asserts that this fixture's JTextComponent is editable.
- requireEditable() - Method in class org.assertj.swing.fixture.JTreeFixture
-
Asserts that this fixture's JTree is editable.
- requireEmpty(JTextComponent) - Method in class org.assertj.swing.driver.JTextComponentDriver
-
Asserts that the given JTextComponent is empty.
- requireEmpty() - Method in class org.assertj.swing.fixture.JTextComponentFixture
-
Asserts that the target text component does not contain any text.
- requireEnabled(Component) - Method in class org.assertj.swing.driver.ComponentDriver
-
Asserts that the AWT or Swing Component is enabled.
- requireEnabled(Component, Timeout) - Method in class org.assertj.swing.driver.ComponentDriver
-
Asserts that the AWT or Swing Component is enabled.
- requireEnabled() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Asserts that this fixture's Component is enabled.
- requireEnabled(Timeout) - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Asserts that this fixture's Component is enabled.
- requireEnabled(Index) - Method in class org.assertj.swing.fixture.JTabbedPaneFixture
-
Asserts that the tab at the given index is enabled.
- requireEqualTo(String) - Method in class org.assertj.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.assertj.swing.fixture.ColorFixture
-
Verifies that this fixture's Color is equal to the given one.
- requireErrorMessage(JOptionPane) - Method in class org.assertj.swing.driver.JOptionPaneDriver
-
Asserts that the JOptionPane is displaying an error message.
- requireErrorMessage() - Method in class org.assertj.swing.fixture.JOptionPaneFixture
-
Asserts that this fixture's JOptionPane is displaying an error message.
- requireFamily(String) - Method in class org.assertj.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.assertj.swing.driver.ComponentDriver
-
Asserts that the AWT or Swing Component has input focus.
- requireFocused() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Asserts that this fixture's Component has input focus.
- requireIndeterminate(JProgressBar) - Method in class org.assertj.swing.driver.JProgressBarDriver
-
Verifies that the given JProgressBar is in indeterminate mode.
- requireIndeterminate() - Method in class org.assertj.swing.fixture.JProgressBarFixture
-
Asserts that this fixture's JProgressBar is in indeterminate mode.
- requireInformationMessage(JOptionPane) - Method in class org.assertj.swing.driver.JOptionPaneDriver
-
Asserts that the JOptionPane is displaying an information message.
- requireInformationMessage() - Method in class org.assertj.swing.fixture.JOptionPaneFixture
-
Asserts that this fixture's JOptionPane is displaying an information message.
- requireItalic() - Method in class org.assertj.swing.fixture.FontFixture
-
Verifies that this fixture's font is italic.
- requireItemCount(JComboBox<?>, int) - Method in class org.assertj.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.assertj.swing.driver.JListDriver
-
Verifies that number of items in the given JList is equal to the expected one.
- requireItemCount(int) - Method in interface org.assertj.swing.fixture.ItemGroupFixture
-
Verifies that this fixture's Component has the expected number of items
- requireItemCount(int) - Method in class org.assertj.swing.fixture.JComboBoxFixture
-
Verifies that this fixture's JComboBox has the expected number of items
- requireItemCount(int) - Method in class org.assertj.swing.fixture.JListFixture
-
Verifies that this fixture's JList has the expected number of items
- requireMessage(JOptionPane, Object) - Method in class org.assertj.swing.driver.JOptionPaneDriver
-
Asserts that the title of the JOptionPane matches the given value.
- requireMessage(JOptionPane, Pattern) - Method in class org.assertj.swing.driver.JOptionPaneDriver
-
Asserts that the title of the JOptionPane matches the given regular expression pattern.
- requireMessage(Object) - Method in class org.assertj.swing.fixture.JOptionPaneFixture
-
Asserts that the message of this fixture's JOptionPane matches the given value.
- requireMessage(Pattern) - Method in class org.assertj.swing.fixture.JOptionPaneFixture
-
Asserts that the message of this fixture's JOptionPane matches the given regular expression pattern.
- requireModal(Dialog) - Method in class org.assertj.swing.driver.DialogDriver
-
Asserts that the given AWT or Swing Dialog is modal.
- requireModal() - Method in class org.assertj.swing.fixture.DialogFixture
-
Asserts that this fixture's Dialog is modal.
- requireName(String) - Method in class org.assertj.swing.fixture.FontFixture
-
Verifies that the logical name of this fixture's font is equal to the given one.
- requireNoJOptionPaneIsShowing() - Method in class org.assertj.swing.core.BasicRobot
-
- requireNoJOptionPaneIsShowing() - Method in interface org.assertj.swing.core.Robot
-
Ensures that there is no JOptionPane showing, and potentially blocking GUI tests.
- requireNoSelection(JComboBox<?>) - Method in class org.assertj.swing.driver.JComboBoxDriver
-
Verifies that the JComboBox does not have any selection.
- requireNoSelection(JList<?>) - Method in class org.assertj.swing.driver.JListDriver
-
Verifies that the JList does not have a selection.
- requireNoSelection(JTable) - Method in class org.assertj.swing.driver.JTableDriver
-
Verifies that the JTable does not have any selection.
- requireNoSelection(JTree) - Method in class org.assertj.swing.driver.JTreeDriver
-
Asserts that the given JTree does not have any selection.
- requireNoSelection() - Method in interface org.assertj.swing.fixture.ItemGroupFixture
-
Verifies that this fixture's Component does not have a selection.
- requireNoSelection() - Method in class org.assertj.swing.fixture.JComboBoxFixture
-
Verifies that this fixture's JComboBox does not have any selection.
- requireNoSelection() - Method in class org.assertj.swing.fixture.JListFixture
-
Verifies that this fixture's JList does not have any selection.
- requireNoSelection() - Method in class org.assertj.swing.fixture.JTableFixture
-
Verifies that this fixture's JTable does not have any selection.
- requireNoSelection() - Method in class org.assertj.swing.fixture.JTreeFixture
-
Asserts that this fixture's JTree's does not have any selection.
- requireNotArmed(AbstractButton) - Method in class org.assertj.swing.driver.AbstractButtonDriver
-
Verifies that the AbstractButton is not armed.
- requireNotArmed() - Method in class org.assertj.swing.fixture.AbstractTwoStateButtonFixture
-
Verifies that this fixture's AbstractButton is not armed.
- requireNotBold() - Method in class org.assertj.swing.fixture.FontFixture
-
Verifies that this fixture's font is not bold.
- requireNotEditable(JComboBox<?>) - Method in class org.assertj.swing.driver.JComboBoxDriver
-
Asserts that the given JComboBox is not editable.
- requireNotEditable(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
-
Asserts that the given table cell is not editable.
- requireNotEditable(JTextComponent) - Method in class org.assertj.swing.driver.JTextComponentDriver
-
Asserts that the given JTextComponent is not editable.
- requireNotEditable(JTree) - Method in class org.assertj.swing.driver.JTreeDriver
-
Asserts that the given JTree is not editable.
- requireNotEditable() - Method in interface org.assertj.swing.fixture.EditableComponentFixture
-
Asserts that the Component is not editable.
- requireNotEditable() - Method in class org.assertj.swing.fixture.JComboBoxFixture
-
Asserts that this fixture's JComboBox is not editable.
- requireNotEditable() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Asserts that this fixture's table cell is not editable.
- requireNotEditable(TableCell) - Method in class org.assertj.swing.fixture.JTableFixture
-
Asserts that the given cell in this fixture's JTable is not editable.
- requireNotEditable() - Method in class org.assertj.swing.fixture.JTextComponentFixture
-
Asserts that this fixture's JTextComponent is not editable.
- requireNotEditable() - Method in class org.assertj.swing.fixture.JTreeFixture
-
Asserts that this fixture's JTree is not editable.
- requireNotEqualTo(String) - Method in class org.assertj.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.assertj.swing.fixture.ColorFixture
-
Verifies that this fixture's Color is not equal to the given one.
- requireNotItalic() - Method in class org.assertj.swing.fixture.FontFixture
-
Verifies that this fixture's font is not italic.
- requireNotPlain() - Method in class org.assertj.swing.fixture.FontFixture
-
Verifies that this fixture's font is not plain.
- requireNotSelected(AbstractButton) - Method in class org.assertj.swing.driver.AbstractButtonDriver
-
Verifies that the AbstractButton is not selected.
- requireNotSelected() - Method in class org.assertj.swing.fixture.AbstractTwoStateButtonFixture
-
Verifies that this fixture's AbstractButton is not selected.
- requireNotVisible(Component) - Method in class org.assertj.swing.driver.ComponentDriver
-
Asserts that the AWT or Swing Component is not visible.
- requireNotVisible() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Asserts that this fixture's Component is not visible.
- requireOptions(JOptionPane, Object[]) - Method in class org.assertj.swing.driver.JOptionPaneDriver
-
Asserts that the JOptionPane has the given options.
- requireOptions(Object[]) - Method in class org.assertj.swing.fixture.JOptionPaneFixture
-
Asserts that this fixture's JOptionPane has the given options.
- requirePlain() - Method in class org.assertj.swing.fixture.FontFixture
-
Verifies that this fixture's font is plain.
- requirePlainMessage(JOptionPane) - Method in class org.assertj.swing.driver.JOptionPaneDriver
-
Asserts that the JOptionPane is displaying a plain message.
- requirePlainMessage() - Method in class org.assertj.swing.fixture.JOptionPaneFixture
-
Asserts that this fixture's JOptionPane is displaying a plain message.
- requireQuestionMessage(JOptionPane) - Method in class org.assertj.swing.driver.JOptionPaneDriver
-
Asserts that the JOptionPane is displaying a question.
- requireQuestionMessage() - Method in class org.assertj.swing.fixture.JOptionPaneFixture
-
Asserts that this fixture's JOptionPane is displaying a question.
- requireRowCount(JTable, int) - Method in class org.assertj.swing.driver.JTableDriver
-
Asserts that the given JTable has the given number of rows.
- requireRowCount(int) - Method in class org.assertj.swing.fixture.JTableFixture
-
Asserts that this fixture's JTable has the given number of rows.
- requireSelected(AbstractButton) - Method in class org.assertj.swing.driver.AbstractButtonDriver
-
Verifies that the Swing AbstractButton is selected.
- requireSelected(boolean) - Method in class org.assertj.swing.fixture.AbstractTwoStateButtonFixture
-
Verifies that this fixture's AbstractButton selection state is equal to the selected
parameter.
- requireSelected() - Method in class org.assertj.swing.fixture.AbstractTwoStateButtonFixture
-
Verifies that this fixture's AbstractButton is selected.
- requireSelectedItems(JList<?>, String...) - Method in class org.assertj.swing.driver.JListDriver
-
Verifies that the selected items in the JList match the given values.
- requireSelectedItems(JList<?>, Pattern...) - Method in class org.assertj.swing.driver.JListDriver
-
Verifies that the selected items in the JList match the given regular expression patterns.
- requireSelectedItems(JList<?>, int...) - Method in class org.assertj.swing.driver.JListDriver
-
Verifies that the given item indices are selected in the JList.
- requireSelectedItems(int...) - Method in class org.assertj.swing.fixture.JListFixture
-
Verifies that the given item indices are selected in this fixture's JList.
- requireSelectedItems(String...) - Method in class org.assertj.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.assertj.swing.fixture.JListFixture
-
Verifies that the String representations of the selected items in this fixture's JList match the
given regular expression patterns.
- requireSelectedRows(JTable, int...) - Method in class org.assertj.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.assertj.swing.fixture.JTableFixture
-
Asserts that the set of selected rows in this fixture's JTable contains to the given row indices.
- requireSelectedTab(JTabbedPane, Index) - Method in class org.assertj.swing.driver.JTabbedPaneDriver
-
Asserts that the tab at the given index is the selected tab.
- requireSelectedTab(Index) - Method in class org.assertj.swing.fixture.JTabbedPaneFixture
-
Asserts that this fixture's JTabbedPane has the tab at the given index selected.
- requireSelection(JComboBox<?>, String) - Method in class org.assertj.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.assertj.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.assertj.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.assertj.swing.driver.JListDriver
-
Verifies that the selected item in the JList matches the given value.
- requireSelection(JList<?>, Pattern) - Method in class org.assertj.swing.driver.JListDriver
-
Verifies that the selected item in the JList matches the given regular expression pattern.
- requireSelection(JList<?>, int) - Method in class org.assertj.swing.driver.JListDriver
-
Verifies that the selected index in the JList matches the given value.
- requireSelection(JTree, int[]) - Method in class org.assertj.swing.driver.JTreeDriver
-
Asserts that the given JTree's selected rows are equal to the given one.
- requireSelection(JTree, String[]) - Method in class org.assertj.swing.driver.JTreeDriver
-
Asserts that the given JTree's selected paths are equal to the given one.
- requireSelection(String) - Method in interface org.assertj.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.assertj.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.assertj.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.assertj.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.assertj.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.assertj.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.assertj.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.assertj.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.assertj.swing.fixture.JListFixture
-
Verifies that the index of the selected item in this fixture's JList is equal to the given value.
- requireSelection(int...) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Asserts that this fixture's JTree's selected rows are equal to the given one.
- requireSelection(String...) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Asserts that this fixture's JTree selection is equal to the given paths.
- requireShowing() - Method in class org.assertj.swing.core.AbstractComponentMatcher
-
Indicates whether the AWT or Swing Component to match has to be showing.
- requireShowing(boolean) - Method in class org.assertj.swing.core.AbstractComponentMatcher
-
Updates the value of the flag that indicates if the AWT or Swing Component to match should be showing or
not.
- requireShowing() - Method in enum org.assertj.swing.core.ComponentLookupScope
-
Returns whether showing AWT or Swing Components are the only ones participating in lookups.
- requireShowing() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Returns whether showing components are the only ones participating in a component lookup.
- requireShowingFromSettingsOr(boolean) - Method in class org.assertj.swing.core.BasicComponentFinder
-
- requireShowingMatches(Component) - Method in class org.assertj.swing.core.AbstractComponentMatcher
-
Indicates if the value of the "showing" property of the given AWT or Swing Component matches the value
specified in this matcher.
- requireSize(Component, Dimension) - Method in class org.assertj.swing.driver.ComponentDriver
-
Asserts that the size of the AWT or Swing Component is equal to given one.
- requireSize(Dimension) - Method in class org.assertj.swing.fixture.AbstractWindowFixture
-
Asserts that the size of this fixture's Window is equal to given one.
- requireSize(int) - Method in class org.assertj.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.assertj.swing.fixture.JInternalFrameFixture
-
Asserts that the size of this fixture's JInternalFrame is equal to given one.
- requireSize(Dimension) - Method in interface org.assertj.swing.fixture.WindowLikeContainerFixture
-
Asserts that the size of this fixture's window-like container is equal to given one.
- requireTabDisabled(JTabbedPane, Index) - Method in class org.assertj.swing.driver.JTabbedPaneDriver
-
Asserts that the tab at the given index is disabled.
- requireTabEnabled(JTabbedPane, Index) - Method in class org.assertj.swing.driver.JTabbedPaneDriver
-
Asserts that the tab at the given index is enabled.
- requireTabTitle(JTabbedPane, String, Index) - Method in class org.assertj.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.assertj.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.assertj.swing.driver.JTabbedPaneDriver
-
Asserts that the tabs of the given JTabbedPane have the given titles.
- requireTabTitles(String...) - Method in class org.assertj.swing.fixture.JTabbedPaneFixture
-
Asserts that the tabs of this fixture's JTabbedPane have the given titles.
- requireTabToolTipText(JTabbedPane, String, Index) - Method in class org.assertj.swing.driver.JTabbedPaneDriver
-
Asserts that the toolTipText of the tab at the given index matches the given value.
- requireTabToolTipText(JTabbedPane, Pattern, Index) - Method in class org.assertj.swing.driver.JTabbedPaneDriver
-
Asserts that the toolTipText of the tab at the given index matches the given regular expression pattern.
- requireText(AbstractButton, String) - Method in class org.assertj.swing.driver.AbstractButtonDriver
-
Asserts that the text in the given Swing AbstractButton is equal to or matches the specified String
.
- requireText(AbstractButton, Pattern) - Method in class org.assertj.swing.driver.AbstractButtonDriver
-
Asserts that the text in the given Swing AbstractButton matches the given regular expression pattern.
- requireText(JLabel, String) - Method in class org.assertj.swing.driver.JLabelDriver
-
Asserts that the text of the JLabel is equal to the specified String.
- requireText(JLabel, Pattern) - Method in class org.assertj.swing.driver.JLabelDriver
-
Asserts that the text of the JLabel matches the given regular expression pattern.
- requireText(JProgressBar, String) - Method in class org.assertj.swing.driver.JProgressBarDriver
-
Asserts that the text of the JProgressBar is equal to the specified String.
- requireText(JProgressBar, Pattern) - Method in class org.assertj.swing.driver.JProgressBarDriver
-
Asserts that the text of the JProgressBar matches the given regular expression pattern.
- requireText(JTextComponent, String) - Method in class org.assertj.swing.driver.JTextComponentDriver
-
Asserts that the text in the given JTextComponent is equal to the specified value.
- requireText(JTextComponent, Pattern) - Method in class org.assertj.swing.driver.JTextComponentDriver
-
Asserts that the text in the given JTextComponent matches the given regular expression pattern.
- requireText(T, String) - Method in interface org.assertj.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.assertj.swing.driver.TextDisplayDriver
-
Asserts that the text in the given component matches the given regular expression pattern.
- requireText(String) - Method in class org.assertj.swing.fixture.AbstractButtonFixture
-
Asserts that the text of this fixture's
AbstractButton matches the specified value.
- requireText(Pattern) - Method in class org.assertj.swing.fixture.AbstractButtonFixture
-
Asserts that the text of this fixture's
AbstractButton matches the given regular expression pattern.
- requireText(String) - Method in class org.assertj.swing.fixture.JLabelFixture
-
Asserts that the text of this fixture's JLabel is equal to the specified String.
- requireText(Pattern) - Method in class org.assertj.swing.fixture.JLabelFixture
-
Asserts that the text of this fixture's JLabel matches the given regular expression pattern.
- requireText(String) - Method in class org.assertj.swing.fixture.JProgressBarFixture
-
Asserts that the text of this fixture's JProgressBar is equal to the specified String.
- requireText(Pattern) - Method in class org.assertj.swing.fixture.JProgressBarFixture
-
Asserts that the text of this fixture's JProgressBar matches the given regular expression pattern.
- requireText(String) - Method in class org.assertj.swing.fixture.JTextComponentFixture
-
Asserts that the text of this fixture's JTextComponent is equal to the specified value.
- requireText(Pattern) - Method in class org.assertj.swing.fixture.JTextComponentFixture
-
Asserts that the text of this fixture's JTextComponent matches the given regular expression pattern.
- requireText(String) - Method in interface org.assertj.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.assertj.swing.fixture.TextDisplayFixture
-
Asserts that the text of this fixture's Component matches the given regular expression pattern.
- requireTitle(Frame, String) - Method in class org.assertj.swing.driver.FrameDriver
-
Verifies that the title of the given Frame is equal to the expected one.
- requireTitle(JInternalFrame, String) - Method in class org.assertj.swing.driver.JInternalFrameDriver
-
Verifies that the title of the given JInternalFrame is equal to the expected one.
- requireTitle(JOptionPane, String) - Method in class org.assertj.swing.driver.JOptionPaneDriver
-
Asserts that the title in the given JOptionPane matches the given value.
- requireTitle(JOptionPane, Pattern) - Method in class org.assertj.swing.driver.JOptionPaneDriver
-
Asserts that the title in the given JOptionPane matches the given regular expression pattern.
- requireTitle(String) - Method in class org.assertj.swing.fixture.FrameFixture
-
- requireTitle(String) - Method in interface org.assertj.swing.fixture.FrameLikeFixture
-
Verifies that the title of the given frame is equal to the expected one.
- requireTitle(String) - Method in class org.assertj.swing.fixture.JInternalFrameFixture
-
- requireTitle(String) - Method in class org.assertj.swing.fixture.JOptionPaneFixture
-
Asserts that the title of this fixture's JOptionPane matches the given value.
- requireTitle(Pattern) - Method in class org.assertj.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.assertj.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.assertj.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.assertj.swing.driver.JComponentDriver
-
Asserts that the toolTip in the given JComponent matches the given value.
- requireToolTip(JComponent, Pattern) - Method in class org.assertj.swing.driver.JComponentDriver
-
Asserts that the toolTip in the given JComponent matches the given regular expression pattern.
- requireToolTip(String) - Method in class org.assertj.swing.fixture.AbstractJComponentFixture
-
Asserts that the toolTip in this fixture's JComponent matches the given value.
- requireToolTip(Pattern) - Method in class org.assertj.swing.fixture.AbstractJComponentFixture
-
Asserts that the toolTip in this fixture's JComponent matches the given regular expression pattern.
- requireToolTip(String) - Method in class org.assertj.swing.fixture.AbstractSwingContainerFixture
-
Asserts that the toolTip in this fixture's JScrollPane matches the given value.
- requireToolTip(Pattern) - Method in class org.assertj.swing.fixture.AbstractSwingContainerFixture
-
Asserts that the toolTip in this fixture's JScrollPane matches the given regular expression pattern.
- requireToolTip(String) - Method in interface org.assertj.swing.fixture.JComponentFixture
-
Asserts that the toolTip in this fixture's JComponent matches the given value.
- requireToolTip(Pattern) - Method in interface org.assertj.swing.fixture.JComponentFixture
-
Asserts that the toolTip in this fixture's JComponent matches the given regular expression pattern.
- requireToolTip(String) - Method in class org.assertj.swing.fixture.JInternalFrameFixture
-
Asserts that the toolTip in this fixture's JInternalFrame matches the given value.
- requireToolTip(Pattern) - Method in class org.assertj.swing.fixture.JInternalFrameFixture
-
Asserts that the toolTip in this fixture's JInternalFrame matches the given regular expression pattern.
- requireToolTip(String) - Method in class org.assertj.swing.fixture.JPanelFixture
-
Asserts that the toolTip in this fixture's JPanel matches the given value.
- requireToolTip(Pattern) - Method in class org.assertj.swing.fixture.JPanelFixture
-
Asserts that the toolTip in this fixture's JPanel matches the given regular expression pattern.
- requireToolTipText(String, Index) - Method in class org.assertj.swing.fixture.JTabbedPaneFixture
-
Asserts that the toolTipText of the tab at the given index matches the given value.
- requireToolTipText(Pattern, Index) - Method in class org.assertj.swing.fixture.JTabbedPaneFixture
-
Asserts that the toolTipText of the tab at the given index matches the given regular expression pattern.
- requireValue(JProgressBar, int) - Method in class org.assertj.swing.driver.JProgressBarDriver
-
Verifies that the value of the given JProgressBar is equal to the given one.
- requireValue(JScrollBar, int) - Method in class org.assertj.swing.driver.JScrollBarDriver
-
Asserts that the value of the JScrollBar is equal to the given one.
- requireValue(JSpinner, Object) - Method in class org.assertj.swing.driver.JSpinnerDriver
-
Verifies that the value of the JSpinner is equal to the given one.
- requireValue(int) - Method in class org.assertj.swing.fixture.JProgressBarFixture
-
Asserts that the value of this fixture's JProgressBar is equal to the given one.
- requireValue(int) - Method in class org.assertj.swing.fixture.JScrollBarFixture
-
Asserts that the value of this fixture's JScrollBar is equal to the given one.
- requireValue(Object) - Method in class org.assertj.swing.fixture.JSpinnerFixture
-
Verifies that the value of this fixture's JSpinner is equal to the given one.
- requireValue(String) - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Asserts that the value of this fixture's table cell matches the given value.
- requireValue(Pattern) - Method in class org.assertj.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.assertj.swing.driver.ComponentDriver
-
Asserts that the AWT or Swing Component is visible.
- requireVisible() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Asserts that this fixture's Component is visible.
- requireWarningMessage(JOptionPane) - Method in class org.assertj.swing.driver.JOptionPaneDriver
-
Asserts that the JOptionPane is displaying a warning message.
- requireWarningMessage() - Method in class org.assertj.swing.fixture.JOptionPaneFixture
-
Asserts that this fixture's JOptionPane is displaying a warning message.
- reset(boolean) - Method in class org.assertj.swing.core.AbstractComponentMatcher
-
Resets the internal state of this matcher.
- reset(boolean) - Method in interface org.assertj.swing.core.ResettableComponentMatcher
-
Resets the internal state of this matcher.
- ResettableComponentMatcher - Interface in org.assertj.swing.core
-
- resize(Container, int, int) - Method in class org.assertj.swing.driver.ContainerDriver
-
Resizes the AWT or Swing Container to the given size.
- resizeHeight(JInternalFrame, int) - Method in class org.assertj.swing.driver.JInternalFrameDriver
-
Resizes the JInternalFrame vertically.
- resizeHeightTo(Window, int) - Method in class org.assertj.swing.driver.WindowDriver
-
Resizes the Window vertically.
- resizeHeightTo(int) - Method in class org.assertj.swing.fixture.AbstractWindowFixture
-
Simulates a user resizing vertically this fixture's Window.
- resizeHeightTo(int) - Method in class org.assertj.swing.fixture.JInternalFrameFixture
-
Simulates a user resizing vertically this fixture's JInternalFrame.
- resizeHeightTo(int) - Method in interface org.assertj.swing.fixture.WindowLikeContainerFixture
-
Simulates a user resizing vertically this fixture's window-like container.
- resizeTo(JInternalFrame, Dimension) - Method in class org.assertj.swing.driver.JInternalFrameDriver
-
Resizes the JInternalFrame to the given size.
- resizeTo(Window, Dimension) - Method in class org.assertj.swing.driver.WindowDriver
-
Resizes the Window to the given size.
- resizeTo(Dimension) - Method in class org.assertj.swing.fixture.AbstractWindowFixture
-
Simulates a user resizing this fixture's Window.
- resizeTo(Dimension) - Method in class org.assertj.swing.fixture.JInternalFrameFixture
-
Simulates a user resizing this fixture's JInternalFrame.
- resizeTo(Dimension) - Method in interface org.assertj.swing.fixture.WindowLikeContainerFixture
-
Simulates a user resizing this fixture's window-like container.
- resizeWidth(JInternalFrame, int) - Method in class org.assertj.swing.driver.JInternalFrameDriver
-
Resizes the JInternalFrame horizontally.
- resizeWidthTo(Window, int) - Method in class org.assertj.swing.driver.WindowDriver
-
Resizes the Window horizontally.
- resizeWidthTo(int) - Method in class org.assertj.swing.fixture.AbstractWindowFixture
-
Simulates a user resizing horizontally this fixture's Window.
- resizeWidthTo(int) - Method in class org.assertj.swing.fixture.JInternalFrameFixture
-
Simulates a user resizing horizontally this fixture's JInternalFrame.
- resizeWidthTo(int) - Method in interface org.assertj.swing.fixture.WindowLikeContainerFixture
-
Simulates a user resizing horizontally this fixture's window-like container.
- RgbColor - Class in org.assertj.swing.assertions.data
-
A color.
- rightButton() - Static method in class org.assertj.swing.core.MouseClickInfo
-
Specifies that the right button should be clicked once.
- rightClick(Component) - Method in class org.assertj.swing.core.BasicRobot
-
- rightClick(Component) - Method in interface org.assertj.swing.core.Robot
-
Simulates a user right-clicking the given AWT or Swing Component.
- rightClick(Component) - Method in class org.assertj.swing.driver.ComponentDriver
-
Simulates a user right-clicking the given AWT or Swing Component.
- rightClick() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Simulates a user right-clicking this fixture's Component.
- rightClick() - Method in class org.assertj.swing.fixture.JListItemFixture
-
Simulates a user right-clicking this fixture's list item.
- rightClick() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Simulates a user right-clicking this fixture's table cell.
- rightClick() - Method in class org.assertj.swing.fixture.JTreePathFixture
-
Simulates a user right-clicking this fixture's tree node.
- rightClick() - Method in class org.assertj.swing.fixture.JTreeRowFixture
-
Simulates a user right-clicking this fixture's tree node.
- rightClick() - Method in interface org.assertj.swing.fixture.MouseInputSimulationFixture
-
Simulates a user right-clicking this fixture's Component.
- rightClickPath(JTree, String) - Method in class org.assertj.swing.driver.JTreeDriver
-
Right-clicks the given path, expanding parent nodes if necessary.
- rightClickPath(String) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Right-clicks the given path, expanding parent nodes if necessary.
- rightClickRow(JTree, int) - Method in class org.assertj.swing.driver.JTreeDriver
-
Right-clicks the given row.
- rightClickRow(int) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Right-clicks the given row.
- Robot - Interface in org.assertj.swing.core
-
Simulates user input on an AWT or Swing Component.
- robot - Variable in class org.assertj.swing.driver.AbstractJTableCellWriter
-
- robot - Variable in class org.assertj.swing.driver.ComponentDriver
-
- robot() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
- robot() - Method in class org.assertj.swing.testing.AssertJSwingTestCaseTemplate
-
- RobotFactory - Class in org.assertj.swing.util
-
Factory of AWT Robots.
- RobotFactory() - Constructor for class org.assertj.swing.util.RobotFactory
-
- robotWithCurrentAwtHierarchy() - Static method in class org.assertj.swing.core.BasicRobot
-
Creates a new
Robot that has access to all the AWT and Swing
Components in the AWT hierarchy.
- robotWithCurrentAwtHierarchyWithoutScreenLock() - Static method in class org.assertj.swing.core.BasicRobot
-
- robotWithNewAwtHierarchy() - Static method in class org.assertj.swing.core.BasicRobot
-
Creates a new
Robot with a new AWT hierarchy.
- robotWithNewAwtHierarchyWithoutScreenLock() - Static method in class org.assertj.swing.core.BasicRobot
-
- root() - Method in class org.assertj.swing.hierarchy.SingleComponentHierarchy
-
- roots() - Method in interface org.assertj.swing.hierarchy.ComponentHierarchy
-
- roots() - Method in class org.assertj.swing.hierarchy.ExistingHierarchy
-
- roots() - Method in class org.assertj.swing.hierarchy.NewHierarchy
-
- roots() - Method in class org.assertj.swing.hierarchy.SingleComponentHierarchy
-
- rootWindows() - Method in class org.assertj.swing.monitor.WindowMonitor
-
Return all available root Windows.
- rotateMouseWheel(Component, int) - Method in class org.assertj.swing.core.BasicRobot
-
- rotateMouseWheel(int) - Method in class org.assertj.swing.core.BasicRobot
-
- rotateMouseWheel(Component, int) - Method in interface org.assertj.swing.core.Robot
-
Moves the mouse pointer over to the given AWT or Swing Component and rotates the scroll wheel on
wheel-equipped mice.
- rotateMouseWheel(int) - Method in interface org.assertj.swing.core.Robot
-
Rotates the scroll wheel on wheel-equipped mice.
- row - Variable in class org.assertj.swing.data.TableCell
-
The row of the cell.
- row(int) - Static method in class org.assertj.swing.data.TableCell
-
Starting point for the creation of a
TableCell.
- row - Variable in class org.assertj.swing.data.TableCellByColumnId
-
- row(int) - Static method in class org.assertj.swing.data.TableCellByColumnId
-
- row() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
- rowBoundsAndCoordinates(JTree, int) - Method in class org.assertj.swing.driver.JTreeLocation
-
Returns the bounds and visible coordinates of the given row.
- rowCount() - Method in class org.assertj.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.assertj.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.assertj.swing.data.TableCellInRowByValue
-
- run() - Method in interface org.assertj.swing.edt.GuiActionRunnable
-
- run() - Method in class org.assertj.swing.edt.GuiQuery
-
Executes the query in the event dispatch thread (EDT).
- run() - Method in class org.assertj.swing.edt.GuiTask
-
Runs this task action and verifies that it is executed in the event dispatch thread (EDT).
- RunsInCurrentThread - Annotation Type in org.assertj.swing.annotation
-
Indicates that a method is accessing GUI components in the current executing thread.
- RunsInEDT - Annotation Type in org.assertj.swing.annotation
-
Indicates that a method is accessing GUI components in the event dispatch thread (EDT).
- saveComponentAsPng(Component, String) - Method in class org.assertj.swing.image.NoopScreenshotTaker
-
- saveComponentAsPng(Component, String) - Method in class org.assertj.swing.image.ScreenshotTaker
-
- saveComponentAsPng(Component, String) - Method in interface org.assertj.swing.image.ScreenshotTakerIF
-
Takes a screenshot of the given AWT or Swing Component and saves it as a PNG file.
- saveDesktopAsPng(String) - Method in class org.assertj.swing.image.NoopScreenshotTaker
-
- saveDesktopAsPng(String) - Method in class org.assertj.swing.image.ScreenshotTaker
-
- saveDesktopAsPng(String) - Method in interface org.assertj.swing.image.ScreenshotTakerIF
-
Takes a screenshot of the desktop and saves it as a PNG file.
- saveImage(BufferedImage, String) - Method in class org.assertj.swing.image.NoopScreenshotTaker
-
- saveImage(BufferedImage, String) - Method in class org.assertj.swing.image.ScreenshotTaker
-
- saveImage(BufferedImage, String) - Method in interface org.assertj.swing.image.ScreenshotTakerIF
-
Saves the given image as a PNG file.
- ScreenLock - Class in org.assertj.swing.lock
-
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.assertj.swing.exception
-
Error thrown when acquiring or releasing a
ScreenLock.
- ScreenLockException(String) - Constructor for exception org.assertj.swing.exception.ScreenLockException
-
- ScreenshotTaker - Class in org.assertj.swing.image
-
Takes screenshots of the desktop and AWT or Swing Components.
- ScreenshotTaker() - Constructor for class org.assertj.swing.image.ScreenshotTaker
-
- ScreenshotTakerIF - Interface in org.assertj.swing.image
-
- scrollBar() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- scrollBar(GenericTypeMatcher<? extends JScrollBar>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- scrollBar(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- scrollBar() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JScrollBar found in this fixture's Container.
- scrollBar(GenericTypeMatcher<? extends JScrollBar>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JScrollBar in this fixture's Container, that matches the specified search criteria.
- scrollBar(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JScrollBar in this fixture's Container, which name matches the specified one.
- scrollBlockDown(JScrollBar) - Method in class org.assertj.swing.driver.JScrollBarDriver
-
Scrolls down (or right) one block (usually a page).
- scrollBlockDown(JScrollBar, int) - Method in class org.assertj.swing.driver.JScrollBarDriver
-
Scrolls down (or right) one block (usually a page), the given number of times.
- scrollBlockDown() - Method in class org.assertj.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling down one block (usually a page).
- scrollBlockDown(int) - Method in class org.assertj.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling down one block (usually a page), the given number of times.
- scrollBlockUp(JScrollBar) - Method in class org.assertj.swing.driver.JScrollBarDriver
-
Scrolls up (or left) one block (usually a page).
- scrollBlockUp(JScrollBar, int) - Method in class org.assertj.swing.driver.JScrollBarDriver
-
Scrolls up (or left) one block (usually a page), the given number of times.
- scrollBlockUp() - Method in class org.assertj.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling up one block (usually a page).
- scrollBlockUp(int) - Method in class org.assertj.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling up one block (usually a page), the given number of times.
- Scrolling - Class in org.assertj.swing.core
-
Utility methods related to scrolling.
- scrollPane() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- scrollPane(GenericTypeMatcher<? extends JScrollPane>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- scrollPane(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- scrollPane() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JScrollPane found in this fixture's Container.
- scrollPane(GenericTypeMatcher<? extends JScrollPane>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JScrollPane in this fixture's Container, that matches the specified search criteria.
- scrollPane(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JScrollPane in this fixture's Container, which name matches the specified one.
- scrollTo(JScrollBar, int) - Method in class org.assertj.swing.driver.JScrollBarDriver
-
Scrolls to the given position.
- scrollTo(int) - Method in class org.assertj.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling to the given position.
- scrollToCell(JTable, int, int, JTableLocation) - Static method in class org.assertj.swing.driver.AbstractJTableCellWriter
-
Scrolls the given JTable to the given cell.
- scrollToMaximum(JScrollBar) - Method in class org.assertj.swing.driver.JScrollBarDriver
-
Scrolls to the maximum position of the given JScrollBar.
- scrollToMaximum() - Method in class org.assertj.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling to the maximum position of this fixture's JScrollBar.
- scrollToMinimum(JScrollBar) - Method in class org.assertj.swing.driver.JScrollBarDriver
-
Scrolls to the minimum position of the given JScrollBar.
- scrollToMinimum() - Method in class org.assertj.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling to the minimum position of this fixture's JScrollBar.
- scrollToVisible(Robot, JComponent) - Static method in class org.assertj.swing.core.Scrolling
-
Scrolls a JComponent into view within a container.
- scrollToVisible(JComponent, Rectangle) - Method in class org.assertj.swing.driver.JComponentDriver
-
Invokes JComponent.scrollRectToVisible(Rectangle) on the given JComponent.
- scrollUnitDown(JScrollBar) - Method in class org.assertj.swing.driver.JScrollBarDriver
-
Scrolls down (or right) one unit (usually a line).
- scrollUnitDown(JScrollBar, int) - Method in class org.assertj.swing.driver.JScrollBarDriver
-
Scrolls down (or right) one unit (usually a line), the given number of times.
- scrollUnitDown() - Method in class org.assertj.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling down one unit (usually a line).
- scrollUnitDown(int) - Method in class org.assertj.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling down one unit (usually a line), the given number of times.
- scrollUnitUp(JScrollBar) - Method in class org.assertj.swing.driver.JScrollBarDriver
-
Scrolls up (or left) one unit (usually a line).
- scrollUnitUp(JScrollBar, int) - Method in class org.assertj.swing.driver.JScrollBarDriver
-
Scrolls up (or left) one unit (usually a line), the given number of times.
- scrollUnitUp() - Method in class org.assertj.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling up one unit (usually a line).
- scrollUnitUp(int) - Method in class org.assertj.swing.fixture.JScrollBarFixture
-
Simulates a user scrolling up one unit (usually a line), the given number of times.
- second - Variable in class org.assertj.swing.util.Pair
-
The second value in this tuple.
- select(AbstractButton) - Method in class org.assertj.swing.driver.AbstractButtonDriver
-
Selects the given Swing AbstractButton only it is not already selected.
- select() - Method in interface org.assertj.swing.fixture.ItemFixture
-
Simulates a user selecting this fixture's item.
- select() - Method in class org.assertj.swing.fixture.JListItemFixture
-
Simulates a user selecting this fixture's list item.
- select(Object) - Method in class org.assertj.swing.fixture.JSpinnerFixture
-
Selects the given value in this fixture's JSpinner.
- select() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Simulates a user selecting this fixture's table cell.
- select(String) - Method in class org.assertj.swing.fixture.JTextComponentFixture
-
Simulates a user selecting the given text contained in this fixture's JTextComponent.
- select() - Method in class org.assertj.swing.fixture.JTreePathFixture
-
Selects the this fixture's tree node, expanding parent nodes if necessary.
- select() - Method in class org.assertj.swing.fixture.JTreeRowFixture
-
Selects the this fixture's tree node, expanding parent nodes if necessary.
- select(String) - Method in interface org.assertj.swing.fixture.TextInputFixture
-
Simulates a user selecting the given text contained in the Component managed by this fixture.
- selectAll(JTextComponent) - Method in class org.assertj.swing.driver.JTextComponentDriver
-
Selects the text in the JTextComponent.
- selectAll() - Method in class org.assertj.swing.fixture.JTextComponentFixture
-
Simulates a user selecting all the text contained in this fixture's JTextComponent.
- selectAll() - Method in interface org.assertj.swing.fixture.TextInputFixture
-
Simulates a user selecting all the text contained in the Component managed by this fixture.
- selectAllText(JComboBox<?>) - Method in class org.assertj.swing.driver.JComboBoxDriver
-
Simulates a user selecting the text in the JComboBox.
- selectAllText() - Method in class org.assertj.swing.fixture.JComboBoxFixture
-
Simulates a user selecting the text in the JComboBox.
- selectCell(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
-
Selects the given cell, if it is not selected already.
- selectCell(TableCell) - Method in class org.assertj.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.assertj.swing.driver.JTableDriver
-
Selects the given cells of the JTable.
- selectCells(TableCell...) - Method in class org.assertj.swing.fixture.JTableFixture
-
Simulates a user selecting the given cells of this fixture's JTable.
- selectedComponentOf(JTabbedPane) - Method in class org.assertj.swing.driver.JTabbedPaneDriver
-
Returns the currently selected component for the given JTabbedPane.
- selectedItem() - Method in class org.assertj.swing.fixture.JComboBoxFixture
-
Returns the selected value of this fixture's JComboBox as plain text.
- selectedItemOf(JComboBox<?>) - Method in class org.assertj.swing.driver.JComboBoxDriver
-
Returns the selected value of the given JComboBox as plain text.
- selectedRow() - Static method in class org.assertj.swing.data.TableCellInSelectedRow
-
- selectFile(JFileChooser, File) - Method in class org.assertj.swing.driver.JFileChooserDriver
-
Selects the given file in the JFileChooser.
- selectFile(File) - Method in class org.assertj.swing.fixture.JFileChooserFixture
-
Selects the given file in this fixture's JFileChooser.
- selectFiles(JFileChooser, File[]) - Method in class org.assertj.swing.driver.JFileChooserDriver
-
Selects the given file in the JFileChooser.
- selectFiles(File...) - Method in class org.assertj.swing.fixture.JFileChooserFixture
-
Selects the given files in this fixture's JFileChooser.
- selection() - Method in class org.assertj.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.assertj.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.assertj.swing.driver.JTableDriver
-
Returns the
String representation of the value of the selected cell, using this driver's
JTableCellReader.
- selectionValue() - Method in class org.assertj.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.assertj.swing.driver.JComboBoxDriver
-
Selects the first item matching the given text in the JComboBox.
- selectItem(JComboBox<?>, Pattern) - Method in class org.assertj.swing.driver.JComboBoxDriver
-
Selects the first item matching the given regular expression pattern in the JComboBox.
- selectItem(JComboBox<?>, int) - Method in class org.assertj.swing.driver.JComboBoxDriver
-
Selects the item under the given index in the JComboBox.
- selectItem(JList<?>, String) - Method in class org.assertj.swing.driver.JListDriver
-
Selects the item in the given JList whose value matches the given one.
- selectItem(JList<?>, Pattern) - Method in class org.assertj.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.assertj.swing.driver.JListDriver
-
Selects the item under the given index using left mouse button once.
- selectItem(int) - Method in interface org.assertj.swing.fixture.ItemGroupFixture
-
Simulates a user selecting an item in this fixture's Component.
- selectItem(String) - Method in interface org.assertj.swing.fixture.ItemGroupFixture
-
Simulates a user selecting an item in this fixture's Component.
- selectItem(Pattern) - Method in interface org.assertj.swing.fixture.ItemGroupFixture
-
Simulates a user selecting an item in this fixture's Component.
- selectItem(int) - Method in class org.assertj.swing.fixture.JComboBoxFixture
-
Simulates a user selecting an item in this fixture's JComboBox.
- selectItem(String) - Method in class org.assertj.swing.fixture.JComboBoxFixture
-
Simulates a user selecting an item in this fixture's JComboBox.
- selectItem(Pattern) - Method in class org.assertj.swing.fixture.JComboBoxFixture
-
Simulates a user selecting an item in this fixture's JComboBox.
- selectItem(int) - Method in class org.assertj.swing.fixture.JListFixture
-
Simulates a user selecting an item in this fixture's JList.
- selectItem(String) - Method in class org.assertj.swing.fixture.JListFixture
-
Simulates a user selecting an item in this fixture's JList.
- selectItem(Pattern) - Method in class org.assertj.swing.fixture.JListFixture
-
Simulates a user selecting an item in this fixture's JList.
- selectItems(JList<?>, String[]) - Method in class org.assertj.swing.driver.JListDriver
-
Selects the items matching the given values.
- selectItems(JList<?>, Pattern[]) - Method in class org.assertj.swing.driver.JListDriver
-
Selects the items matching the given regular expression patterns.
- selectItems(JList<?>, int[]) - Method in class org.assertj.swing.driver.JListDriver
-
Selects the items under the given indices.
- selectItems(JList<?>, Range.From, Range.To) - Method in class org.assertj.swing.driver.JListDriver
-
Selects the items in the specified range.
- selectItems(JList<?>, int, int) - Method in class org.assertj.swing.driver.JListDriver
-
Selects the items in the specified range.
- selectItems(Range.From, Range.To) - Method in class org.assertj.swing.fixture.JListFixture
-
Simulates a user selecting the items (in the specified range) in this fixture's JList.
- selectItems(int...) - Method in class org.assertj.swing.fixture.JListFixture
-
Simulates a user selecting the specified items in this fixture's JList.
- selectItems(String...) - Method in class org.assertj.swing.fixture.JListFixture
-
Simulates a user selecting the specified items in this fixture's JList.
- selectItems(Pattern...) - Method in class org.assertj.swing.fixture.JListFixture
-
Simulates a user selecting the specified items in this fixture's JList.
- selectPath(JTree, String) - Method in class org.assertj.swing.driver.JTreeDriver
-
Selects the given path, expanding parent nodes if necessary.
- selectPath(String) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Selects the given path, expanding parent nodes if necessary.
- selectPaths(JTree, String[]) - Method in class org.assertj.swing.driver.JTreeDriver
-
Selects the given paths, expanding parent nodes if necessary.
- selectPaths(String...) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Select the given paths, expanding parent nodes if necessary.
- selectRow(JTree, int) - Method in class org.assertj.swing.driver.JTreeDriver
-
Selects the given row.
- selectRow(int) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Simulates a user selecting the tree node at the given row.
- selectRows(JTable, int...) - Method in class org.assertj.swing.driver.JTableDriver
-
Simulates a user selecting the given rows in the given JTable.
- selectRows(JTree, int[]) - Method in class org.assertj.swing.driver.JTreeDriver
-
Selects the given rows.
- selectRows(int...) - Method in class org.assertj.swing.fixture.JTableFixture
-
Simulates a user selecting the given rows in this fixture's JTable.
- selectRows(int...) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Simulates a user selecting the tree nodes at the given rows.
- selectTab(JTabbedPane, String) - Method in class org.assertj.swing.driver.JTabbedPaneDriver
-
Simulates a user selecting the tab containing the given title.
- selectTab(JTabbedPane, Pattern) - Method in class org.assertj.swing.driver.JTabbedPaneDriver
-
Simulates a user selecting the tab whose title matches the given regular expression pattern.
- selectTab(JTabbedPane, int) - Method in class org.assertj.swing.driver.JTabbedPaneDriver
-
Simulates a user selecting the tab located at the given index.
- selectTab(int) - Method in class org.assertj.swing.fixture.JTabbedPaneFixture
-
Simulates a user selecting the tab located at the given index.
- selectTab(String) - Method in class org.assertj.swing.fixture.JTabbedPaneFixture
-
Simulates a user selecting the tab whose title matches the given value.
- selectTab(Pattern) - Method in class org.assertj.swing.fixture.JTabbedPaneFixture
-
Simulates a user selecting the tab whose title matches the given regular expression pattern.
- selectText(JTextComponent, String) - Method in class org.assertj.swing.driver.JTextComponentDriver
-
Select the given text range.
- selectText(JTextComponent, int, int) - Method in class org.assertj.swing.driver.JTextComponentDriver
-
Select the given text range.
- selectText(int, int) - Method in class org.assertj.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.assertj.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.assertj.swing.driver.JSpinnerDriver
-
Selects the given value in the given JSpinner.
- separator() - Method in class org.assertj.swing.driver.JTreeDriver
-
- separator() - Method in class org.assertj.swing.fixture.JTreeFixture
-
- setCurrentDirectory(JFileChooser, File) - Method in class org.assertj.swing.driver.JFileChooserDriver
-
Sets the current directory in the JFileChooser to the given one.
- setCurrentDirectory(File) - Method in class org.assertj.swing.fixture.JFileChooserFixture
-
Sets the current directory of this fixture's JFileChooser to the given one.
- setStream(String, InputStream) - Method in class org.assertj.swing.applet.BasicAppletContext
-
Associates the specified stream with the specified key in this AppletContext.
- setText(JTextComponent, String) - Method in class org.assertj.swing.driver.JTextComponentDriver
-
Sets the given text into the JTextComponent.
- setText(String) - Method in class org.assertj.swing.fixture.JTextComponentFixture
-
Sets the text in this fixture's JTextComponent.
- settings() - Method in class org.assertj.swing.core.BasicRobot
-
- settings() - Method in interface org.assertj.swing.core.Robot
-
- Settings - Class in org.assertj.swing.core
-
AssertJ-Swing configuration settings.
- Settings() - Constructor for class org.assertj.swing.core.Settings
-
- settings() - Method in class org.assertj.swing.driver.ComponentDriver
-
- setUpRobot() - Method in class org.assertj.swing.testing.AssertJSwingTestCaseTemplate
-
Creates this test's
Robot using a new AWT hierarchy.
- ShouldBeEqualColors - Class in org.assertj.swing.assertions.error
-
Creates an error message indicating that an assertion that verifies that a two colors are equal at a given point
fails.
- shouldBeEqualColors(RgbColor, RgbColor, Point, Offset<?>) - Static method in class org.assertj.swing.assertions.error.ShouldBeEqualColors
-
- ShouldBeEqualImages - Class in org.assertj.swing.assertions.error
-
Creates an error message that indicates an assertion that verifies that two images are equal failed.
- shouldBeEqualImages(Offset<Integer>) - Static method in class org.assertj.swing.assertions.error.ShouldBeEqualImages
-
- ShouldHaveDimension - Class in org.assertj.swing.assertions.error
-
Creates an error message indicating that an assertion that verifies that a value have certain dimension failed.
- shouldHaveDimension(Object, Dimension, Dimension) - Static method in class org.assertj.swing.assertions.error.ShouldHaveDimension
-
- ShouldNotBeEqualImages - Class in org.assertj.swing.assertions.error
-
Creates an error message that indicates an assertion that verifies that two images should not be null failed.
- shouldNotBeEqualImages() - Static method in class org.assertj.swing.assertions.error.ShouldNotBeEqualImages
-
Returns the singleton instance of this class.
- shouldPreserveScreenshots() - Static method in class org.assertj.swing.core.Settings
-
- show(Window) - Method in class org.assertj.swing.driver.WindowDriver
-
Shows the Window.
- show(Window, Dimension) - Method in class org.assertj.swing.driver.WindowDriver
-
Shows the Window, resized to the given size.
- show() - Method in class org.assertj.swing.fixture.AbstractWindowFixture
-
Shows this fixture's Window.
- show(Dimension) - Method in class org.assertj.swing.fixture.AbstractWindowFixture
-
Shows this fixture's Window, resized to the given size.
- showDocument(URL) - Method in class org.assertj.swing.applet.BasicAppletContext
-
Not implemented.
- showDocument(URL, String) - Method in class org.assertj.swing.applet.BasicAppletContext
-
Not implemented.
- showInFrame(Container) - Static method in class org.assertj.swing.fixture.Containers
-
Creates a new JFrame and uses the given Container as its content pane.
- showInFrame(Robot, Container) - Static method in class org.assertj.swing.fixture.Containers
-
Creates a new JFrame and uses the given Container as its content pane.
- showPopupMenu(Component) - Method in class org.assertj.swing.core.BasicRobot
-
- showPopupMenu(Component, Point) - Method in class org.assertj.swing.core.BasicRobot
-
- showPopupMenu(Component) - Method in interface org.assertj.swing.core.Robot
-
Shows a JPopupMenu.
- showPopupMenu(Component, Point) - Method in interface org.assertj.swing.core.Robot
-
Shows a JPopupMenu at the given coordinates.
- showPopupMenu(JList<?>, String) - Method in class org.assertj.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.assertj.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.assertj.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.assertj.swing.driver.JTableHeaderDriver
-
Shows a pop-up menu at the given column.
- showPopupMenu(JTableHeader, String) - Method in class org.assertj.swing.driver.JTableHeaderDriver
-
Shows a pop-up menu at the given column.
- showPopupMenu(JTableHeader, Pattern) - Method in class org.assertj.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.assertj.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.assertj.swing.driver.JTreeDriver
-
Shows a pop-up menu at the position of the last node in the given path.
- showPopupMenu() - Method in class org.assertj.swing.fixture.AbstractJPopupMenuInvokerFixture
-
Shows a pop-up menu using this fixture's JComponent as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.assertj.swing.fixture.AbstractSwingContainerFixture
-
Shows a pop-up menu using this fixture's JScrollPane as the invoker of the pop-up menu.
- showPopupMenu() - Method in class org.assertj.swing.fixture.AbstractWindowFixture
-
Shows a pop-up menu using this fixture's Window as the invoker of the pop-up menu.
- showPopupMenu() - Method in interface org.assertj.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.assertj.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.assertj.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.assertj.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.assertj.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.assertj.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.assertj.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.assertj.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.assertj.swing.driver.JTableDriver
-
Shows a pop-up menu at the given table cell.
- showPopupMenuAt(Point) - Method in class org.assertj.swing.fixture.AbstractJPopupMenuInvokerFixture
-
Shows a pop-up menu at the given point using this fixture's JComponent as the invoker of the pop-up menu.
- showPopupMenuAt(Point) - Method in class org.assertj.swing.fixture.AbstractSwingContainerFixture
-
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.assertj.swing.fixture.AbstractWindowFixture
-
Shows a pop-up menu at the given point using this fixture's Window as the invoker of the pop-up menu.
- showPopupMenuAt(Point) - Method in class org.assertj.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(int) - Method in class org.assertj.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.assertj.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.assertj.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.assertj.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.assertj.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(TableCell) - Method in class org.assertj.swing.fixture.JTableFixture
-
Shows a pop-up menu at the given cell.
- showPopupMenuAt(int) - Method in class org.assertj.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.assertj.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.assertj.swing.fixture.JTableHeaderFixture
-
Shows a pop-up menu using this fixture's JTableHeader as the invoker of the pop-up menu.
- showPopupMenuAt(int) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Shows a pop-up menu at the position of the node in the given row.
- showPopupMenuAt(String) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Shows a pop-up menu at the position of the last node in the given path.
- showStatus(String) - Method in class org.assertj.swing.applet.AppletViewer
-
Displays the given status message.
- showStatus(String) - Method in class org.assertj.swing.applet.BasicAppletContext
-
Requests that the given status be displayed in this context's
StatusDisplay.
- showStatus(String) - Method in interface org.assertj.swing.applet.StatusDisplay
-
Displays the given status message.
- showWindow(Window) - Method in class org.assertj.swing.core.BasicRobot
-
- showWindow(Window, Dimension) - Method in class org.assertj.swing.core.BasicRobot
-
- showWindow(Window, Dimension, boolean) - Method in class org.assertj.swing.core.BasicRobot
-
- showWindow(Window) - Method in interface org.assertj.swing.core.Robot
-
Safely display an AWT or Swing Window with proper EDT synchronization.
- showWindow(Window, Dimension) - Method in interface org.assertj.swing.core.Robot
-
Safely display an AWT or Swing Window with proper EDT synchronization.
- showWindow(Window, Dimension, boolean) - Method in interface org.assertj.swing.core.Robot
-
Safely display an AWT or Swing Window with proper EDT synchronization.
- SimpleFallbackExceptionHandler - Class in org.assertj.swing.core
-
Exception handler for the AWT event thread, to make sure we can get a back-trace dump when running AssertJ-Swing are
terminated by a
EmergencyAbortListener.
- SimpleFallbackExceptionHandler() - Constructor for class org.assertj.swing.core.SimpleFallbackExceptionHandler
-
- simpleWaitForIdle() - Method in class org.assertj.swing.core.Settings
-
- simpleWaitForIdle(boolean) - Method in class org.assertj.swing.core.Settings
-
turns on or off the simple waitForIdle implementation
- SingleComponentHierarchy - Class in org.assertj.swing.hierarchy
-
- SingleComponentHierarchy(Container, ComponentHierarchy) - Constructor for class org.assertj.swing.hierarchy.SingleComponentHierarchy
-
- sizeOf(Component) - Static method in class org.assertj.swing.query.ComponentSizeQuery
-
Returns the size of the given AWT or Swing Component.
- slide(JSlider, int) - Method in class org.assertj.swing.driver.JSliderDriver
-
Slides the knob to the requested value.
- slider() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- slider(GenericTypeMatcher<? extends JSlider>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- slider(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- slider() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JSlider found in this fixture's Container.
- slider(GenericTypeMatcher<? extends JSlider>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JSlider in this fixture's Container, that matches the specified search criteria.
- slider(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JSlider in this fixture's Container, which name matches the specified one.
- slideTo(int) - Method in class org.assertj.swing.fixture.JSliderFixture
-
Simulates a user sliding this fixture's JSlider to the given value.
- slideToMaximum(JSlider) - Method in class org.assertj.swing.driver.JSliderDriver
-
Slides the knob to its maximum.
- slideToMaximum() - Method in class org.assertj.swing.fixture.JSliderFixture
-
Simulates a user sliding this fixture's JSlider to its maximum value.
- slideToMinimum(JSlider) - Method in class org.assertj.swing.driver.JSliderDriver
-
Slides the knob to its minimum.
- slideToMinimum() - Method in class org.assertj.swing.fixture.JSliderFixture
-
Simulates a user sliding this fixture's JSlider to its minimum value.
- spinner() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- spinner(GenericTypeMatcher<? extends JSpinner>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- spinner(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- spinner() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JSpinner found in this fixture's Container.
- spinner(GenericTypeMatcher<? extends JSpinner>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JSpinner in this fixture's Container, that matches the specified search criteria.
- spinner(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JSpinner in this fixture's Container, which name matches the specified one.
- splitPane() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- splitPane(GenericTypeMatcher<? extends JSplitPane>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- splitPane(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- splitPane() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns the JSplitPane found in this fixture's Container.
- splitPane(GenericTypeMatcher<? extends JSplitPane>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JSplitPane in this fixture's Container, that matches the specified search criteria.
- splitPane(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JSplitPane in this fixture's Container, which name matches the specified one.
- start() - Method in class org.assertj.swing.launcher.AppletLauncher
-
- start() - Method in class org.assertj.swing.launcher.ApplicationLauncher
-
Starts the application.
- startCellEditing(JTable, int, int) - Method in interface org.assertj.swing.cell.JTableCellWriter
-
Starts editing the given cell of the JTable.
- startCellEditing(JTable, int, int) - Method in class org.assertj.swing.driver.BasicJTableCellWriter
-
Starts editing the given cell of the JTable.
- startCellEditing(JTable, int, int) - Method in class org.assertj.swing.driver.JTableCheckBoxEditorCellWriter
-
- startCellEditing(JTable, int, int) - Method in class org.assertj.swing.driver.JTableComboBoxEditorCellWriter
-
- startCellEditing(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
-
Starts editing the given cell of the
JTable, using this driver's
JTableCellWriter.
- startCellEditing(JTable, int, int) - Method in class org.assertj.swing.driver.JTableTextComponentEditorCellWriter
-
- startEditing() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Starts editing this fixture's table cell.
- startListening(Toolkit, AWTEventListener, long) - Method in class org.assertj.swing.input.EventNormalizer
-
Starts listening for events.
- startWatchWithTimeoutOf(long) - Static method in class org.assertj.swing.util.TimeoutWatch
-
Creates and starts a new
TimeoutWatch with the given timeout.
- StatusDisplay - Interface in org.assertj.swing.applet
-
Displays the state of an Applet.
- stopCellEditing(JTable, int, int) - Method in interface org.assertj.swing.cell.JTableCellWriter
-
Stops editing the given cell of the JTable.
- stopCellEditing(JTable, int, int) - Method in class org.assertj.swing.driver.AbstractJTableCellWriter
-
- stopCellEditing(JTable, int, int) - Method in class org.assertj.swing.driver.BasicJTableCellWriter
-
Stops editing the given cell of the JTable.
- stopCellEditing(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
-
Stops editing the given cell of the
JTable, using this driver's
JTableCellWriter.
- stopEditing() - Method in class org.assertj.swing.fixture.JTableCellFixture
-
Stops editing this fixture's table cell.
- stopListening() - Method in class org.assertj.swing.input.EventNormalizer
-
Stops listening for events and disposes the delegate event listener.
- Strings - Class in org.assertj.swing.util
-
Utility methods related to Strings.
- StringTextMatcher - Class in org.assertj.swing.util
-
Matches text to a group of String values.
- StringTextMatcher(String...) - Constructor for class org.assertj.swing.util.StringTextMatcher
-
- supportedComponent() - Method in class org.assertj.swing.text.AbstractButtonTextReader
-
- supportedComponent() - Method in class org.assertj.swing.text.JLabelTextReader
-
- supportedComponent() - Method in class org.assertj.swing.text.JListTextReader
-
- supportedComponent() - Method in class org.assertj.swing.text.JTextComponentTextReader
-
- supportedComponent() - Method in class org.assertj.swing.text.TextReader
-
- supportedType() - Method in class org.assertj.swing.core.GenericTypeMatcher
-
- tabbedPane() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- tabbedPane(GenericTypeMatcher<? extends JTabbedPane>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- tabbedPane(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- tabbedPane() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JTabbedPane found in this fixture's Container.
- tabbedPane(GenericTypeMatcher<? extends JTabbedPane>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JTabbedPane in this fixture's Container, that matches the specified search criteria.
- tabbedPane(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JTabbedPane in this fixture's Container, which name matches the specified one.
- table() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- table(GenericTypeMatcher<? extends JTable>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- table(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- table() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JTable found in this fixture's Container.
- table(GenericTypeMatcher<? extends JTable>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JTable in this fixture's Container, that matches the specified search criteria.
- table(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JTable in this fixture's Container, which name matches the specified one.
- TableCell - Class in org.assertj.swing.data
-
A cell in a JTable.
- TableCell(int, int) - Constructor for class org.assertj.swing.data.TableCell
-
- TableCell.TableCellBuilder - Class in org.assertj.swing.data
-
- TableCellBuilder() - Constructor for class org.assertj.swing.data.TableCellInSelectedRow.TableCellBuilder
-
- TableCellByColumnId - Class in org.assertj.swing.data
-
Looks up a cell in a JTable by column identifier.
- TableCellByColumnId(int, Object) - Constructor for class org.assertj.swing.data.TableCellByColumnId
-
- TableCellByColumnId.TableCellBuilder - Class in org.assertj.swing.data
-
- TableCellFinder - Interface in org.assertj.swing.data
-
Finds a cell in a JTable.
- TableCellInRowByValue - Class in org.assertj.swing.data
-
Looks up a cell in the first found row in JTable whose values match the given ones.
- TableCellInRowByValue(String[], int) - Constructor for class org.assertj.swing.data.TableCellInRowByValue
-
- TableCellInRowByValue.TableCellBuilder - Class in org.assertj.swing.data
-
- TableCellInSelectedRow - Class in org.assertj.swing.data
-
Looks up a cell in the first selected row of a JTable.
- TableCellInSelectedRow(int) - Constructor for class org.assertj.swing.data.TableCellInSelectedRow
-
- TableCellInSelectedRow.TableCellBuilder - Class in org.assertj.swing.data
-
- tableHeader() - Method in class org.assertj.swing.fixture.JTableFixture
-
- tableHeaderOf(JTable) - Method in class org.assertj.swing.driver.JTableDriver
-
Returns the JTableHeader of the given JTable.
- tabTitles(JTabbedPane) - Method in class org.assertj.swing.driver.JTabbedPaneDriver
-
Returns the titles of all the tabs.
- tabTitles() - Method in class org.assertj.swing.fixture.JTabbedPaneFixture
-
Returns the titles of all the tabs in this fixture's JTabbedPane.
- takeDesktopScreenshot() - Method in class org.assertj.swing.image.NoopScreenshotTaker
-
- takeDesktopScreenshot() - Method in class org.assertj.swing.image.ScreenshotTaker
-
- takeDesktopScreenshot() - Method in interface org.assertj.swing.image.ScreenshotTakerIF
-
Takes a screenshot of the desktop.
- takeScreenshotOf(Component) - Method in class org.assertj.swing.image.NoopScreenshotTaker
-
- takeScreenshotOf(Component) - Method in class org.assertj.swing.image.ScreenshotTaker
-
- takeScreenshotOf(Component) - Method in interface org.assertj.swing.image.ScreenshotTakerIF
-
Takes a screenshot of the given AWT or Swing Component.
- target() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Returns the GUI component in this fixture.
- target() - Method in class org.assertj.swing.fixture.ColorFixture
-
- target() - Method in class org.assertj.swing.fixture.FontFixture
-
- targetCastedTo(Class<T>) - Method in class org.assertj.swing.fixture.AbstractComponentFixture
-
Returns this fixture's Component casted to the given sub-type.
- targetType() - Method in interface org.assertj.swing.format.ComponentFormatter
-
Returns the type of AWT or Swing Component this formatter supports.
- targetType() - Method in class org.assertj.swing.format.IntrospectionComponentFormatter
-
- targetType() - Method in class org.assertj.swing.format.JComboBoxFormatter
-
- targetType() - Method in class org.assertj.swing.format.JFileChooserFormatter
-
- targetType() - Method in class org.assertj.swing.format.JListFormatter
-
- targetType() - Method in class org.assertj.swing.format.JOptionPaneFormatter
-
- targetType() - Method in class org.assertj.swing.format.JTabbedPaneFormatter
-
- targetType() - Method in class org.assertj.swing.format.JTableFormatter
-
- targetType() - Method in class org.assertj.swing.format.JTreeFormatter
-
- test() - Method in class org.assertj.swing.core.ComponentFoundCondition
-
Indicates whether
true an AWT or Swing
Component, that matches the search criteria in this
condition's
ComponentMatcher, can be found.
- test() - Method in class org.assertj.swing.core.EdtSafeCondition
-
Checks if the condition has been satisfied.
- test() - Method in class org.assertj.swing.driver.WaitForComponentToShowCondition
-
Indicates whether the AWT or Swing Component in this condition is showing on the screen.
- test() - Method in class org.assertj.swing.timing.Condition
-
Checks if the condition has been satisfied.
- testInEDT() - Method in class org.assertj.swing.core.EdtSafeCondition
-
Checks if the condition has been satisfied.
- text() - Method in class org.assertj.swing.fixture.AbstractButtonFixture
-
- text() - Method in class org.assertj.swing.fixture.JLabelFixture
-
- text() - Method in class org.assertj.swing.fixture.JProgressBarFixture
-
- text() - Method in class org.assertj.swing.fixture.JSpinnerFixture
-
Returns the text displayed by this fixture's JSpinner.
- text() - Method in class org.assertj.swing.fixture.JTextComponentFixture
-
- text() - Method in interface org.assertj.swing.fixture.TextDisplayFixture
-
- textBox() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- textBox(GenericTypeMatcher<? extends JTextComponent>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- textBox(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- textBox() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JTextComponent found in this fixture's Container.
- textBox(GenericTypeMatcher<? extends JTextComponent>) - Method in interface org.assertj.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.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JTextComponent in this fixture's Container managed by this fixture, which name matches the
specified one.
- TextDisplayDriver<T extends Component> - Interface in org.assertj.swing.driver
-
Supports functional testing of an AWT or Swing Components that displays text.
- TextDisplayFixture<S> - Interface in org.assertj.swing.fixture
-
Supports functional testing of Components that display text.
- TextInputFixture<S> - Interface in org.assertj.swing.fixture
-
Simulates user events on Components that accept text input from the user.
- TextMatcher - Interface in org.assertj.swing.util
-
Matches a given text to one or more values.
- textOf(AbstractButton) - Method in class org.assertj.swing.driver.AbstractButtonDriver
-
Returns the text of the given Swing AbstractButton.
- textOf(JLabel) - Method in class org.assertj.swing.driver.JLabelDriver
-
Returns the text of the given JLabel.
- textOf(JProgressBar) - Method in class org.assertj.swing.driver.JProgressBarDriver
-
Returns the text of the given JProgressBar.
- textOf(JSpinner) - Method in class org.assertj.swing.driver.JSpinnerDriver
-
Returns the text displayed in the given JSpinner.
- textOf(JTextComponent) - Method in class org.assertj.swing.driver.JTextComponentDriver
-
Returns the text of the given JTextComponent.
- textOf(T) - Method in interface org.assertj.swing.driver.TextDisplayDriver
-
Returns the text of the given component.
- textOf(AbstractButton) - Static method in class org.assertj.swing.query.AbstractButtonTextQuery
-
Returns the text of the given Swing AbstractButton.
- TextReader<T extends Component> - Class in org.assertj.swing.text
-
Reads the text of an AWT or Swing Component.
- TextReader() - Constructor for class org.assertj.swing.text.TextReader
-
- TextReaders - Class in org.assertj.swing.text
-
- third - Variable in class org.assertj.swing.util.Triple
-
The third value in this tuple.
- ThreadSafeAction - Annotation Type in org.assertj.swing.annotation
-
Indicates that a method is thread-safe.
- thumbLocation(JScrollBar, int) - Method in class org.assertj.swing.driver.JScrollBarLocation
-
Returns the location where to move the mouse pointer to scroll to the given position.
- Timeout - Class in org.assertj.swing.timing
-
Timeout.
- timeout() - Static method in class org.assertj.swing.timing.Timeout
-
Creates a new
Timeout with default duration.
- timeout(long) - Static method in class org.assertj.swing.timing.Timeout
-
- timeout(long, TimeUnit) - Static method in class org.assertj.swing.timing.Timeout
-
- timeoutToBeVisible() - Method in class org.assertj.swing.core.Settings
-
- timeoutToBeVisible(int) - Method in class org.assertj.swing.core.Settings
-
Updates the number of milliseconds to wait for an AWT or Swing Component to be visible.
- timeoutToFindPopup() - Method in class org.assertj.swing.core.Settings
-
- timeoutToFindPopup(int) - Method in class org.assertj.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.assertj.swing.core.Settings
-
- timeoutToFindSubMenu(int) - Method in class org.assertj.swing.core.Settings
-
Updates the number of milliseconds to wait for a sub-menu to appear.
- TimeoutWatch - Class in org.assertj.swing.util
-
Time counter with a timeout.
- times() - Method in class org.assertj.swing.core.MouseClickInfo
-
- times(int) - Method in class org.assertj.swing.core.MouseClickInfo
-
Specifies how many times the mouse button should be clicked.
- title(JOptionPane) - Method in class org.assertj.swing.driver.JOptionPaneDriver
-
Returns the title of the given JOptionPane.
- title() - Method in class org.assertj.swing.fixture.JOptionPaneFixture
-
- to() - Method in class org.assertj.swing.util.GenericRange
-
- to(int) - Static method in class org.assertj.swing.util.Range
-
Creates a new
Range.To, representing the ending value of a range.
- toggleButton() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- toggleButton(GenericTypeMatcher<? extends JToggleButton>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- toggleButton(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- toggleButton() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JToggleButton found in this fixture's Container.
- toggleButton(GenericTypeMatcher<? extends JToggleButton>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JToggleButton in this fixture's Container, that matches the specified search criteria.
- toggleButton(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JToggleButton in this fixture's Container, which name matches the specified one.
- toggleRow(JTree, int) - Method in class org.assertj.swing.driver.JTreeDriver
-
Change the open/closed state of the given row, if possible.
- toggleRow(int) - Method in class org.assertj.swing.fixture.JTreeFixture
-
Simulates a user toggling the open/closed state of the tree node at the given row.
- toolBar() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- toolBar(GenericTypeMatcher<? extends JToolBar>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- toolBar(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- toolBar() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JToolBar found in this fixture's Container.
- toolBar(GenericTypeMatcher<? extends JToolBar>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JToolBar in this fixture's Container, that matches the specified search criteria.
- toolBar(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JToolBar in this fixture's Container, which name matches the specified one.
- ToolkitProvider - Class in org.assertj.swing.util
-
Provider of Toolkits.
- ToolkitProvider() - Constructor for class org.assertj.swing.util.ToolkitProvider
-
- toString() - Method in class org.assertj.swing.assertions.data.Point
-
- toString() - Method in class org.assertj.swing.assertions.data.RgbColor
-
- toString() - Method in class org.assertj.swing.core.LabelMatcher
-
- toString() - Method in class org.assertj.swing.core.matcher.DialogMatcher
-
- toString() - Method in class org.assertj.swing.core.matcher.FrameMatcher
-
- toString() - Method in class org.assertj.swing.core.matcher.JButtonMatcher
-
- toString() - Method in class org.assertj.swing.core.matcher.JLabelMatcher
-
- toString() - Method in class org.assertj.swing.core.matcher.JTextComponentMatcher
-
- toString() - Method in class org.assertj.swing.core.MouseClickInfo
-
- toString() - Method in class org.assertj.swing.core.NameMatcher
-
- toString() - Method in class org.assertj.swing.core.TypeMatcher
-
- toString() - Method in class org.assertj.swing.data.Index
-
- toString() - Method in class org.assertj.swing.data.TableCell
-
- toString() - Method in class org.assertj.swing.data.TableCellByColumnId
-
- toString() - Method in class org.assertj.swing.data.TableCellInRowByValue
-
- toString() - Method in class org.assertj.swing.data.TableCellInSelectedRow
-
- toString() - Method in class org.assertj.swing.driver.JMenuItemMatcher
-
- toString() - Method in class org.assertj.swing.format.IntrospectionComponentFormatter
-
- toString() - Method in class org.assertj.swing.keystroke.KeyStrokeMapping
-
- toString() - Method in class org.assertj.swing.timing.Condition
-
Returns the String representation of this condition, which is its description.
- TransientWindowListener - Class in org.assertj.swing.hierarchy
-
Automatic filtering of auto-generated Swing dialogs.
- translate(Component, int, int) - Static method in class org.assertj.swing.awt.AWT
-
Translates the given coordinates to the location on screen of the given AWT or Swing Component.
- tree() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- tree(GenericTypeMatcher<? extends JTree>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- tree(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
-
- tree() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Returns a JTree found in this fixture's Container.
- tree(GenericTypeMatcher<? extends JTree>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JTree in this fixture's Container, that matches the specified search criteria.
- tree(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
-
Finds a JTree in this fixture's Container, which name matches the specified one.
- Triple<F,S,T> - Class in org.assertj.swing.util
-
A tuple of size 3.
- type(char) - Method in class org.assertj.swing.core.BasicRobot
-
- type(char) - Method in interface org.assertj.swing.core.Robot
-
Types the given character.
- TypeMatcher - Class in org.assertj.swing.core
-
Matches AWT or Swing Components by type.
- TypeMatcher(Class<? extends Component>) - Constructor for class org.assertj.swing.core.TypeMatcher
-
- TypeMatcher(Class<? extends Component>, boolean) - Constructor for class org.assertj.swing.core.TypeMatcher
-