|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MessageDialog.Style>
org.openpermis.editor.policy.view.MessageDialog.Style
public static enum MessageDialog.Style
The dialog style enumeration.
Enum Constant Summary | |
---|---|
ERROR
Error dialog. |
|
PLAIN
Plain dialog. |
|
QUESTION
Question dialog. |
|
WARNING
Warning dialog. |
Method Summary | |
---|---|
String |
getIconKey()
Returns the resource key for the icon. |
static MessageDialog.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MessageDialog.Style[] |
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 MessageDialog.Style PLAIN
public static final MessageDialog.Style WARNING
public static final MessageDialog.Style ERROR
public static final MessageDialog.Style QUESTION
Method Detail |
---|
public static MessageDialog.Style[] values()
for (MessageDialog.Style c : MessageDialog.Style.values()) System.out.println(c);
public static MessageDialog.Style 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 nullpublic String getIconKey()
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:17:21
Copyright (c) 2002-2007 Ergon Informatik AG