public static enum DraggableTabbedPane.ButtonState extends Enum<DraggableTabbedPane.ButtonState>
Enum Constant and Description |
---|
DEFAULT |
DISABLED |
PRESSED |
ROLLOVER |
Modifier and Type | Method and Description |
---|---|
static DraggableTabbedPane.ButtonState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DraggableTabbedPane.ButtonState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DraggableTabbedPane.ButtonState DEFAULT
public static final DraggableTabbedPane.ButtonState PRESSED
public static final DraggableTabbedPane.ButtonState DISABLED
public static final DraggableTabbedPane.ButtonState ROLLOVER
public static DraggableTabbedPane.ButtonState[] values()
for (DraggableTabbedPane.ButtonState c : DraggableTabbedPane.ButtonState.values()) System.out.println(c);
public static DraggableTabbedPane.ButtonState 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