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