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.


Variable Index

 o HORIZONTAL
Horizontal orientation.
 o ORIENTATIONS
Array of available orientations.
 o TAGS
Tag names of the enum values.
 o VERTICAL
Vertical orientation.

Method Index

 o equals(Object)
Equality check.
 o getValue()
Returns the internal value of this instance.
 o isHorizontal()
Returns whether this instance is HORIZONTAL.
 o isVertical()
Returns whether this instance is VERTICAL.
 o toString()
Returns string representation of this instance.

Variables

 o TAGS
 public static final String TAGS[]
Tag names of the enum values.

 o HORIZONTAL
 public static final ProgressBarOrientation HORIZONTAL
Horizontal orientation.

 o VERTICAL
 public static final ProgressBarOrientation VERTICAL
Vertical orientation.

 o ORIENTATIONS
 public static final ProgressBarOrientation ORIENTATIONS[]
Array of available orientations.

Methods

 o isHorizontal
 public boolean isHorizontal()
Returns whether this instance is HORIZONTAL.

 o isVertical
 public boolean isVertical()
Returns whether this instance is VERTICAL.

 o getValue
 protected int getValue()
Returns the internal value of this instance.

 o equals
 public boolean equals(Object orientation)
Equality check.

Overrides:
equals in class Object
 o toString
 public String toString()
Returns string representation of this instance.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index