Serializable
, Comparable<SubstanceConstants.SubstanceWidgetType>
public static enum SubstanceConstants.SubstanceWidgetType extends Enum<SubstanceConstants.SubstanceWidgetType>
SubstanceLookAndFeel.setWidgetVisible(javax.swing.JRootPane, boolean, org.pushingpixels.substance.api.SubstanceConstants.SubstanceWidgetType...)
API.Enum Constant | Description |
---|---|
MENU_SEARCH |
Menu search widget.
|
TITLE_PANE_HEAP_STATUS |
Title pane heap status widget.
|
Modifier and Type | Method | Description |
---|---|---|
static SubstanceConstants.SubstanceWidgetType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SubstanceConstants.SubstanceWidgetType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubstanceConstants.SubstanceWidgetType MENU_SEARCH
public static final SubstanceConstants.SubstanceWidgetType TITLE_PANE_HEAP_STATUS
public static SubstanceConstants.SubstanceWidgetType[] values()
for (SubstanceConstants.SubstanceWidgetType c : SubstanceConstants.SubstanceWidgetType.values()) System.out.println(c);
public static SubstanceConstants.SubstanceWidgetType 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 null