|
com.im.commons 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<DFFeedback.Type>
com.im.commons.progress.DFFeedback.Type
public static enum DFFeedback.Type
Types of messages to be used in DFFeedback
| Enum Constant Summary | |
|---|---|
ERROR
This is usually printed as error message in Output panel (usually red font) |
|
INFO
This is usually printed as standard message in Output panel |
|
PROGRESS_MESSAGE
Message which appears in progress detail |
|
PROGRESS_NAME
This code is used for renaming whole progress handle. |
|
STATUS_BAR_MESSAGE
This message is usually printed in global status bar of IJC |
|
WARNING
This is usually printed as warning message in Output panel |
|
| Method Summary | |
|---|---|
static DFFeedback.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DFFeedback.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| 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 |
| Enum Constant Detail |
|---|
public static final DFFeedback.Type PROGRESS_MESSAGE
public static final DFFeedback.Type PROGRESS_NAME
public static final DFFeedback.Type INFO
public static final DFFeedback.Type WARNING
public static final DFFeedback.Type ERROR
public static final DFFeedback.Type STATUS_BAR_MESSAGE
| Method Detail |
|---|
public static DFFeedback.Type[] values()
for (DFFeedback.Type c : DFFeedback.Type.values()) System.out.println(c);
public static DFFeedback.Type valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
com.im.commons 5.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||