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 Point
locationOnScreen
(Component component) Returns the location of the given
on screen.Component
-
Constructor Details
-
ComponentLocationOnScreenQuery
private ComponentLocationOnScreenQuery()
-
-
Method Details
-
locationOnScreen
Returns the location of the given
on screen. This action is executed in the event dispatch thread.Component
- Parameters:
component
- the givenComponent
.- Returns:
- the location of the given
Component
on screen. - See Also:
-