chrriis.dj.nativeswing.swtimpl.components
Enum DefaultVLCPlayerDecorator.VLCDecoratorComponentType
java.lang.Object
java.lang.Enum<DefaultVLCPlayerDecorator.VLCDecoratorComponentType>
chrriis.dj.nativeswing.swtimpl.components.DefaultVLCPlayerDecorator.VLCDecoratorComponentType
- All Implemented Interfaces:
- Serializable, Comparable<DefaultVLCPlayerDecorator.VLCDecoratorComponentType>
- Enclosing class:
- DefaultVLCPlayerDecorator
public static enum DefaultVLCPlayerDecorator.VLCDecoratorComponentType
- extends Enum<DefaultVLCPlayerDecorator.VLCDecoratorComponentType>
PLAY_BUTTON
public static final DefaultVLCPlayerDecorator.VLCDecoratorComponentType PLAY_BUTTON
PAUSE_BUTTON
public static final DefaultVLCPlayerDecorator.VLCDecoratorComponentType PAUSE_BUTTON
STOP_BUTTON
public static final DefaultVLCPlayerDecorator.VLCDecoratorComponentType STOP_BUTTON
VOLUME_BUTTON_ON
public static final DefaultVLCPlayerDecorator.VLCDecoratorComponentType VOLUME_BUTTON_ON
VOLUME_BUTTON_OFF
public static final DefaultVLCPlayerDecorator.VLCDecoratorComponentType VOLUME_BUTTON_OFF
values
public static DefaultVLCPlayerDecorator.VLCDecoratorComponentType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (DefaultVLCPlayerDecorator.VLCDecoratorComponentType c : DefaultVLCPlayerDecorator.VLCDecoratorComponentType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DefaultVLCPlayerDecorator.VLCDecoratorComponentType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null