Package org.fest.swing.query

Queries, executed in the event dispatch thread (EDT,) that read property values from GUI components.

See:
          Description

Class Summary
ComponentBackgroundQuery Understands an action, executed in the event dispatch thread, that returns the background color of a Component.
ComponentEnabledQuery Understands an action, executed in the event dispatch thread, that indicates whether a Component is enabled or not.
ComponentFontQuery Understands an action, executed in the event dispatch thread, that returns the font of a Component.
ComponentForegroundQuery Understands an action, executed in the event dispatch thread, that returns the foreground color of a Component.
ComponentHasFocusQuery Understands an action, executed in the event dispatch thread, that indicates whether a Component has focus or not.
ComponentLocationOnScreenQuery Understands an action, executed in the event dispatch thread, that returns the location of a Component on screen.
ComponentParentQuery Understands an action, executed in the event dispatch thread, that returns the parent of a Component.
ComponentShowingQuery Understands an action, executed in the event dispatch thread, that indicates whether a Component is showing or not.
ComponentSizeQuery Understands an action, executed in the event dispatch thread, that returns the size of a Component.
ComponentVisibleQuery Understands an action, executed in the event dispatch thread, that indicates whether a Component is visible or not.
JTableColumnByIdentifierQuery Understands an action that returns the index of a column in a JTable whose identifier matches the given one.
 

Package org.fest.swing.query Description

Queries, executed in the event dispatch thread (EDT,) that read property values from GUI components.



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.