static enum ConditionalOptionPaneUtil.NotShowAgain extends Enum<ConditionalOptionPaneUtil.NotShowAgain>
Modifier and Type | Method and Description |
---|---|
(package private) String |
getLabel() |
(package private) void |
store(String prefKey,
Integer value)
Stores the dialog result
value at the corresponding place. |
static ConditionalOptionPaneUtil.NotShowAgain |
valueOf(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(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 nullvoid store(String prefKey, Integer value)
value
at the corresponding place.prefKey
- the preference keyvalue
- the dialog result