All Packages Class Hierarchy This Package Previous Next Index
Class COM.taligent.widget.ProgressBarDirection
java.lang.Object
|
+----COM.taligent.widget.ProgressBarDirection
- public class ProgressBarDirection
- extends Object
- implements Serializable
Direction enumeration for the ProgressBar.
-
DIRECTIONS
- Array of available orientations.
-
DOWN
- Moves down.
-
LEFT
- Moves left.
-
RIGHT
- Moves right.
-
TAGS
- Tag names of the enum values.
-
UP
- Moves up.
-
equals(Object)
- Equality check.
-
getValue()
- Returns the internal value of this instance.
-
isDown()
- Returns whether this instance is DOWN.
-
isLeft()
- Returns whether this instance is LEFT.
-
isRight()
- Returns whether this instance is RIGHT.
-
isUp()
- Returns whether this instance is UP.
-
toString()
- Returns string representation of this instance.
TAGS
public static final String TAGS[]
- Tag names of the enum values.
RIGHT
public static final ProgressBarDirection RIGHT
- Moves right.
LEFT
public static final ProgressBarDirection LEFT
- Moves left.
UP
public static final ProgressBarDirection UP
- Moves up.
DOWN
public static final ProgressBarDirection DOWN
- Moves down.
DIRECTIONS
public static final ProgressBarDirection DIRECTIONS[]
- Array of available orientations.
isRight
public boolean isRight()
- Returns whether this instance is RIGHT.
isLeft
public boolean isLeft()
- Returns whether this instance is LEFT.
isUp
public boolean isUp()
- Returns whether this instance is UP.
isDown
public boolean isDown()
- Returns whether this instance is DOWN.
getValue
protected int getValue()
- Returns the internal value of this instance.
equals
public boolean equals(Object direction)
- Equality check.
- Overrides:
- equals in class Object
toString
public String toString()
- Returns string representation of this instance.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index