Class SwingUtils

java.lang.Object
com.redhat.devtools.intellij.common.utils.SwingUtils

public class SwingUtils extends Object
  • Method Details

    • getMouseLocation

      public static Point getMouseLocation(com.intellij.openapi.actionSystem.AnActionEvent actionEvent)
      Returns the location of the mouse for a given AnActionEvent. Returns null if the location could not be determined.
      Parameters:
      actionEvent - the action event to retrieve the mouse location from
      Returns:
      the mouse location