Package org.fest.swing.query
package org.fest.swing.query
Queries, executed in the event dispatch thread (EDT,) that read property values from GUI components.
-
ClassesClassDescriptionUnderstands an action, executed in the event dispatch thread, that returns the background color of a
.Component
Understands an action, executed in the event dispatch thread, that indicates whether a
is enabled or not.Component
Understands an action, executed in the event dispatch thread, that returns the font of a
.Component
Understands an action, executed in the event dispatch thread, that returns the foreground color of a
.Component
Understands an action, executed in the event dispatch thread, that indicates whether a
has focus or not.Component
Understands an action, executed in the event dispatch thread, that returns the location of a
on screen.Component
Understands an action, executed in the event dispatch thread, that returns the parent of a
.Component
Understands an action, executed in the event dispatch thread, that indicates whether a
is showing or not.Component
Understands an action, executed in the event dispatch thread, that returns the size of a
.Component
Understands an action, executed in the event dispatch thread, that indicates whether a
is visible or not.Component
Understands an action that returns the index of a column in a
whose identifier matches the given one.JTable