Class SwingUtils
java.lang.Object
com.redhat.devtools.intellij.common.utils.SwingUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic PointgetMouseLocation(com.intellij.openapi.actionSystem.AnActionEvent actionEvent) Returns the location of the mouse for a givenAnActionEvent.
-
Method Details
-
getMouseLocation
Returns the location of the mouse for a givenAnActionEvent. Returnsnullif the location could not be determined.- Parameters:
actionEvent- the action event to retrieve the mouse location from- Returns:
- the mouse location
-