|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<RadioPanel.Type> org.proteinshader.gui.components.controlpanel.RadioPanel.Type
public static enum RadioPanel.Type
There are two slightly different versions of the RadioPanel.
Enum Constant Summary | |
---|---|
ATOM
The ATOM version of the RadioPanel has a few extra options in the 'Selected:' and 'Global:' menus, and has an extra combo box menu with the label 'Apply To:' and menu choices such as 'Entire AA', 'Backbone', 'Side Chain', 'CA', etc. |
|
CARTOON
The Cartoon version is a little simpler than the ATOM version. |
Method Summary | |
---|---|
static RadioPanel.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RadioPanel.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RadioPanel.Type ATOM
public static final RadioPanel.Type CARTOON
Method Detail |
---|
public static final RadioPanel.Type[] values()
for(RadioPanel.Type c : RadioPanel.Type.values()) System.out.println(c);
public static RadioPanel.Type 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |