All Packages Class Hierarchy This Package Previous Next Index
Class COM.taligent.widget.ProgressBarOrientation
java.lang.Object
|
+----COM.taligent.widget.ProgressBarOrientation
- public class ProgressBarOrientation
- extends Object
- implements Serializable
Orientation enumeration for the ProgressBar.
-
HORIZONTAL
- Horizontal orientation.
-
ORIENTATIONS
- Array of available orientations.
-
TAGS
- Tag names of the enum values.
-
VERTICAL
- Vertical orientation.
-
equals(Object)
- Equality check.
-
getValue()
- Returns the internal value of this instance.
-
isHorizontal()
- Returns whether this instance is HORIZONTAL.
-
isVertical()
- Returns whether this instance is VERTICAL.
-
toString()
- Returns string representation of this instance.
TAGS
public static final String TAGS[]
- Tag names of the enum values.
HORIZONTAL
public static final ProgressBarOrientation HORIZONTAL
- Horizontal orientation.
VERTICAL
public static final ProgressBarOrientation VERTICAL
- Vertical orientation.
ORIENTATIONS
public static final ProgressBarOrientation ORIENTATIONS[]
- Array of available orientations.
isHorizontal
public boolean isHorizontal()
- Returns whether this instance is HORIZONTAL.
isVertical
public boolean isVertical()
- Returns whether this instance is VERTICAL.
getValue
protected int getValue()
- Returns the internal value of this instance.
equals
public boolean equals(Object orientation)
- 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