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