|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CompositeComponent.NavpanelDisplay>
artisynth.core.modelbase.CompositeComponent.NavpanelDisplay
public static enum CompositeComponent.NavpanelDisplay
Specifies how the a composite component should be displayed in a navigation panel.
Enum Constant Summary | |
---|---|
ALPHABETIC
Component should be visible in the panel, with named children ordered alphebetically. |
|
NORMAL
Component should be visible in the panel, with named children ordered according to their component ordering. |
Method Summary | |
---|---|
static CompositeComponent.NavpanelDisplay |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CompositeComponent.NavpanelDisplay[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 CompositeComponent.NavpanelDisplay NORMAL
public static final CompositeComponent.NavpanelDisplay ALPHABETIC
Method Detail |
---|
public static CompositeComponent.NavpanelDisplay[] values()
for (CompositeComponent.NavpanelDisplay c : CompositeComponent.NavpanelDisplay.values()) System.out.println(c);
public static CompositeComponent.NavpanelDisplay 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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |