static enum ConditionalOptionPaneUtil.NotShowAgain extends java.lang.Enum<ConditionalOptionPaneUtil.NotShowAgain>
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
getLabel() |
(package private) void |
store(java.lang.String prefKey,
java.lang.Integer value)
Stores the dialog result
value at the corresponding place. |
static ConditionalOptionPaneUtil.NotShowAgain |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConditionalOptionPaneUtil.NotShowAgain[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionalOptionPaneUtil.NotShowAgain NO
public static final ConditionalOptionPaneUtil.NotShowAgain OPERATION
public static final ConditionalOptionPaneUtil.NotShowAgain SESSION
public static final ConditionalOptionPaneUtil.NotShowAgain PERMANENT
public static ConditionalOptionPaneUtil.NotShowAgain[] values()
for (ConditionalOptionPaneUtil.NotShowAgain c : ConditionalOptionPaneUtil.NotShowAgain.values()) System.out.println(c);
public static ConditionalOptionPaneUtil.NotShowAgain valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullvoid store(java.lang.String prefKey, java.lang.Integer value)
value
at the corresponding place.prefKey
- the preference keyvalue
- the dialog resultjava.lang.String getLabel()