|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WizardDialog.ContentStyle>
org.openpermis.editor.policy.view.WizardDialog.ContentStyle
protected static enum WizardDialog.ContentStyle
Determines how the content is presented.
Enum Constant Summary | |
---|---|
BORDERED
The content is added with appropriate wizard like borders. |
|
PLAIN
The content is used unmodified. |
|
SCROLLING
The content is wrapped in a scroll pane. |
Method Summary | |
---|---|
static WizardDialog.ContentStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WizardDialog.ContentStyle[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
abstract JComponent |
wrap(JComponent target)
Wraps the target component according to the content style. |
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 WizardDialog.ContentStyle SCROLLING
public static final WizardDialog.ContentStyle BORDERED
public static final WizardDialog.ContentStyle PLAIN
Method Detail |
---|
public static WizardDialog.ContentStyle[] values()
for (WizardDialog.ContentStyle c : WizardDialog.ContentStyle.values()) System.out.println(c);
public static WizardDialog.ContentStyle 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 abstract JComponent wrap(JComponent target)
target
- the target to wrap.
|
![]() |
||||||||
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