public enum CodeList extends Enum<CodeList> implements CodeElement
Enum Constant and Description |
---|
BODY_HEIGHT |
DIVIDER |
INTERCEPTION_POINTS |
MAIN |
ON_CLOSE |
ON_CONCURRENT_COPY |
ON_CONCURRENT_DELETE |
ON_CONCURRENT_RENAME |
ON_CONCURRENT_UPDATE |
ON_COPY |
ON_DELETE |
ON_FOCUS |
ON_LOST_FOCUS |
ON_MAY_CLOSE |
ON_OPEN |
ON_RENAME |
ON_SHUTDOWN |
ON_STARTUP |
ON_UPDATE |
PANEL_TYPE |
RESOURCE_TYPE |
TITLE |
Modifier and Type | Method and Description |
---|---|
static CodeList |
convert(CodeType codeType) |
static CodeList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
addNav, getIcon, getType
public static final CodeList MAIN
public static final CodeList ON_OPEN
public static final CodeList ON_FOCUS
public static final CodeList ON_LOST_FOCUS
public static final CodeList ON_MAY_CLOSE
public static final CodeList ON_CLOSE
public static final CodeList ON_STARTUP
public static final CodeList ON_SHUTDOWN
public static final CodeList ON_CONCURRENT_UPDATE
public static final CodeList ON_CONCURRENT_DELETE
public static final CodeList ON_CONCURRENT_RENAME
public static final CodeList ON_CONCURRENT_COPY
public static final CodeList ON_RENAME
public static final CodeList ON_DELETE
public static final CodeList ON_COPY
public static final CodeList ON_UPDATE
public static final CodeList TITLE
public static final CodeList RESOURCE_TYPE
public static final CodeList BODY_HEIGHT
public static final CodeList INTERCEPTION_POINTS
public static final CodeList PANEL_TYPE
public static final CodeList DIVIDER
public static CodeList[] values()
for (CodeList c : CodeList.values()) System.out.println(c);
public static CodeList valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.