Package org.fest.swing.query
Class ComponentLocationOnScreenQuery
java.lang.Object
org.fest.swing.query.ComponentLocationOnScreenQuery
Understands an action, executed in the event dispatch thread, that returns the location of a
Component on screen.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PointlocationOnScreen(Component component) Returns the location of the givenon screen.Component
-
Constructor Details
-
ComponentLocationOnScreenQuery
private ComponentLocationOnScreenQuery()
-
-
Method Details
-
locationOnScreen
Returns the location of the givenon screen. This action is executed in the event dispatch thread.Component- Parameters:
component- the givenComponent.- Returns:
- the location of the given
Componenton screen. - See Also:
-