Enum Class AbstractActionBuilder.When

java.lang.Object
java.lang.Enum<AbstractActionBuilder.When>
docking.action.builder.AbstractActionBuilder.When
All Implemented Interfaces:
Serializable, Comparable<AbstractActionBuilder.When>, Constable
Enclosing class:
AbstractActionBuilder<T extends DockingActionIf,C extends ActionContext,B extends AbstractActionBuilder<T,C,B>>

public static enum AbstractActionBuilder.When extends Enum<AbstractActionBuilder.When>
For use with the AbstractActionBuilder.inWindow(When) method to specify which windows (main window or secondary windows) a global tool bar or menu action will appear in.
  • Enum Constant Details

  • Method Details

    • values

      public static AbstractActionBuilder.When[] 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 AbstractActionBuilder.When 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