Package org.fest.swing.query
Class ComponentEnabledQuery
java.lang.Object
org.fest.swing.query.ComponentEnabledQuery
Understands an action, executed in the event dispatch thread, that indicates whether a
Component
is enabled or not.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ComponentEnabledQuery
private ComponentEnabledQuery()
-
-
Method Details
-
isEnabled
Indicates whether the given
is enabled or not. This action is executed in the event dispatch thread.Component
- Parameters:
component
- the givenComponent
.- Returns:
true
if the givenComponent
is enabled,false
otherwise.- See Also:
-