org.salespointframework.core
Enum ResourceManager.StandardResource
java.lang.Object
java.lang.Enum<ResourceManager.StandardResource>
org.salespointframework.core.ResourceManager.StandardResource
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ResourceManager.StandardResource>
- Enclosing class:
- ResourceManager
public static enum ResourceManager.StandardResource
- extends java.lang.Enum<ResourceManager.StandardResource>
Standard resources
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
SHOP_BACKGROUND
public static final ResourceManager.StandardResource SHOP_BACKGROUND
SHOP_LOGO
public static final ResourceManager.StandardResource SHOP_LOGO
FORMSHEET_BACKGROUND
public static final ResourceManager.StandardResource FORMSHEET_BACKGROUND
FORMSHEET_BUTTONBAR
public static final ResourceManager.StandardResource FORMSHEET_BUTTONBAR
DEFAULT_FORMSHEET_BACKGROUND
public static final ResourceManager.StandardResource DEFAULT_FORMSHEET_BACKGROUND
DEFAULT_FORMSHEET_LOGO
public static final ResourceManager.StandardResource DEFAULT_FORMSHEET_LOGO
TABLE_HEADER_BACKGROUND
public static final ResourceManager.StandardResource TABLE_HEADER_BACKGROUND
STATUSBAR_BACKGROUND
public static final ResourceManager.StandardResource STATUSBAR_BACKGROUND
USERLIST_BACKGROUND
public static final ResourceManager.StandardResource USERLIST_BACKGROUND
USERLIST_BACKGROUND_HIGHLIGHT
public static final ResourceManager.StandardResource USERLIST_BACKGROUND_HIGHLIGHT
DBM_BACKGROUND
public static final ResourceManager.StandardResource DBM_BACKGROUND
DBM_BACKGROUND_HIGHLIGHT
public static final ResourceManager.StandardResource DBM_BACKGROUND_HIGHLIGHT
values
public static ResourceManager.StandardResource[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ResourceManager.StandardResource c : ResourceManager.StandardResource.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ResourceManager.StandardResource valueOf(java.lang.String name)
- 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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null