|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ApplicationDialogType>
com.kuka.roboticsAPI.uiModel.ApplicationDialogType
public enum ApplicationDialogType
The possible application dialog types. The icon for the dialog is chosen according to the dialog type.
| Enum Constant Summary | |
|---|---|
ERROR
Displays dialog with icon for "Error". |
|
INFORMATION
Displays dialog with icon for "Information". |
|
QUESTION
Displays dialog with icon for "Question". |
|
WARNING
Displays dialog with icon for "Warning". |
|
| Method Summary | |
|---|---|
static ApplicationDialogType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ApplicationDialogType[] |
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 ApplicationDialogType INFORMATION
public static final ApplicationDialogType QUESTION
public static final ApplicationDialogType WARNING
public static final ApplicationDialogType ERROR
| Method Detail |
|---|
public static ApplicationDialogType[] values()
for (ApplicationDialogType c : ApplicationDialogType.values()) System.out.println(c);
public static ApplicationDialogType 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||