Enum Class HeaderRenameDialog.RenameDialogLabels

java.lang.Object
java.lang.Enum<HeaderRenameDialog.RenameDialogLabels>
org.eclipse.nebula.widgets.nattable.ui.rename.HeaderRenameDialog.RenameDialogLabels
All Implemented Interfaces:
Serializable, Comparable<HeaderRenameDialog.RenameDialogLabels>, Constable
Enclosing class:
HeaderRenameDialog

public static enum HeaderRenameDialog.RenameDialogLabels extends Enum<HeaderRenameDialog.RenameDialogLabels>
  • Enum Constant Details

  • Field Details

    • shellTitle

      public final String shellTitle
    • editorName

      public final String editorName
  • Method Details

    • values

      public static HeaderRenameDialog.RenameDialogLabels[] 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 HeaderRenameDialog.RenameDialogLabels 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