public static enum Graphics.PaneSettings extends Enum<Graphics.PaneSettings>
| Enum Constant and Description |
|---|
leftPaneExpanded |
paneSettings |
rightPaneExpanded |
scenarioPaneExpanded |
selectedRiskObject |
| Modifier and Type | Method and Description |
|---|---|
static Graphics.PaneSettings |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Graphics.PaneSettings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Graphics.PaneSettings paneSettings
public static final Graphics.PaneSettings leftPaneExpanded
public static final Graphics.PaneSettings rightPaneExpanded
public static final Graphics.PaneSettings scenarioPaneExpanded
public static final Graphics.PaneSettings selectedRiskObject
public static Graphics.PaneSettings[] values()
for (Graphics.PaneSettings c : Graphics.PaneSettings.values()) System.out.println(c);
public static Graphics.PaneSettings 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 nullCopyright © 2020. All rights reserved.