Enum Class MetisUIResource
- All Implemented Interfaces:
OceanusBundleId,Serializable,Comparable<MetisUIResource>,Constable
Resource IDs for jMetis UI Fields.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionErrorPanel Clear Button.ErrorPanel Title.Icon Active Tip.Icon Cancel Tip.Icon Commit Tip.Icon Delete Tip.Download ToolTip.Icon Edit Tip.Icon New Tip.Print ToolTip.Icon Reset Tip.Save ToolTip.Icon UnDo Tip.Icon Viewer Tip. -
Method Summary
Modifier and TypeMethodDescriptionGet Key Name.Get NameSpace.getValue()Get Value.static MetisUIResourceReturns the enum constant of this class with the specified name.static MetisUIResource[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ICON_TIP_DOWNLOAD
Download ToolTip. -
ICON_TIP_PRINT
Print ToolTip. -
ICON_TIP_SAVE
Save ToolTip. -
ICON_TIP_COMMIT
Icon Commit Tip. -
ICON_TIP_UNDO
Icon UnDo Tip. -
ICON_TIP_RESET
Icon Reset Tip. -
ICON_TIP_CANCEL
Icon Cancel Tip. -
ICON_TIP_EDIT
Icon Edit Tip. -
ICON_TIP_NEW
Icon New Tip. -
ICON_TIP_DELETE
Icon Delete Tip. -
ICON_TIP_ACTIVE
Icon Active Tip. -
ICON_TIP_VIEWER
Icon Viewer Tip. -
ERROR_BUTTON_CLEAR
ErrorPanel Clear Button. -
ERROR_TITLE
ErrorPanel Title.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getKeyName
Description copied from interface:OceanusBundleIdGet Key Name.- Specified by:
getKeyNamein interfaceOceanusBundleId- Returns:
- the key name.
-
getNameSpace
Description copied from interface:OceanusBundleIdGet NameSpace.- Specified by:
getNameSpacein interfaceOceanusBundleId- Returns:
- the nameSpace.
-
getValue
Description copied from interface:OceanusBundleIdGet Value.- Specified by:
getValuein interfaceOceanusBundleId- Returns:
- the value.
-