Enum Class Menubar

java.lang.Object
java.lang.Enum<Menubar>
org.vaadin.tinymce.Menubar
All Implemented Interfaces:
Serializable, Comparable<Menubar>, Constable

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

    • FILE

      public static final Menubar FILE
    • EDIT

      public static final Menubar EDIT
    • VIEW

      public static final Menubar VIEW
    • INSERT

      public static final Menubar INSERT
    • FORMAT

      public static final Menubar FORMAT
    • TOOLS

      public static final Menubar TOOLS
    • TABLE

      public static final Menubar TABLE
    • HELP

      public static final Menubar HELP
  • Field Details

  • Method Details

    • values

      public static Menubar[] 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 Menubar 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