Enum Class PopupLocation

java.lang.Object
java.lang.Enum<PopupLocation>
com.inductiveautomation.ignition.client.util.gui.popup.PopupLocation
All Implemented Interfaces:
Serializable, Comparable<PopupLocation>, Constable

public enum PopupLocation extends Enum<PopupLocation>
  • Enum Constant Details

    • UnderneathLeftAlign

      public static final PopupLocation UnderneathLeftAlign
      Beneath the popup component, left edges aligned
    • UnderneathRightAlign

      public static final PopupLocation UnderneathRightAlign
      Beneath the popup component, right edges aligned
    • AtMouseLocation

      public static final PopupLocation AtMouseLocation
      Popup with top left corner at mouse location
  • Method Details

    • values

      public static PopupLocation[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PopupLocation valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null