See: Description
Class | Description |
---|---|
ComponentBackgroundQuery |
Understands an action, executed in the event dispatch thread, that returns the background color of a
. |
ComponentEnabledQuery |
Understands an action, executed in the event dispatch thread, that indicates whether a
is enabled or not. |
ComponentFontQuery |
Understands an action, executed in the event dispatch thread, that returns the font of a
. |
ComponentForegroundQuery |
Understands an action, executed in the event dispatch thread, that returns the foreground color of a
. |
ComponentHasFocusQuery |
Understands an action, executed in the event dispatch thread, that indicates whether a
has focus or not. |
ComponentLocationOnScreenQuery |
Understands an action, executed in the event dispatch thread, that returns the location of a
on screen. |
ComponentParentQuery |
Understands an action, executed in the event dispatch thread, that returns the parent of a
. |
ComponentShowingQuery |
Understands an action, executed in the event dispatch thread, that indicates whether a
is showing or not. |
ComponentSizeQuery |
Understands an action, executed in the event dispatch thread, that returns the size of a
. |
ComponentVisibleQuery |
Understands an action, executed in the event dispatch thread, that indicates whether a
is visible or not. |
JTableColumnByIdentifierQuery |
Understands an action that returns the index of a column in a
whose identifier matches
the given one. |
Queries, executed in the event dispatch thread (EDT,) that read property values from GUI components.
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.