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

A

AbstractButtonDriver - Class in org.assertj.swing.driver
Supports functional testing of Swing AbstractButtons.
AbstractButtonDriver(Robot) - Constructor for class org.assertj.swing.driver.AbstractButtonDriver
Creates a new AbstractButtonDriver.
AbstractButtonFixture<S,T extends AbstractButton> - Class in org.assertj.swing.fixture
Supports functional testing of AbstractButtons.
AbstractButtonFixture(Class<S>, Robot, T) - Constructor for class org.assertj.swing.fixture.AbstractButtonFixture
Creates a new AbstractButtonFixture.
AbstractButtonFixture(Class<S>, Robot, String, Class<? extends T>) - Constructor for class org.assertj.swing.fixture.AbstractButtonFixture
Creates a new AbstractButtonFixture.
AbstractButtonTextQuery - Class in org.assertj.swing.query
Returns the text of a Swing AbstractButton.
AbstractButtonTextReader - Class in org.assertj.swing.text
Reads the text displayed in a Swing AbstractButton.
AbstractButtonTextReader() - Constructor for class org.assertj.swing.text.AbstractButtonTextReader
 
AbstractComponentFixture<S,C extends Component,D extends ComponentDriver> - Class in org.assertj.swing.fixture
Supports functional testing of AWT and Swing Components.
AbstractComponentFixture(Class<S>, Robot, Class<? extends C>) - Constructor for class org.assertj.swing.fixture.AbstractComponentFixture
AbstractComponentFixture(Class<S>, Robot, String, Class<? extends C>) - Constructor for class org.assertj.swing.fixture.AbstractComponentFixture
AbstractComponentFixture(Class<S>, Robot, C) - Constructor for class org.assertj.swing.fixture.AbstractComponentFixture
AbstractComponentMatcher - Class in org.assertj.swing.core
Template for implementations of ResettableComponentMatcher.
AbstractComponentMatcher() - Constructor for class org.assertj.swing.core.AbstractComponentMatcher
AbstractComponentMatcher(boolean) - Constructor for class org.assertj.swing.core.AbstractComponentMatcher
AbstractContainerFixture<S,C extends Container,D extends ComponentDriver> - Class in org.assertj.swing.fixture
Looks up AWT or Swing Components contained in a Container.
AbstractContainerFixture(Class<S>, Robot, Class<? extends C>) - Constructor for class org.assertj.swing.fixture.AbstractContainerFixture
AbstractContainerFixture(Class<S>, Robot, String, Class<? extends C>) - Constructor for class org.assertj.swing.fixture.AbstractContainerFixture
AbstractContainerFixture(Class<S>, Robot, C) - Constructor for class org.assertj.swing.fixture.AbstractContainerFixture
AbstractJComponentFixture<S,T extends JComponent,D extends JComponentDriver> - Class in org.assertj.swing.fixture
Supports functional testing of JComponents.
AbstractJComponentFixture(Class<S>, Robot, Class<? extends T>) - Constructor for class org.assertj.swing.fixture.AbstractJComponentFixture
AbstractJComponentFixture(Class<S>, Robot, String, Class<? extends T>) - Constructor for class org.assertj.swing.fixture.AbstractJComponentFixture
AbstractJComponentFixture(Class<S>, Robot, T) - Constructor for class org.assertj.swing.fixture.AbstractJComponentFixture
AbstractJPopupMenuInvokerFixture<S,T extends JComponent,D extends JComponentDriver> - Class in org.assertj.swing.fixture
Supports functional testing of JComponents capable of invoking JPopupMenus.
AbstractJPopupMenuInvokerFixture(Class<S>, Robot, Class<? extends T>) - Constructor for class org.assertj.swing.fixture.AbstractJPopupMenuInvokerFixture
AbstractJPopupMenuInvokerFixture(Class<S>, Robot, String, Class<? extends T>) - Constructor for class org.assertj.swing.fixture.AbstractJPopupMenuInvokerFixture
AbstractJPopupMenuInvokerFixture(Class<S>, Robot, T) - Constructor for class org.assertj.swing.fixture.AbstractJPopupMenuInvokerFixture
AbstractJTableCellWriter - Class in org.assertj.swing.driver
Template for implementations of JTableCellWriter.
AbstractJTableCellWriter(Robot) - Constructor for class org.assertj.swing.driver.AbstractJTableCellWriter
 
AbstractSwingContainerFixture<S,C extends JComponent,D extends JComponentDriver> - Class in org.assertj.swing.fixture
Supports functional testing of Swing Containers.
AbstractSwingContainerFixture(Class<S>, Robot, Class<? extends C>) - Constructor for class org.assertj.swing.fixture.AbstractSwingContainerFixture
AbstractSwingContainerFixture(Class<S>, Robot, String, Class<? extends C>) - Constructor for class org.assertj.swing.fixture.AbstractSwingContainerFixture
AbstractSwingContainerFixture(Class<S>, Robot, C) - Constructor for class org.assertj.swing.fixture.AbstractSwingContainerFixture
AbstractTwoStateButtonFixture<S,T extends AbstractButton> - Class in org.assertj.swing.fixture
Supports functional testing of AbstractButtons that have 2 states ("checked" and "unchecked.")
AbstractTwoStateButtonFixture(Class<S>, Robot, T) - Constructor for class org.assertj.swing.fixture.AbstractTwoStateButtonFixture
Creates a new AbstractButtonFixture.
AbstractTwoStateButtonFixture(Class<S>, Robot, String, Class<? extends T>) - Constructor for class org.assertj.swing.fixture.AbstractTwoStateButtonFixture
Creates a new AbstractButtonFixture.
AbstractWindowFixture<S,C extends Window,D extends WindowDriver> - Class in org.assertj.swing.fixture
Supports functional testing of Window.
AbstractWindowFixture(Class<S>, Class<? extends C>) - Constructor for class org.assertj.swing.fixture.AbstractWindowFixture
Creates a new AbstractWindowFixture.
AbstractWindowFixture(Class<S>, Robot, Class<? extends C>) - Constructor for class org.assertj.swing.fixture.AbstractWindowFixture
Creates a new AbstractWindowFixture.
AbstractWindowFixture(Class<S>, String, Class<? extends C>) - Constructor for class org.assertj.swing.fixture.AbstractWindowFixture
Creates a new AbstractWindowFixture.
AbstractWindowFixture(Class<S>, Robot, String, Class<? extends C>) - Constructor for class org.assertj.swing.fixture.AbstractWindowFixture
Creates a new AbstractWindowFixture.
AbstractWindowFixture(Class<S>, C) - Constructor for class org.assertj.swing.fixture.AbstractWindowFixture
Creates a new AbstractWindowFixture.
AbstractWindowFixture(Class<S>, Robot, C) - Constructor for class org.assertj.swing.fixture.AbstractWindowFixture
Creates a new AbstractWindowFixture.
acquire(Object) - Method in class org.assertj.swing.lock.ScreenLock
Acquires this lock.
acquired() - Method in class org.assertj.swing.lock.ScreenLock
Indicates whether this lock is already acquired.
acquiredBy(Object) - Method in class org.assertj.swing.lock.ScreenLock
Indicates whether this lock was acquired by the given object.
ActionFailedException - Exception in org.assertj.swing.exception
Error that occurred when simulation of user input failed.
actionFailure(String) - Static method in exception org.assertj.swing.exception.ActionFailedException
Creates a new ActionFailedException.
actionFailure(String, Throwable) - Static method in exception org.assertj.swing.exception.ActionFailedException
Creates a new ActionFailedException.
addKeyStrokesFrom(KeyStrokeMappingProvider) - Static method in class org.assertj.swing.keystroke.KeyStrokeMap
Adds the collection of KeyStrokeMappings from the given KeyStrokeMappingProvider to this map.
allEventQueues() - Method in class org.assertj.swing.monitor.WindowMonitor
 
andShowing() - Method in class org.assertj.swing.core.matcher.DialogMatcher
Indicates that the AWT or Swing Dialog to match should be showing on the screen.
andShowing() - Method in class org.assertj.swing.core.matcher.FrameMatcher
Indicates that the AWT or Swing Frame to match should be showing on the screen.
andShowing() - Method in class org.assertj.swing.core.matcher.JButtonMatcher
Indicates that the JButton to match should be showing on the screen.
andShowing() - Method in class org.assertj.swing.core.matcher.JLabelMatcher
Indicates that the JLabel to match should be showing on the screen.
andShowing() - Method in class org.assertj.swing.core.matcher.JTextComponentMatcher
Indicates that the JTextComponent to match should be showing on the screen.
andText(String) - Method in class org.assertj.swing.core.matcher.JButtonMatcher
Specifies the text to match.
andText(Pattern) - Method in class org.assertj.swing.core.matcher.JButtonMatcher
Specifies the text to match.
andText(String) - Method in class org.assertj.swing.core.matcher.JLabelMatcher
Specifies the text to match.
andText(Pattern) - Method in class org.assertj.swing.core.matcher.JLabelMatcher
Specifies the text to match.
andText(String) - Method in class org.assertj.swing.core.matcher.JTextComponentMatcher
Specifies the text to match.
andText(Pattern) - Method in class org.assertj.swing.core.matcher.JTextComponentMatcher
Specifies the text to match.
andTitle(String) - Method in class org.assertj.swing.core.matcher.DialogMatcher
Specifies the title to match.
andTitle(Pattern) - Method in class org.assertj.swing.core.matcher.DialogMatcher
Specifies the title to match.
andTitle(String) - Method in class org.assertj.swing.core.matcher.FrameMatcher
Specifies the title to match.
andTitle(Pattern) - Method in class org.assertj.swing.core.matcher.FrameMatcher
Specifies the title to match.
any() - Static method in class org.assertj.swing.core.matcher.DialogMatcher
Creates a new DialogMatcher that matches any Dialog.
any() - Static method in class org.assertj.swing.core.matcher.FrameMatcher
Creates a new FrameMatcher that matches any java.awt.Frame.
any() - Static method in class org.assertj.swing.core.matcher.JButtonMatcher
Creates a new JButtonMatcher that matches any JButton.
any() - Static method in class org.assertj.swing.core.matcher.JLabelMatcher
Creates a new JLabelMatcher that matches any JLabel.
any() - Static method in class org.assertj.swing.core.matcher.JTextComponentMatcher
Creates a new JTextComponentMatcher that matches any JTextComponent.
anyValue() - Static method in class org.assertj.swing.core.matcher.NamedComponentMatcherTemplate
 
