pivot.wtk.skin.terra
Enum TerraScrollBarSkin.IncrementType
java.lang.Object
java.lang.Enum<TerraScrollBarSkin.IncrementType>
pivot.wtk.skin.terra.TerraScrollBarSkin.IncrementType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<TerraScrollBarSkin.IncrementType>
- Enclosing class:
- TerraScrollBarSkin
protected static enum TerraScrollBarSkin.IncrementType
- extends java.lang.Enum<TerraScrollBarSkin.IncrementType>
The types of scroll that are supported.
- Author:
- tvolkert
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
UNIT
public static final TerraScrollBarSkin.IncrementType UNIT
BLOCK
public static final TerraScrollBarSkin.IncrementType BLOCK
values
public static TerraScrollBarSkin.IncrementType[] 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 (TerraScrollBarSkin.IncrementType c : TerraScrollBarSkin.IncrementType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TerraScrollBarSkin.IncrementType valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null