| Class | Description |
|---|---|
| AbstractButtonTextQuery |
Returns the text of a Swing
AbstractButton. |
| ComponentEnabledQuery |
Indicates whether an AWT or Swing
Component is enabled or not. |
| ComponentHasFocusQuery |
Indicates whether an AWT or Swing
Component has input focus. |
| ComponentLocationOnScreenQuery |
Returns the location of an AWT or Swing
Component on screen. |
| ComponentParentQuery |
Returns the parent of an AWT or Swing
Component. |
| ComponentShowingQuery |
Indicates whether an AWT or Swing
Component is showing on the screen. |
| ComponentSizeQuery |
Returns the size of an AWT or Swing
Component. |
| ComponentVisibleQuery |
Indicates whether an AWT or Swing
Component is visible. |
| JTableColumnByIdentifierQuery |
An action that returns the index of a column in a
JTable whose identifier matches the given one. |
GuiQuery.Copyright © 2014 AssertJ. All rights reserved.