applet(String) - Static method in class org.assertj.swing.launcher.AppletLauncher
Creates a new AppletLauncher.
applet(Class<? extends Applet>) - Static method in class org.assertj.swing.launcher.AppletLauncher
Creates a new AppletLauncher.
AppletLauncher - Class in org.assertj.swing.launcher
Fluent interface for launching and testing Applets.
appletLoaded() - Method in class org.assertj.swing.applet.AppletViewer
Indicates whether the Applet in this viewer is loaded or not.
AppletParameter - Class in org.assertj.swing.launcher
Fluent interface for creation of Applet parameters.
AppletParameter.AppletParameterBuilder - Class in org.assertj.swing.launcher
Builder for instances of AppletParameter.
appletResize(int, int) - Method in class org.assertj.swing.applet.BasicAppletStub
Resizes this stub's viewer when the Applet wants to be resized.
appletResize(int, int) - Method in class org.assertj.swing.driver.JAppletDriver
Requests the default JApplet to be resized.
appletResize(JApplet, int, int) - Method in class org.assertj.swing.driver.JAppletDriver
Requests the given JApplet to be resized.
AppletViewer - Class in org.assertj.swing.applet
A window that displays an Applet.
application(String) - Static method in class org.assertj.swing.launcher.ApplicationLauncher
Starting point of the fluent interface.
application(Class<?>) - Static method in class org.assertj.swing.launcher.ApplicationLauncher
Starting point of the fluent interface.
ApplicationLauncher - Class in org.assertj.swing.launcher
Executes a Java application from a class that has a "main" method.
approve() - Method in class org.assertj.swing.fixture.JFileChooserFixture
Simulates a user pressing the "Approve" button in this fixture's JFileChooser.
approveButton(JFileChooser) - Method in class org.assertj.swing.driver.JFileChooserDriver
Finds the "Approve" button in the given JFileChooser.
approveButton() - Method in class org.assertj.swing.fixture.JFileChooserFixture
Finds the "Approve" button in this fixture's JFileChooser.
areEqualOrMatch(String, String) - Static method in class org.assertj.swing.util.Strings
Indicates if the given Strings match.
arePropertyValuesMatching(Object, Object) - Method in class org.assertj.swing.core.matcher.NamedComponentMatcherTemplate
Indicates whether the given value matches the expected value in this matcher.
ArrayPreconditions - Class in org.assertj.swing.util
Verifies correct state of arrays.
Arrays - Class in org.assertj.swing.util
Utility methods for arrays.
assertEqual(AssertionInfo, BufferedImage, BufferedImage) - Method in class org.assertj.swing.internal.assertions.Images
Asserts that two images are equal.
assertEqual(AssertionInfo, BufferedImage, BufferedImage, Offset<Integer>) - Method in class org.assertj.swing.internal.assertions.Images
Asserts that two images are equal.
assertHasSize(AssertionInfo, BufferedImage, Dimension) - Method in class org.assertj.swing.internal.assertions.Images
Asserts that the size of the given image is equal to the given size.
Assertions - Class in org.assertj.swing.assertions
Entry point for assertion methods for different data types (including swing types).
Assertions() - Constructor for class org.assertj.swing.assertions.Assertions
 
AssertJSwingTestCaseTemplate - Class in org.assertj.swing.testing
Template for test cases that use AssertJ-Swing.
AssertJSwingTestCaseTemplate() - Constructor for class org.assertj.swing.testing.AssertJSwingTestCaseTemplate
 
assertNotEqual(AssertionInfo, BufferedImage, BufferedImage) - Method in class org.assertj.swing.internal.assertions.Images
Asserts that two images are not equal.
assertThat(BufferedImage) - Static method in class org.assertj.swing.assertions.Assertions
Creates a new instance of ImageAssert.
atIndex(int) - Static method in class org.assertj.swing.data.Index
Creates a new Index.
atPoint(int, int) - Static method in class org.assertj.swing.assertions.data.Point
Creates a new Point.
attachAsWeakEventListener(Toolkit, AWTEventListener, long) - Static method in class org.assertj.swing.listener.WeakEventListener
Creates a new WeakEventListener and adds it to the given Toolkit using the given event mask.
AWT - Class in org.assertj.swing.awt
Utility methods related to AWT.
AWTEvents - Class in org.assertj.swing.util
Utility methods related to AWT events.
AWTExceptionHandlerInstaller - Class in org.assertj.swing.util
Installs AWT exception handlers.

B

