Package org.fest.swing.query
Class ComponentParentQuery
java.lang.Object
org.fest.swing.query.ComponentParentQuery
Understands an action, executed in the event dispatch thread, that returns the parent of a
Component
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ComponentParentQuery
private ComponentParentQuery()
-
-
Method Details
-
parentOf
Returns the parent of the given
. This action is executed in the event dispatch thread.Component
- Parameters:
component
- the givenComponent
.- Returns:
- the parent of the given
Component
. - See Also:
-