Enum ResourceBundleManager.Type

java.lang.Object
java.lang.Enum<ResourceBundleManager.Type>
com.dlsc.gemsfx.util.ResourceBundleManager.Type
All Implemented Interfaces:
Serializable, Comparable<ResourceBundleManager.Type>
Enclosing class:
ResourceBundleManager

@Deprecated public static enum ResourceBundleManager.Type extends Enum<ResourceBundleManager.Type>
Deprecated.
Deprecated bundle categories retained for source compatibility.
  • Enum Constant Details

    • DURATION_PICKER

      public static final ResourceBundleManager.Type DURATION_PICKER
      Deprecated.
      Deprecated duration picker bundle type.
    • INFO_CENTER_VIEW

      public static final ResourceBundleManager.Type INFO_CENTER_VIEW
      Deprecated.
      Deprecated info center view bundle type.
    • NOTIFICATION_VIEW

      public static final ResourceBundleManager.Type NOTIFICATION_VIEW
      Deprecated.
      Deprecated notification view bundle type.
  • Method Details

    • values

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

      public static ResourceBundleManager.Type valueOf(String name)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getBundleType

      public ResourceBundleManager.BundleType getBundleType()
      Deprecated.
      Returns the replacement ResourceBundleManager.BundleType.
      Returns:
      the replacement bundle type
    • getBaseName

      public String getBaseName()
      Deprecated.
      Returns the base name of the replacement resource bundle.
      Returns:
      the base name