public static enum SubstanceSlices.SubstanceWidgetType extends java.lang.Enum<SubstanceSlices.SubstanceWidgetType>
SubstanceCortex.GlobalScope.setWidgetVisible(boolean, SubstanceSlices.SubstanceWidgetType...) and
SubstanceCortex.WindowScope.setWidgetVisible(java.awt.Window, boolean, SubstanceSlices.SubstanceWidgetType...)
APIs.| Enum Constant | Description |
|---|---|
MENU_SEARCH |
Menu search widget.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SubstanceSlices.SubstanceWidgetType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SubstanceSlices.SubstanceWidgetType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubstanceSlices.SubstanceWidgetType MENU_SEARCH
public static SubstanceSlices.SubstanceWidgetType[] values()
for (SubstanceSlices.SubstanceWidgetType c : SubstanceSlices.SubstanceWidgetType.values()) System.out.println(c);
public static SubstanceSlices.SubstanceWidgetType 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 namejava.lang.NullPointerException - if the argument is null