b - Variable in class org.assertj.swing.assertions.data.RgbColor
The blue component of this color.
background(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
Returns the background colour of the given table cell.
background() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
 
background() - Method in class org.assertj.swing.fixture.JTableCellFixture
Returns a fixture that verifies the background color of this fixture's table cell.
BACKGROUND_PROPERTY - Static variable in class org.assertj.swing.fixture.AbstractComponentFixture
Name of the property "background".
backgroundAt(JTable, int, int) - Method in interface org.assertj.swing.cell.JTableCellReader
Returns the background color of the cell renderer for the given table cell.
backgroundAt(JTable, int, int) - Method in class org.assertj.swing.driver.BasicJTableCellReader
Returns the background color of the cell renderer for the given JTable cell.
backgroundAt(TableCell) - Method in class org.assertj.swing.fixture.JTableFixture
Returns a fixture that verifies the background color of the given table cell.
backgroundOf(Component) - Method in class org.assertj.swing.driver.ComponentDriver
Returns the background color of the given AWT or Swing Component.
BasicAppletContext - Class in org.assertj.swing.applet
Basic (and limited) implementation of AppletContext.
BasicAppletContext(StatusDisplay) - Constructor for class org.assertj.swing.applet.BasicAppletContext
Creates a new BasicAppletContext.
BasicAppletStub - Class in org.assertj.swing.applet
Basic (and limited) implementation of AppletStub.
BasicAppletStub(Window, AppletContext, Map<String, String>) - Constructor for class org.assertj.swing.applet.BasicAppletStub
Creates a new BasicAppletStub.
BasicAppletStub(Window, AppletContext) - Constructor for class org.assertj.swing.applet.BasicAppletStub
Creates a new BasicAppletStub.
BasicCellRendererReader - Class in org.assertj.swing.driver
Default implementation of CellRendererReader.
BasicCellRendererReader() - Constructor for class org.assertj.swing.driver.BasicCellRendererReader
 
BasicComponentFinder - Class in org.assertj.swing.core
Default implementation of ComponentFinder.
BasicComponentFinder(ComponentHierarchy) - Constructor for class org.assertj.swing.core.BasicComponentFinder
Creates a new BasicComponentFinder.
BasicComponentFinder(ComponentHierarchy, Settings) - Constructor for class org.assertj.swing.core.BasicComponentFinder
Creates a new BasicComponentFinder.
BasicComponentPrinter - Class in org.assertj.swing.core
Default implementation of ComponentPrinter.
BasicComponentPrinter(ComponentHierarchy) - Constructor for class org.assertj.swing.core.BasicComponentPrinter
Creates a new BasicComponentPrinter.
BasicJComboBoxCellReader - Class in org.assertj.swing.driver
Default implementation of JComboBoxCellReader.
BasicJComboBoxCellReader() - Constructor for class org.assertj.swing.driver.BasicJComboBoxCellReader
Creates a new BasicJComboBoxCellReader that uses a BasicCellRendererReader to read the value from the cell renderer Component in a JComboBox.
BasicJComboBoxCellReader(CellRendererReader) - Constructor for class org.assertj.swing.driver.BasicJComboBoxCellReader
BasicJListCellReader - Class in org.assertj.swing.driver
Default implementation of JListCellReader.
BasicJListCellReader() - Constructor for class org.assertj.swing.driver.BasicJListCellReader
Creates a new BasicJListCellReader that uses a BasicCellRendererReader to read the value from the cell renderer component in a JList.
BasicJListCellReader(CellRendererReader) - Constructor for class org.assertj.swing.driver.BasicJListCellReader
Creates a new BasicJListCellReader.
BasicJTableCellReader - Class in org.assertj.swing.driver
Default implementation of JTableCellReader.
BasicJTableCellReader() - Constructor for class org.assertj.swing.driver.BasicJTableCellReader
Creates a new BasicJTableCellReader that uses a BasicCellRendererReader to read the value from the cell renderer component in a JTable.
BasicJTableCellReader(CellRendererReader) - Constructor for class org.assertj.swing.driver.BasicJTableCellReader
Creates a new BasicJTableCellReader.
BasicJTableCellWriter - Class in org.assertj.swing.driver
Default implementation of JTableCellWriter.
BasicJTableCellWriter(Robot) - Constructor for class org.assertj.swing.driver.BasicJTableCellWriter
 
BasicJTreeCellReader - Class in org.assertj.swing.driver
Default implementation of JTreeCellReader.
BasicJTreeCellReader() - Constructor for class org.assertj.swing.driver.BasicJTreeCellReader
Creates a new BasicJTreeCellReader that uses a BasicCellRendererReader to read the value from the cell renderer component in a JTree.
BasicJTreeCellReader(CellRendererReader) - Constructor for class org.assertj.swing.driver.BasicJTreeCellReader
Creates a new BasicJTreeCellReader.
BasicRobot - Class in org.assertj.swing.core
Default implementation of Robot.
blockLocationToScrollDown(JScrollBar) - Method in class org.assertj.swing.driver.JScrollBarLocation
Returns the location where to move the mouse pointer to scroll one block down (or left).
blockLocationToScrollUp(JScrollBar) - Method in class org.assertj.swing.driver.JScrollBarLocation
Returns the location where to move the mouse pointer to scroll one block up (or right).
button(MouseButton) - Static method in class org.assertj.swing.core.MouseClickInfo
Specifies that the given button should be clicked once.
button() - Method in class org.assertj.swing.core.MouseClickInfo
 
button() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
 
button(GenericTypeMatcher<? extends JButton>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
 
button(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
 
button() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
Returns a JButton found in this fixture's Container.
button(GenericTypeMatcher<? extends JButton>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
Finds a JButton in this fixture's Container, that matches the specified search criteria.
button(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
Finds a JButton in this fixture's Container, which name matches the specified one.
buttons() - Method in class org.assertj.swing.input.InputState
 
buttonWithText(JOptionPane, String) - Method in class org.assertj.swing.driver.JOptionPaneDriver
Finds a button in the JOptionPane containing the given text.
buttonWithText(JOptionPane, Pattern) - Method in class org.assertj.swing.driver.JOptionPaneDriver
Finds a button in the JOptionPane whose text matches the given regular expression pattern.
buttonWithText(String) - Method in class org.assertj.swing.fixture.JOptionPaneFixture
Finds and returns a fixture wrapping a button (this fixture's JOptionPane) matching the given text.
buttonWithText(Pattern) - Method in class org.assertj.swing.fixture.JOptionPaneFixture
Finds and returns a fixture wrapping a button (this fixture's JOptionPane) matching the given text.

C

cancel() - Method in class org.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
Throws a ActionFailedException if this JTableCellWriter could not find or activate the cell editor of the supported type.
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
Returns a JTableCellFixture wrapping the table cell found by the given TableCellFinder.
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
Throws an ExitException if an application tries to terminate the current JVM (through Runtime.exit(int) or Runtime.halt(int)).
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
Creates a new RgbColor.
ColorFixture - Class in org.assertj.swing.fixture
Verifies the state of Colors.
ColorFixture(Color) - Constructor for class org.assertj.swing.fixture.ColorFixture
Creates a new ColorFixture.
ColorFixture(Color, String) - Constructor for class org.assertj.swing.fixture.ColorFixture
Creates a new ColorFixture.
ColorFixture(Color, Description) - Constructor for class org.assertj.swing.fixture.ColorFixture
Creates a new 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
Creates a new table cell finder using the row cell values specified in TableCellInRowByValue.rowWithValue(String...) and the column index specified as the argument in this method.
column(int) - Method in class org.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
Creates a new 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
Creates a new 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
An "extension method" for implementations of AbstractContainerFixture.
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
Template for implementations of ComponentFormatter.
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
Error thrown when looking up a component using a ComponentFinder.
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
A condition to verify, usually used in the method Pause.pause(Condition).
Condition(String) - Constructor for class org.assertj.swing.timing.Condition
Creates a new Condition.
Condition(Description) - Constructor for class org.assertj.swing.timing.Condition
Creates a new 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
Creates a new 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
Return the modifier key for the appropriate accelerator key for menu shortcuts: KeyEvent.VK_CONTROL (default) or KeyEvent.VK_META (MacOS).
controlOrCommandMask() - Static method in class org.assertj.swing.util.Platform
Return the modifier mask for the appropriate accelerator key for menu shortcuts: Event.CTRL_MASK (default) or Event.META_MASK (MacOS).
copyOf(int[]) - Static method in class org.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

D

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
Creates a new DialogDriver.
DialogFinder - Class in org.assertj.swing.finder
Finder for AWT or Swing Dialogs.
DialogFinder(String) - Constructor for class org.assertj.swing.finder.DialogFinder
Creates a new DialogFinder.
DialogFinder(GenericTypeMatcher<? extends Dialog>) - Constructor for class org.assertj.swing.finder.DialogFinder
Creates a new DialogFinder.
DialogFinder(Class<? extends Dialog>) - Constructor for class org.assertj.swing.finder.DialogFinder
Creates a new DialogFinder.
DialogFixture - Class in org.assertj.swing.fixture
Supports functional testing of Dialogs.
DialogFixture(Dialog) - Constructor for class org.assertj.swing.fixture.DialogFixture
Creates a new DialogFixture.
DialogFixture(Robot, Dialog) - Constructor for class org.assertj.swing.fixture.DialogFixture
Creates a new DialogFixture.
DialogFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.DialogFixture
Creates a new DialogFixture.
DialogFixture(String) - Constructor for class org.assertj.swing.fixture.DialogFixture
Creates a new 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
Changes the MouseButton to use for drag operations.
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
 

E

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

F

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
Finds an AWT or Swing Component using the given ComponentMatcher.
find(GenericTypeMatcher<T>) - Method in interface org.assertj.swing.core.ComponentFinder
Finds an AWT or Swing Component using the given GenericTypeMatcher.
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
Creates a new BasicComponentFinder with a new AWT hierarchy.
findFileChooser() - Static method in class org.assertj.swing.finder.JFileChooserFinder
Creates a new JFileChooserFinder capable of looking up a JFileChooser.
findFileChooser(String) - Static method in class org.assertj.swing.finder.JFileChooserFinder
Creates a new JFileChooserFinder capable of looking up a JFileChooser by name.
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
Creates a new JOptionPaneFinder capable of looking up a JOptionPane.
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
Creates a new FontFixture.
FontFixture(Font, String) - Constructor for class org.assertj.swing.fixture.FontFixture
Creates a new FontFixture.
FontFixture(Font, Description) - Constructor for class org.assertj.swing.fixture.FontFixture
Creates a new 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
Creates a new FrameDriver.
FrameFinder - Class in org.assertj.swing.finder
Finder for Frames.
FrameFinder(String) - Constructor for class org.assertj.swing.finder.FrameFinder
Creates a new FrameFinder.
FrameFinder(GenericTypeMatcher<? extends Frame>) - Constructor for class org.assertj.swing.finder.FrameFinder
Creates a new FrameFinder.
FrameFinder(Class<? extends Frame>) - Constructor for class org.assertj.swing.finder.FrameFinder
Creates a new FrameFinder.
FrameFixture - Class in org.assertj.swing.fixture
Supports functional testing of Frames.
FrameFixture(Frame) - Constructor for class org.assertj.swing.fixture.FrameFixture
Creates a new FrameFixture.
FrameFixture(Robot, Frame) - Constructor for class org.assertj.swing.fixture.FrameFixture
Creates a new FrameFixture.
FrameFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.FrameFixture
Creates a new FrameFixture.
FrameFixture(String) - Constructor for class org.assertj.swing.fixture.FrameFixture
Creates a new 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.

G

g - Variable in class org.assertj.swing.assertions.data.RgbColor
The green component of this color.
GenericRange<T> - Class in org.assertj.swing.util
A range of values.
GenericRange(T, T) - Constructor for class org.assertj.swing.util.GenericRange
Creates a new GenericRange.
GenericTypeMatcher<T extends Component> - Class in org.assertj.swing.core
ComponentMatcher that matches an AWT or Swing Component by type and some custom search criteria.
GenericTypeMatcher(Class<T>) - Constructor for class org.assertj.swing.core.GenericTypeMatcher
Creates a new GenericTypeMatcher.
GenericTypeMatcher(Class<T>, boolean) - Constructor for class org.assertj.swing.core.GenericTypeMatcher
Creates a new GenericTypeMatcher.
getApplet() - Method in class org.assertj.swing.applet.AppletViewer
 
getApplet(String) - Method in class org.assertj.swing.applet.BasicAppletContext
If the StatusDisplay passed to this context is an instance of AppletViewer, this method will return the Applet of such AppletViewer.
getApplet(String) - Method in class org.assertj.swing.driver.JAppletDriver
Returns the JApplet of the given its name in the AppletContext.
getAppletContext() - Method in class org.assertj.swing.applet.BasicAppletStub
 
getAppletContext() - Method in class org.assertj.swing.driver.JAppletDriver
 
getAppletContext(JApplet) - Method in class org.assertj.swing.driver.JAppletDriver
Returns the AppletContext of the given JApplet.
getApplets() - Method in class org.assertj.swing.applet.BasicAppletContext
Returns an enumeration containing the Applet returned by BasicAppletContext.getApplet(String).
getApplets() - Method in class org.assertj.swing.driver.JAppletDriver
 
getAppletStub() - Method in class org.assertj.swing.applet.AppletViewer
 
getAudioClip(URL) - Method in class org.assertj.swing.applet.BasicAppletContext
Not implemented.
getCodeBase() - Method in class org.assertj.swing.applet.BasicAppletStub
Not implemented.
getCodeBase() - Method in class org.assertj.swing.driver.JAppletDriver
 
getCodeBase(JApplet) - Method in class org.assertj.swing.driver.JAppletDriver
Returns the URL of the directory that contains the given JApplet.
getDocumentBase() - Method in class org.assertj.swing.applet.BasicAppletStub
Not implemented.
getDocumentBase() - Method in class org.assertj.swing.driver.JAppletDriver
Returns the URL of the document the default JApplet is embedded.
getDocumentBase(JApplet) - Method in class org.assertj.swing.driver.JAppletDriver
Returns the URL of the document the given JApplet is embedded.
getImage(URL) - Method in class org.assertj.swing.applet.BasicAppletContext
Not implemented.
getOwner() - Method in class org.assertj.swing.lock.ScreenLock
 
getParameter(String) - Method in class org.assertj.swing.applet.BasicAppletStub
Returns the value of the named parameter in the "applet" HTML tag.
getParameter(String) - Method in class org.assertj.swing.driver.JAppletDriver
Returns the value of the named parameter in the default JApplet in the HTML tag, or null if not set.
getParameter(JApplet, String) - Method in class org.assertj.swing.driver.JAppletDriver
Returns the value of the named parameter in the given JApplet in the HTML tag, or null if not set.
getRealClassName(Component) - Method in class org.assertj.swing.format.ComponentFormatterTemplate
 
getStream(String) - Method in class org.assertj.swing.applet.BasicAppletContext
Returns the stream to which specified key is associated within this AppletContext.
getStreamKeys() - Method in class org.assertj.swing.applet.BasicAppletContext
Finds all the keys of the streams in this AppletContext.
GuiActionRunnable - Interface in org.assertj.swing.edt
 
GuiActionRunner - Class in org.assertj.swing.edt
Executes instances of GuiQuery and GuiTask.
GuiActionRunner() - Constructor for class org.assertj.swing.edt.GuiActionRunner
 
GuiLazyLoadingDescription - Class in org.assertj.swing.edt
Description that loads its text lazily, in the event dispatch thread (EDT).
GuiLazyLoadingDescription() - Constructor for class org.assertj.swing.edt.GuiLazyLoadingDescription
 
GuiQuery<T> - Class in org.assertj.swing.edt
Executes in the event dispatch thread (EDT) an action that returns a value.
GuiQuery() - Constructor for class org.assertj.swing.edt.GuiQuery
 
GuiTask - Class in org.assertj.swing.edt
Task that should be executed in the event dispatch thread (EDT).
GuiTask() - Constructor for class org.assertj.swing.edt.GuiTask
 
GUITest - Annotation Type in org.assertj.swing.annotation
Identifies tests as "GUI tests." AssertJ-Swing only takes screenshots of the desktop if failing tests have been marked with this annotation.
GUITestFinder - Class in org.assertj.swing.annotation
Utility methods related to GUI tests.

H

handle(Throwable) - Method in class org.assertj.swing.core.SimpleFallbackExceptionHandler
Prints the stack trace of the given exception to the standard error stream.
hasFocus(Component) - Static method in class org.assertj.swing.query.ComponentHasFocusQuery
Indicates whether the given AWT or Swing Component has input focus.
hashCode() - Method in class org.assertj.swing.assertions.data.Point
 
hashCode() - Method in class org.assertj.swing.assertions.data.RgbColor
 
hashCode() - Method in class org.assertj.swing.data.Index
 
hashCode() - Method in class org.assertj.swing.data.TableCell
 
hashCode() - Method in class org.assertj.swing.fixture.AbstractComponentFixture
 
hashCode() - Method in class org.assertj.swing.keystroke.KeyStrokeMapping
 
hashCode() - Method in class org.assertj.swing.timing.Timeout
 
hashCode() - Method in class org.assertj.swing.util.Range.From
 
hashCode() - Method in class org.assertj.swing.util.Range.To
 
hasKeyStrokes() - Static method in class org.assertj.swing.keystroke.KeyStrokeMap
Indicates whether KeyStrokeMap has mappings.
hasSize(Dimension) - Method in class org.assertj.swing.assertions.ImageAssert
Verifies that the actual image has the given size.
hierarchy() - Method in class org.assertj.swing.core.BasicComponentPrinter
 
hierarchy() - Method in class org.assertj.swing.core.BasicRobot
 
hierarchy() - Method in interface org.assertj.swing.core.Robot
 
horizontalScrollBar() - Method in class org.assertj.swing.fixture.JScrollPaneFixture
 
horizontalScrollBarIn(JScrollPane) - Method in class org.assertj.swing.driver.JScrollPaneDriver
Returns the horizontal JScrollBar in the given JScrollPane.

I

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
Creates a new ImageException.
ImageException(String, Throwable) - Constructor for exception org.assertj.swing.image.ImageException
Creates a new 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
Reusable assertions for BufferedImages.
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
Returns whether the message in a ComponentLookupException should include the current component hierarchy.
includeHierarchyIfComponentNotFound(boolean) - Method in interface org.assertj.swing.core.ComponentFinder
Updates whether the message in a ComponentLookupException should include the current component hierarchy.
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
Creates a new FailOnThreadViolationRepaintManager and sets it as the current repaint manager.
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
Installs a new NoExitSecurityManager in System.
installNoExitSecurityManager(ExitCallHook) - Static method in class org.assertj.swing.security.NoExitSecurityManagerInstaller
Installs a new NoExitSecurityManager in System.
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
Returns a JInternalFrame found in this fixture's Container.
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
Creates a new IORuntimeException.
IORuntimeException(String, IOException) - Constructor for exception org.assertj.swing.internal.annotation.IORuntimeException
Creates a new 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.

J

JAppletDriver - Class in org.assertj.swing.driver
Supports functional testing of JApplets.
JAppletDriver(Robot) - Constructor for class org.assertj.swing.driver.JAppletDriver
Creates a new JAppletDriver.
JAppletDriver(Robot, JApplet) - Constructor for class org.assertj.swing.driver.JAppletDriver
Creates a new JAppletDriver.
JButtonFixture - Class in org.assertj.swing.fixture
Supports functional testing of JButtons.
JButtonFixture(Robot, JButton) - Constructor for class org.assertj.swing.fixture.JButtonFixture
Creates a new JButtonFixture.
JButtonFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JButtonFixture
Creates a new 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
Creates a new JCheckBoxFixture.
JCheckBoxFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JCheckBoxFixture
Creates a new 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
Creates a new JComboBoxDriver.
JComboBoxFixture - Class in org.assertj.swing.fixture
Supports functional testing of JComboBoxes.
JComboBoxFixture(Robot, JComboBox) - Constructor for class org.assertj.swing.fixture.JComboBoxFixture
Creates a new JComboBoxFixture.
JComboBoxFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JComboBoxFixture
Creates a new 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
Creates a new 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
Creates a new JFileChooserDriver.
JFileChooserFinder - Class in org.assertj.swing.finder
Looks up JFileChoosers.
JFileChooserFinder() - Constructor for class org.assertj.swing.finder.JFileChooserFinder
Creates a new JFileChooserFinder.
JFileChooserFinder(String) - Constructor for class org.assertj.swing.finder.JFileChooserFinder
Creates a new JFileChooserFinder.
JFileChooserFinder(GenericTypeMatcher<? extends JFileChooser>) - Constructor for class org.assertj.swing.finder.JFileChooserFinder
Creates a new JFileChooserFinder.
JFileChooserFixture - Class in org.assertj.swing.fixture
Supports functional testing of JFileChoosers.
JFileChooserFixture(Robot) - Constructor for class org.assertj.swing.fixture.JFileChooserFixture
Creates a new JFileChooserFixture.
JFileChooserFixture(Robot, JFileChooser) - Constructor for class org.assertj.swing.fixture.JFileChooserFixture
Creates a new JFileChooserFixture.
JFileChooserFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JFileChooserFixture
Creates a new 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
Creates a new JInternalFrameDriver.
JInternalFrameFixture - Class in org.assertj.swing.fixture
Supports functional testing of JInternalFrames
JInternalFrameFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JInternalFrameFixture
Creates a new JInternalFrameFixture.
JInternalFrameFixture(Robot, JInternalFrame) - Constructor for class org.assertj.swing.fixture.JInternalFrameFixture
Creates a new 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
Creates a new JLabelDriver.
JLabelFixture - Class in org.assertj.swing.fixture
Supports functional testing of JLabels.
JLabelFixture(Robot, JLabel) - Constructor for class org.assertj.swing.fixture.JLabelFixture
Creates a new JLabelFixture.
JLabelFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JLabelFixture
Creates a new 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
Creates a new JListDriver.
JListFixture - Class in org.assertj.swing.fixture
Supports functional testing of JLists.
JListFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JListFixture
Creates a new JListFixture.
JListFixture(Robot, JList) - Constructor for class org.assertj.swing.fixture.JListFixture
Creates a new 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
Creates a new 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
Creates a new JMenuItemDriver.
JMenuItemFixture - Class in org.assertj.swing.fixture
Supports functional testing of JMenuItems.
JMenuItemFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JMenuItemFixture
Creates a new JMenuItemFixture.
JMenuItemFixture(Robot, JMenuItem) - Constructor for class org.assertj.swing.fixture.JMenuItemFixture
Creates a new JMenuItemFixture.
JMenuItemLocation - Class in org.assertj.swing.driver
Location of a JMenuItem.
JMenuItemLocation(JMenuItem) - Constructor for class org.assertj.swing.driver.JMenuItemLocation
Creates a new 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
Creates a new JMenuItemMatcher.
JOptionPaneDriver - Class in org.assertj.swing.driver
Supports functional testing of JOptionPanes.
JOptionPaneDriver(Robot) - Constructor for class org.assertj.swing.driver.JOptionPaneDriver
Creates a new JOptionPaneDriver.
JOptionPaneFinder - Class in org.assertj.swing.finder
Finder for JOptionPanes.
JOptionPaneFinder() - Constructor for class org.assertj.swing.finder.JOptionPaneFinder
Creates a new JOptionPaneFinder.
JOptionPaneFinder(GenericTypeMatcher<? extends JOptionPane>) - Constructor for class org.assertj.swing.finder.JOptionPaneFinder
Creates a new JOptionPaneFinder.
JOptionPaneFixture - Class in org.assertj.swing.fixture
Supports functional testing of JOptionPanes.
JOptionPaneFixture(Robot) - Constructor for class org.assertj.swing.fixture.JOptionPaneFixture
Creates a new JOptionPaneFixture.
JOptionPaneFixture(Robot, JOptionPane) - Constructor for class org.assertj.swing.fixture.JOptionPaneFixture
Creates a new 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
Creates a new JPanelFixture.
JPanelFixture(Robot, JPanel) - Constructor for class org.assertj.swing.fixture.JPanelFixture
Creates a new JPanelFixture.
JPopupMenuDriver - Class in org.assertj.swing.driver
Supports functional testing of JPopupMenus.
JPopupMenuDriver(Robot) - Constructor for class org.assertj.swing.driver.JPopupMenuDriver
Creates a new JPopupMenuDriver.
JPopupMenuFixture - Class in org.assertj.swing.fixture
Supports functional testing of JPopupMenus
JPopupMenuFixture(Robot, JPopupMenu) - Constructor for class org.assertj.swing.fixture.JPopupMenuFixture
Creates a new 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
Creates a new JProgressBarDriver.
JProgressBarFixture - Class in org.assertj.swing.fixture
Supports functional testing of JProgressBars.
JProgressBarFixture(Robot, JProgressBar) - Constructor for class org.assertj.swing.fixture.JProgressBarFixture
Creates a new JProgressBarFixture.
JProgressBarFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JProgressBarFixture
Creates a new JProgressBarFixture.
JRadioButtonFixture - Class in org.assertj.swing.fixture
Supports functional testing of JRadioButtons.
JRadioButtonFixture(Robot, JRadioButton) - Constructor for class org.assertj.swing.fixture.JRadioButtonFixture
Creates a new JRadioButtonFixture.
JRadioButtonFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JRadioButtonFixture
Creates a new JRadioButtonFixture.
JScrollBarDriver - Class in org.assertj.swing.driver
Supports functional testing of JScrollBars.
JScrollBarDriver(Robot) - Constructor for class org.assertj.swing.driver.JScrollBarDriver
Creates a new JScrollBarDriver.
JScrollBarFixture - Class in org.assertj.swing.fixture
Supports functional testing of JScrollBars.
JScrollBarFixture(Robot, JScrollBar) - Constructor for class org.assertj.swing.fixture.JScrollBarFixture
Creates a new JScrollBarFixture.
JScrollBarFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JScrollBarFixture
Creates a new 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
Creates a new JScrollPaneDriver.
JScrollPaneFixture - Class in org.assertj.swing.fixture
Supports functional testing of JScrollPanes.
JScrollPaneFixture(Robot, JScrollPane) - Constructor for class org.assertj.swing.fixture.JScrollPaneFixture
Creates a new JScrollPaneFixture.
JScrollPaneFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JScrollPaneFixture
Creates a new JScrollPaneFixture.
JSliderDriver - Class in org.assertj.swing.driver
Supports functional testing of JSliders.
JSliderDriver(Robot) - Constructor for class org.assertj.swing.driver.JSliderDriver
Creates a new JSliderDriver.
JSliderFixture - Class in org.assertj.swing.fixture
Supports functional testing of JSliders.
JSliderFixture(Robot, JSlider) - Constructor for class org.assertj.swing.fixture.JSliderFixture
Creates a new JSliderFixture.
JSliderFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JSliderFixture
Creates a new 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
Creates a new JSpinnerDriver.
JSpinnerFixture - Class in org.assertj.swing.fixture
Supports functional testing of JSpinners:
JSpinnerFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JSpinnerFixture
Creates a new JSpinnerFixture.
JSpinnerFixture(Robot, JSpinner) - Constructor for class org.assertj.swing.fixture.JSpinnerFixture
Creates a new JSpinnerFixture.
JSplitPaneDriver - Class in org.assertj.swing.driver
Supports functional testing of JSplitPanes.
JSplitPaneDriver(Robot) - Constructor for class org.assertj.swing.driver.JSplitPaneDriver
Creates a new JSplitPaneDriver.
JSplitPaneFixture - Class in org.assertj.swing.fixture
Supports functional testing of JSplitPanes.
JSplitPaneFixture(Robot, JSplitPane) - Constructor for class org.assertj.swing.fixture.JSplitPaneFixture
Creates a new JSplitPaneFixture.
JSplitPaneFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JSplitPaneFixture
Creates a new JSplitPaneFixture.
JTabbedPaneDriver - Class in org.assertj.swing.driver
Supports functional testing of JTabbedPanes.
JTabbedPaneDriver(Robot) - Constructor for class org.assertj.swing.driver.JTabbedPaneDriver
Creates a new JTabbedPaneDriver.
JTabbedPaneFixture - Class in org.assertj.swing.fixture
Supports functional testing of JTabbedPanes.
JTabbedPaneFixture(Robot, JTabbedPane) - Constructor for class org.assertj.swing.fixture.JTabbedPaneFixture
Creates a new JTabbedPaneFixture.
JTabbedPaneFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JTabbedPaneFixture
Creates a new 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
Creates a new 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
JTableCellWriter that knows how to use JTextComponents as cell editors.
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
JTableCellWriter that knows how to use JComboBoxes as cell editors.
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
Creates a new JTableDriver.
JTableFixture - Class in org.assertj.swing.fixture
Supports functional testing of JTables.
JTableFixture(Robot, JTable) - Constructor for class org.assertj.swing.fixture.JTableFixture
Creates a new JTableFixture.
JTableFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JTableFixture
Creates a new 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
Creates a new JTableHeaderDriver.
JTableHeaderFixture - Class in org.assertj.swing.fixture
Supports functional testing of JTableHeaders.
JTableHeaderFixture(Robot, JTableHeader) - Constructor for class org.assertj.swing.fixture.JTableHeaderFixture
Creates a new 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
JTableCellWriter that knows how to use JTextComponents as cell editors.
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
Creates a new JTextComponentDriver.
JTextComponentFixture - Class in org.assertj.swing.fixture
Supports functional testing of JTextComponents.
JTextComponentFixture(Robot, JTextComponent) - Constructor for class org.assertj.swing.fixture.JTextComponentFixture
Creates a new JTextComponentFixture.
JTextComponentFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JTextComponentFixture
Creates a new 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
Creates a new JToggleButtonFixture.
JToggleButtonFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JToggleButtonFixture
Creates a new JToggleButtonFixture.
JToolBarDriver - Class in org.assertj.swing.driver
Supports functional testing of JToolBars.
JToolBarDriver(Robot) - Constructor for class org.assertj.swing.driver.JToolBarDriver
Creates a new JToolBarDriver.
JToolBarFixture - Class in org.assertj.swing.fixture
Supports functional testing of JToolBars.
JToolBarFixture(Robot, JToolBar) - Constructor for class org.assertj.swing.fixture.JToolBarFixture
Creates a new JToolBarFixture.
JToolBarFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JToolBarFixture
Creates a new 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
Creates a new JTreeDriver.
JTreeFixture - Class in org.assertj.swing.fixture
Supports functional testing of JTrees.
JTreeFixture(Robot, JTree) - Constructor for class org.assertj.swing.fixture.JTreeFixture
Creates a new JTreeFixture.
JTreeFixture(Robot, String) - Constructor for class org.assertj.swing.fixture.JTreeFixture
Creates a new 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
Creates a new 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
Creates a new JTreeRowFixture.

K

key() - Method in enum org.assertj.swing.util.OSFamily
 
keyCode(int) - Static method in class org.assertj.swing.core.KeyPressInfo
Specifies the code of the key to press, without any modifiers (e.g.
keyCode() - Method in class org.assertj.swing.core.KeyPressInfo
 
keyCombination(KeyPressInfo) - Method in class org.assertj.swing.core.EmergencyAbortListener
Sets the key combination that will terminate any AssertJ-Swing test.
keyModifiers() - Method in class org.assertj.swing.input.InputState
 
KeyPressInfo - Class in org.assertj.swing.core
Information about a key (from the keyboard) to press.
keysFor(int) - Static method in class org.assertj.swing.util.Modifiers
Returns the key codes for the given modifier mask.
keyStroke() - Method in class org.assertj.swing.keystroke.KeyStrokeMapping
 
keyStrokeFor(char) - Static method in class org.assertj.swing.keystroke.KeyStrokeMap
Returns the KeyStroke corresponding to the given character, as best we can guess it, or null if we don't know how to generate it.
KeyStrokeMap - Class in org.assertj.swing.keystroke
A collection of KeyStrokeMapping.
KeyStrokeMapping - Class in org.assertj.swing.keystroke
A mapping between a character and a javax.swing.KeyStroke.
KeyStrokeMapping(char, int, int) - Constructor for class org.assertj.swing.keystroke.KeyStrokeMapping
Creates a new KeyStrokeMapping.
KeyStrokeMapping(char, KeyStroke) - Constructor for class org.assertj.swing.keystroke.KeyStrokeMapping
Creates a new KeyStrokeMapping.
KeyStrokeMappingProvider - Interface in org.assertj.swing.keystroke
Provides a mapping between characters and KeyStrokes.
KeyStrokeMappingProvider_de - Class in org.assertj.swing.keystroke
Mapping between characters and KeyStrokes for locale Locale.GERMAN.
KeyStrokeMappingProvider_de() - Constructor for class org.assertj.swing.keystroke.KeyStrokeMappingProvider_de
 
KeyStrokeMappingProvider_en - Class in org.assertj.swing.keystroke
Mapping between characters and KeyStrokes for locale Locale.ENGLISH.
KeyStrokeMappingProvider_en() - Constructor for class org.assertj.swing.keystroke.KeyStrokeMappingProvider_en
 
KeyStrokeMappingProvider_fi - Class in org.assertj.swing.keystroke
Mapping between characters and KeyStrokes for locale Locale.FINNISH.
KeyStrokeMappingProvider_fi() - Constructor for class org.assertj.swing.keystroke.KeyStrokeMappingProvider_fi
 
KeyStrokeMappingProvider_fr - Class in org.assertj.swing.keystroke
Mapping between characters and KeyStrokes for locale Locale.FRENCH.
KeyStrokeMappingProvider_fr() - Constructor for class org.assertj.swing.keystroke.KeyStrokeMappingProvider_fr
 
KeyStrokeMappingProvider_mac_fr_FR - Class in org.assertj.swing.keystroke
Mapping between characters and KeyStrokes for Mac OS and locale Locale.FRENCH.
KeyStrokeMappingProvider_mac_fr_FR() - Constructor for class org.assertj.swing.keystroke.KeyStrokeMappingProvider_mac_fr_FR
 
keyStrokeMappings() - Method in class org.assertj.swing.keystroke.DefaultKeyStrokeMappingProvider
Returns the default mapping of characters and KeyStrokes.
keyStrokeMappings() - Method in interface org.assertj.swing.keystroke.KeyStrokeMappingProvider
 
keyStrokeMappings() - Method in class org.assertj.swing.keystroke.KeyStrokeMappingProvider_de
 
keyStrokeMappings() - Method in class org.assertj.swing.keystroke.KeyStrokeMappingProvider_en
 
keyStrokeMappings() - Method in class org.assertj.swing.keystroke.KeyStrokeMappingProvider_fi
 
keyStrokeMappings() - Method in class org.assertj.swing.keystroke.KeyStrokeMappingProvider_fr
 
keyStrokeMappings() - Method in class org.assertj.swing.keystroke.KeyStrokeMappingProvider_mac_fr_FR
 
KeyStrokeMappingsParser - Class in org.assertj.swing.keystroke
Creates KeyStrokeMappings by parsing a text file.
KeyStrokeMappingsParser() - Constructor for class org.assertj.swing.keystroke.KeyStrokeMappingsParser
 

L

label() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
 
label(GenericTypeMatcher<? extends JLabel>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
 
label(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
 
label() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
Returns a JLabel found in this fixture's Container.
label(GenericTypeMatcher<? extends JLabel>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
Finds a JLabel in this fixture's Container, that matches the specified search criteria.
label(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
Finds a JLabel in this fixture's Container, which name matches the specified one.
LabelMatcher - Class in org.assertj.swing.core
Matches an AWT or Swing Component by the text of the associated JLabel and (optionally) by type.
LabelMatcher(String) - Constructor for class org.assertj.swing.core.LabelMatcher
Creates a new LabelMatcher.
LabelMatcher(String, boolean) - Constructor for class org.assertj.swing.core.LabelMatcher
Creates a new LabelMatcher.
LabelMatcher(String, Class<? extends Component>) - Constructor for class org.assertj.swing.core.LabelMatcher
Creates a new LabelMatcher.
LabelMatcher(String, Class<? extends Component>, boolean) - Constructor for class org.assertj.swing.core.LabelMatcher
Creates a new LabelMatcher.
lastEventTime() - Method in class org.assertj.swing.input.InputState
 
launcherFor(Applet) - Static method in class org.assertj.swing.launcher.AppletLauncher
Creates a new AppletLauncher.
leftButton() - Static method in class org.assertj.swing.core.MouseClickInfo
Specifies that the left button should be clicked once.
list() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
 
list(GenericTypeMatcher<? extends JList>) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
 
list(String) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
 
list() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
Returns a JList found in this fixture's Container.
list(GenericTypeMatcher<? extends JList>) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
Finds a JList in this fixture's Container, that matches the specified search criteria.
list(String) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
Finds a JList in this fixture's Container, which name matches the specified one.
list() - Method in class org.assertj.swing.fixture.JComboBoxFixture
Finds and returns the JList in the pop-up raised by this fixture's JComboBox.
loadDescription() - Method in class org.assertj.swing.edt.GuiLazyLoadingDescription
Returns the lazy-loaded text of this description.
location() - Method in class org.assertj.swing.driver.AbstractJTableCellWriter
 
locationOnScreen(Component) - Static method in class org.assertj.swing.query.ComponentLocationOnScreenQuery
Returns the location of the given AWT or Swing Component on screen.
locationOnScreenOf(Component) - Static method in class org.assertj.swing.awt.AWT
Wrapper for Component.getLocationOnScreen.
LocationUnavailableException - Exception in org.assertj.swing.exception
Error raised when the location of an AWT or Swing Component cannot be provided.
LocationUnavailableException(String) - Constructor for exception org.assertj.swing.exception.LocationUnavailableException
LocationUnavailableException(String, Throwable) - Constructor for exception org.assertj.swing.exception.LocationUnavailableException
lookup(int) - Static method in enum org.assertj.swing.core.MouseButton
Returns the mouse button whose mask matches the given mask.

M

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
Creates a new 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
Specifies the modifiers to use when pressing the specified key (e.g.
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
 

N

name() - Method in class org.assertj.swing.core.matcher.NamedComponentMatcherTemplate
 
name - Variable in class org.assertj.swing.launcher.AppletParameter
 
name(String) - Static method in class org.assertj.swing.launcher.AppletParameter
Starting point of the fluent interface for creation of AppletParameters.
NamedComponentMatcherTemplate<T extends Component> - Class in org.assertj.swing.core.matcher
Template for matching AWT or Swing Component by name.
NamedComponentMatcherTemplate(Class<T>) - Constructor for class org.assertj.swing.core.matcher.NamedComponentMatcherTemplate
NamedComponentMatcherTemplate(Class<T>, Object) - Constructor for class org.assertj.swing.core.matcher.NamedComponentMatcherTemplate
NameMatcher - Class in org.assertj.swing.core
Matches an AWT or Swing Component by name and (optionally) by type.
NameMatcher(String) - Constructor for class org.assertj.swing.core.NameMatcher
Creates a new NameMatcher.
NameMatcher(String, boolean) - Constructor for class org.assertj.swing.core.NameMatcher
Creates a new NameMatcher.
NameMatcher(String, Class<? extends Component>) - Constructor for class org.assertj.swing.core.NameMatcher
Creates a new NameMatcher.
NameMatcher(String, Class<? extends Component>, boolean) - Constructor for class org.assertj.swing.core.NameMatcher
Creates a new NameMatcher.
newConcurrentHashMap() - Static method in class org.assertj.swing.util.Maps
Returns a mutable ConcurrentMap that is empty.
newHashMap() - Static method in class org.assertj.swing.util.Maps
Returns a mutable HashMap that is empty.
NewHierarchy - Class in org.assertj.swing.hierarchy
Isolates a ComponentHierarchy to limit to only those components created during the lifetime of this hierarchy.
newRobotInLeftScreen() - Method in class org.assertj.swing.util.RobotFactory
Creates a new AWT Robot object in the coordinate system of the left screen (in terms of coordinates).
newRobotInPrimaryScreen() - Method in class org.assertj.swing.util.RobotFactory
Creates a new AWT Robot object in the coordinate system of the primary screen.
newViewer(Applet) - Static method in class org.assertj.swing.applet.AppletViewer
Creates a new AppletViewer using a BasicAppletStub as
newViewer(Applet, Map<String, String>) - Static method in class org.assertj.swing.applet.AppletViewer
Creates a new AppletViewer.
newViewer(Applet, AppletStub) - Static method in class org.assertj.swing.applet.AppletViewer
Creates a new AppletViewer.
newWeakHashMap() - Static method in class org.assertj.swing.util.Maps
Returns a mutable WeakHashMap that is empty.
NO_MASK - Static variable in interface org.assertj.swing.keystroke.KeyStrokeMappingProvider
Value to use when a key stroke is not using modifiers.
noButton(JOptionPane) - Method in class org.assertj.swing.driver.JOptionPaneDriver
Finds the "No" button in the JOptionPane.
noButton() - Method in class org.assertj.swing.fixture.JOptionPaneFixture
Returns a fixture wrapping the "No" button in this fixture's JOptionPane.
node(int) - Method in class org.assertj.swing.fixture.JTreeFixture
Returns a fixture that manages the node specified by the given row.
node(String) - Method in class org.assertj.swing.fixture.JTreeFixture
Returns a fixture that manages the node specified by the given path.
nodeValue(JTree, String) - Method in class org.assertj.swing.driver.JTreeDriver
Returns the String representation of the node at the given path.
nodeValue(JTree, int) - Method in class org.assertj.swing.driver.JTreeDriver
Returns the String representation of the node at the given row index.
NoExitSecurityManager - Class in org.assertj.swing.security
SecurityManager that does not allow an application under test to terminate the current JVM.
NoExitSecurityManager() - Constructor for class org.assertj.swing.security.NoExitSecurityManager
Creates a new NoExitSecurityManager.
NoExitSecurityManager(ExitCallHook) - Constructor for class org.assertj.swing.security.NoExitSecurityManager
Creates a new NoExitSecurityManager.
NoExitSecurityManagerInstaller - Class in org.assertj.swing.security
Installs/uninstalls a NoExitSecurityManager.
NoopScreenshotTaker - Class in org.assertj.swing.image
Screenshot taker, which does nothing.
NoopScreenshotTaker() - Constructor for class org.assertj.swing.image.NoopScreenshotTaker
 
normalize(Frame) - Method in class org.assertj.swing.driver.FrameDriver
Normalizes the given AWT or Swing Frame.
normalize(JInternalFrame) - Method in class org.assertj.swing.driver.JInternalFrameDriver
Normalises the given JInternalFrame, deconifying it first if it is iconified.
normalize() - Method in class org.assertj.swing.fixture.FrameFixture
Simulates a user normalizing this fixture's Frame.
normalize() - Method in interface org.assertj.swing.fixture.FrameLikeFixture
Simulates a user normalizing this fixture's frame-like component.
normalize() - Method in class org.assertj.swing.fixture.JInternalFrameFixture
Simulates a user normalizing this fixture's JInternalFrame, deconifying it first if it is iconified.

O

of(F, S) - Static method in class org.assertj.swing.util.Pair
Creates a new Pair.
of(F, S, T) - Static method in class org.assertj.swing.util.Triple
Creates a new Triple.
okButton(JOptionPane) - Method in class org.assertj.swing.driver.JOptionPaneDriver
Finds the "OK" button in the JOptionPane.
okButton() - Method in class org.assertj.swing.fixture.JOptionPaneFixture
Returns a fixture wrapping the "OK" button in this fixture's JOptionPane.
optionPane() - Method in class org.assertj.swing.fixture.AbstractContainerFixture
 
optionPane(Timeout) - Method in class org.assertj.swing.fixture.AbstractContainerFixture
 
optionPane() - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
Returns the only JOptionPane currently available (if any).
optionPane(Timeout) - Method in interface org.assertj.swing.fixture.ComponentContainerFixture
Returns the only JOptionPane currently available (if any).
org.assertj.swing.annotation - package org.assertj.swing.annotation
Annotations and related utility methods.
org.assertj.swing.applet - package org.assertj.swing.applet
Provides support for testing Applets.
org.assertj.swing.assertions - package org.assertj.swing.assertions
 
org.assertj.swing.assertions.data - package org.assertj.swing.assertions.data
 
org.assertj.swing.assertions.error - package org.assertj.swing.assertions.error
 
org.assertj.swing.awt - package org.assertj.swing.awt
Utility methods related to AWT.
org.assertj.swing.cell - package org.assertj.swing.cell
Support for reading from and writing to cells in JComponents (for example: JLists, JTables, etc).
org.assertj.swing.core - package org.assertj.swing.core
Low-level components that enable functional testing of AWT and Swing Components.
org.assertj.swing.core.matcher - package org.assertj.swing.core.matcher
Common-use implementations of GenericTypeMatcher.
org.assertj.swing.data - package org.assertj.swing.data
Data structures.
org.assertj.swing.driver - package org.assertj.swing.driver
Component-specific test drivers.
org.assertj.swing.edt - package org.assertj.swing.edt
Ensure that Component access is done in the event dispatch thread (EDT).
org.assertj.swing.exception - package org.assertj.swing.exception
Exceptions.
org.assertj.swing.finder - package org.assertj.swing.finder
Utilities for finding Components.
org.assertj.swing.fixture - package org.assertj.swing.fixture
Public API, source of AssertJ-Swing's power and flexibility.
org.assertj.swing.format - package org.assertj.swing.format
Formatters that create better and shorter String representations of AWT and Swing Components.
org.assertj.swing.hierarchy - package org.assertj.swing.hierarchy
Scoped Component hierarchies.
org.assertj.swing.image - package org.assertj.swing.image
Utility methods related to images.
org.assertj.swing.input - package org.assertj.swing.input
Monitors of different input events.
org.assertj.swing.internal.annotation - package org.assertj.swing.internal.annotation
 
org.assertj.swing.internal.assertions - package org.assertj.swing.internal.assertions
 
org.assertj.swing.keystroke - package org.assertj.swing.keystroke
Mappings of characters to key strokes, supporting multiple languages and platforms.
org.assertj.swing.launcher - package org.assertj.swing.launcher
Java applications and Applets launcher.
org.assertj.swing.listener - package org.assertj.swing.listener
Event listeners.
org.assertj.swing.lock - package org.assertj.swing.lock
Utilities that ensure that GUI tests are executed sequentially, preventing multiple applications from being displayed simultaneously.
org.assertj.swing.monitor - package org.assertj.swing.monitor
Monitors that track the state of AWT and Swing Components.
org.assertj.swing.query - package org.assertj.swing.query
Common-use implementations of GuiQuery.
org.assertj.swing.security - package org.assertj.swing.security
Utilities related to security.
org.assertj.swing.testing - package org.assertj.swing.testing
Base test classes.
org.assertj.swing.text - package org.assertj.swing.text
Utilities for reading the text displayed in AWT or Swing Components.
org.assertj.swing.timing - package org.assertj.swing.timing
Utilities related to timing.
org.assertj.swing.util - package org.assertj.swing.util
Miscellaneous utilities.
OSFamily - Enum in org.assertj.swing.util
Operating System families.
osFamily() - Static method in class org.assertj.swing.util.Platform
 

P

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
Creates a KeyStrokeMappingProvider containing all the character-keystroke mappings specified in the given file.
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
Creates a new ParsingException.
ParsingException(String, Throwable) - Constructor for exception org.assertj.swing.exception.ParsingException
Creates a new 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
Creates a new 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
Creates a new BasicComponentPrinter with a new AWT hierarchy.
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.

Q

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

R

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
Attaches a new instance of EmergencyAbortListener to the given AWT Toolkit.
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
Returns the value of the flag "requireShowing" in the ComponentLookupScope this finder's Settings.
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
ComponentMatcher whose internal state can be reset.
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
Starting point for the creation of a 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
Starting point for the creation of a 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).

S

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
Creates a new 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
Creates a new 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
Starting point for the creation of a 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
Creates a new 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
Creates a new 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
Creates a new 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
A ComponentHierarchy created with a specified AWT or Swing Component as root.
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
Launches the Applet in a AppletViewer (using implementations of BasicAppletStub and BasicAppletContext.
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
Creates a new 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
 

T

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
Creates a new TableCell.
TableCell.TableCellBuilder - Class in org.assertj.swing.data
Factory of TableCells.
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
Factory of TableCellByColumnIds.
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
Creates a new 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
Registry of TextReaders.
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
Creates a new Timeout.
timeout(long, TimeUnit) - Static method in class org.assertj.swing.timing.Timeout
Creates a new 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
Creates a new TypeMatcher.
TypeMatcher(Class<? extends Component>, boolean) - Constructor for class org.assertj.swing.core.TypeMatcher
Creates a new TypeMatcher.

U

uncheck() - Method in class org.assertj.swing.fixture.AbstractTwoStateButtonFixture
Unchecks this fixture's AbstractButton only if it is checked.
underlyingListener() - Method in class org.assertj.swing.listener.WeakEventListener
 
unexpected(Throwable) - Static method in exception org.assertj.swing.exception.UnexpectedException
UnexpectedException - Exception in org.assertj.swing.exception
Error thrown when an unexpected error occurs.
UnexpectedException(Throwable) - Constructor for exception org.assertj.swing.exception.UnexpectedException
Creates a new UnexpectedException.
UnexpectedException(String, Throwable) - Constructor for exception org.assertj.swing.exception.UnexpectedException
Creates a new UnexpectedException.
unfloat(JToolBar, String) - Method in class org.assertj.swing.driver.JToolBarDriver
Drop the JToolBar to the requested constraint position.
unfloat(JToolBar) - Method in class org.assertj.swing.driver.JToolBarDriver
Closes a floating JToolBar, making it go back to its original container in its last known location.
unfloat() - Method in class org.assertj.swing.fixture.JToolBarFixture
Simulates a user unfloating this fixture's JToolBar.
unfloat(JToolBarFixture.UnfloatConstraint) - Method in class org.assertj.swing.fixture.JToolBarFixture
Simulates a user dropping this fixture's JToolBar to the requested constraint position.
uninstall() - Static method in class org.assertj.swing.edt.FailOnThreadViolationRepaintManager
Tries to restore the repaint manager before installing the FailOnThreadViolationRepaintManager via FailOnThreadViolationRepaintManager.install().
uninstall() - Method in class org.assertj.swing.security.NoExitSecurityManagerInstaller
Uninstalls the NoExitSecurityManager installed by NoExitSecurityManagerInstaller.installNoExitSecurityManager(), restoring the original SecurityManager.
unitLocationToScrollDown(JScrollBar) - Method in class org.assertj.swing.driver.JScrollBarLocation
Returns the location where to move the mouse pointer to scroll one unit down (or left).
unitLocationToScrollUp(JScrollBar) - Method in class org.assertj.swing.driver.JScrollBarLocation
Returns the location where to move the mouse pointer to scroll one unit up (or right).
unloadApplet() - Method in class org.assertj.swing.applet.AppletViewer
Stops and destroys the Applet loaded in this viewer.
unregister() - Method in class org.assertj.swing.core.EmergencyAbortListener
Removes this listener from the Toolkit this listener is attached to.
unselect() - Method in class org.assertj.swing.fixture.JListItemFixture
Simulates a user unselecting this fixture's list item.
unselect() - Method in class org.assertj.swing.fixture.JTableCellFixture
Simulates a user unselecting this fixture's table cell.
unselect() - Method in class org.assertj.swing.fixture.JTreePathFixture
Unselects the this fixture's tree node, expanding parent nodes if necessary.
unselect() - Method in class org.assertj.swing.fixture.JTreeRowFixture
Unselects the this fixture's tree node, expanding parent nodes if necessary.
unselectCell(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
Unselects the given cell, if it is selected.
unselectCell(TableCell) - Method in class org.assertj.swing.fixture.JTableFixture
Simulates a user unselecting the given cell (row and column) of this fixture's JTable.
unselectCells(JTable, TableCell[]) - Method in class org.assertj.swing.driver.JTableDriver
Unselects the given cells of the JTable.
unselectCells(TableCell...) - Method in class org.assertj.swing.fixture.JTableFixture
Simulates a user unselecting the given cells of this fixture's JTable.
unselectItem(JList<?>, int) - Method in class org.assertj.swing.driver.JListDriver
Unselects the item under the given index using left mouse button once.
unselectItem(int) - Method in class org.assertj.swing.fixture.JListFixture
Simulates a user unselecting an item in this fixture's JList.
unselectItems(JList<?>, int[]) - Method in class org.assertj.swing.driver.JListDriver
Unselects the items under the given indices.
unselectItems(int...) - Method in class org.assertj.swing.fixture.JListFixture
Simulates a user unselecting the specified items in this fixture's JList.
unselectPath(JTree, String) - Method in class org.assertj.swing.driver.JTreeDriver
Unselects the given path, expanding parent nodes if necessary.
unselectPath(String) - Method in class org.assertj.swing.fixture.JTreeFixture
Unselects the given path, expanding parent nodes if necessary.
unselectPaths(JTree, String[]) - Method in class org.assertj.swing.driver.JTreeDriver
Unselects the given paths, expanding parent nodes if necessary.
unselectPaths(String...) - Method in class org.assertj.swing.fixture.JTreeFixture
Unselect the given paths, expanding parent nodes if necessary.
unselectRow(JTree, int) - Method in class org.assertj.swing.driver.JTreeDriver
Unselects the given row.
unselectRow(int) - Method in class org.assertj.swing.fixture.JTreeFixture
Simulates a user unselecting the tree node at the given row.
unselectRows(JTable, int...) - Method in class org.assertj.swing.driver.JTableDriver
Simulates a user unselecting the given rows in the given JTable.
unselectRows(JTree, int[]) - Method in class org.assertj.swing.driver.JTreeDriver
Unselects the given rows.
unselectRows(int...) - Method in class org.assertj.swing.fixture.JTableFixture
Simulates a user unselecting the given rows in this fixture's JTable.
unselectRows(int...) - Method in class org.assertj.swing.fixture.JTreeFixture
Simulates a user unselecting the tree nodes at the given rows.
untilIsShowing(Component) - Static method in class org.assertj.swing.driver.WaitForComponentToShowCondition
update(AWTEvent) - Method in class org.assertj.swing.input.InputState
Explicitly update the internal state.
updateModifierWithKeyCode(int, int) - Static method in class org.assertj.swing.util.Modifiers
Updates the given modifier mask with the given key code, only if the given key code belongs to a modifier key.
using(Robot) - Method in class org.assertj.swing.finder.ComponentFinderTemplate
Finds a component by name or type using the given robot.
using(Robot) - Method in class org.assertj.swing.finder.DialogFinder
Finds a Dialog by name or type.
using(Robot) - Method in class org.assertj.swing.finder.FrameFinder
Finds a Frame by name or type.
using(Robot) - Method in class org.assertj.swing.finder.JFileChooserFinder
Finds a JFileChooser by name or type.
using(Robot) - Method in class org.assertj.swing.finder.JOptionPaneFinder
Finds a JOptionPane by name or type.
using(Robot) - Method in class org.assertj.swing.finder.WindowFinderTemplate
Finds a Window by name or type using the given robot.
usingComparator(Comparator<? super BufferedImage>) - Method in class org.assertj.swing.assertions.ImageAssert
 
usingDefaultComparator() - Method in class org.assertj.swing.assertions.ImageAssert
 

V

validate(JTable, int, int) - Static method in class org.assertj.swing.driver.AbstractJTableCellWriter
Validates that:
validateCellIsEditable(JTable, int, int) - Static method in class org.assertj.swing.driver.JTableCellPreconditions
Verifies that the table cell in the given coordinates is editable.
value - Variable in class org.assertj.swing.data.Index
The value of this index.
value(JComboBox<?>, int) - Method in class org.assertj.swing.driver.JComboBoxDriver
Returns the String representation of the element under the given index, using this driver's JComboBoxCellReader.
value(JList<?>, int) - Method in class org.assertj.swing.driver.JListDriver
Returns the String representation of the element under the given index, using this driver's JListCellReader.
value(JTable, TableCell) - Method in class org.assertj.swing.driver.JTableDriver
Returns the String representation of the value at the given cell, using this driver's JTableCellReader.
value(JTable, int, int) - Method in class org.assertj.swing.driver.JTableDriver
Returns the String representation of the value at the given row and column, using this driver's JTableCellReader.
value() - Method in class org.assertj.swing.edt.GuiLazyLoadingDescription
Executes GuiLazyLoadingDescription.loadDescription() in the event dispatch thread (EDT).
value() - Method in interface org.assertj.swing.fixture.ItemFixture
 
value() - Method in class org.assertj.swing.fixture.JListItemFixture
Returns the String representation of the value of this fixture's list item, using the JListCellReader from the JListFixture that created this JListItemFixture.
value() - Method in class org.assertj.swing.fixture.JTableCellFixture
Returns the String representation of the value of this fixture's table cell.
value() - Method in enum org.assertj.swing.fixture.JToolBarFixture.UnfloatConstraint
 
value() - Method in class org.assertj.swing.fixture.JTreePathFixture
 
value() - Method in class org.assertj.swing.fixture.JTreeRowFixture
 
value(String) - Method in class org.assertj.swing.launcher.AppletParameter.AppletParameterBuilder
Creates a new AppletParameter with the given name and value.
value - Variable in class org.assertj.swing.launcher.AppletParameter
 
value - Variable in class org.assertj.swing.util.Range.From
 
value - Variable in class org.assertj.swing.util.Range.To
 
valueAt(JComboBox<?>, int) - Method in interface org.assertj.swing.cell.JComboBoxCellReader
Returns the internal value of a cell in a JComboBox as expected in a test.
valueAt(JList, int) - Method in interface org.assertj.swing.cell.JListCellReader
Returns the internal value of a cell in a Jlist as expected in a test.
valueAt(JTable, int, int) - Method in interface org.assertj.swing.cell.JTableCellReader
Returns the internal value of a cell in a JTable as expected in a test.
valueAt(JTree, Object) - Method in interface org.assertj.swing.cell.JTreeCellReader
Returns the internal value of a cell in a JTree as expected in a test.
valueAt(JComboBox<?>, int) - Method in class org.assertj.swing.driver.BasicJComboBoxCellReader
Returns the internal value of a cell in a JComboBox as expected in a test.
valueAt(JList, int) - Method in class org.assertj.swing.driver.BasicJListCellReader
Returns the internal value of a cell in a JList as expected in a test.
valueAt(JTable, int, int) - Method in class org.assertj.swing.driver.BasicJTableCellReader
Returns the internal value of a cell in a JTable as expected in a test.
valueAt(JTree, Object) - Method in class org.assertj.swing.driver.BasicJTreeCellReader
Returns the internal value of a cell in a JTree as expected in a test.
valueAt(int) - Method in interface org.assertj.swing.fixture.ItemGroupFixture
Returns the value of an item in the Component managed by this fixture.
valueAt(int) - Method in class org.assertj.swing.fixture.JComboBoxFixture
Returns the String representation of the value of an item in this fixture's JComboBox, using this fixture's JComboBoxCellReader.
valueAt(int) - Method in class org.assertj.swing.fixture.JListFixture
Returns the String representation of the value of an item in this fixture's JList, using this fixture's JListCellReader.
valueAt(TableCell) - Method in class org.assertj.swing.fixture.JTableFixture
Returns the String representation of the value of a cell in this fixture's JTable, using this fixture's JTableCellReader.
valueAt(int) - Method in class org.assertj.swing.fixture.JTreeFixture
Returns the String representation of the given row.
valueAt(String) - Method in class org.assertj.swing.fixture.JTreeFixture
Returns the String representation of the node at the given path.
valueFrom(Component) - Method in class org.assertj.swing.driver.BasicCellRendererReader
Reads the value in the given cell renderer Component, or returns null if the renderer belongs to an unknown type.
valueFrom(Component) - Method in interface org.assertj.swing.driver.CellRendererReader
Reads the value in the given cell renderer Component, or returns null if the component is not recognized by this reader.
valueOf(String) - Static method in enum org.assertj.swing.core.ComponentLookupScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.assertj.swing.core.MouseButton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.assertj.swing.fixture.JToolBarFixture.UnfloatConstraint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.assertj.swing.util.OSFamily
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.assertj.swing.core.ComponentLookupScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.assertj.swing.core.MouseButton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.assertj.swing.fixture.JToolBarFixture.UnfloatConstraint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.assertj.swing.util.OSFamily
Returns an array containing the constants of this enum type, in the order they are declared.
verticalScrollBar() - Method in class org.assertj.swing.fixture.JScrollPaneFixture
 
verticalScrollBarIn(JScrollPane) - Method in class org.assertj.swing.driver.JScrollPaneDriver
Returns the vertical JScrollBar in the given JScrollPane.
visibleCenterOf(Component) - Static method in class org.assertj.swing.awt.AWT
Returns a point at the center of the visible area of the given AWT or Swing Component.

W

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

X

x - Variable in class org.assertj.swing.assertions.data.Point
The x coordinate.

Y

y - Variable in class org.assertj.swing.assertions.data.Point
The y coordinate.
yesButton(JOptionPane) - Method in class org.assertj.swing.driver.JOptionPaneDriver
Finds the "Yes" button in the JOptionPane.
yesButton() - Method in class org.assertj.swing.fixture.JOptionPaneFixture
Returns a fixture wrapping the "Yes" button in this fixture's JOptionPane.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2014–2019 AssertJ. All rights reserved.