All Packages Class Hierarchy This Package Previous Next Index
Class COM.taligent.widget.InputDirection
java.lang.Object
|
+----COM.taligent.widget.InputDirection
- public class InputDirection
- extends Object
- implements Serializable
Input direction enumeration.
- Version:
- 1.0
- Author:
- Andy Clark, Taligent Inc.
-
DIRECTIONS
- Array of available directions.
-
LEFT
- Input moves right to left.
-
RIGHT
- Input moves left to right.
-
TAGS
- Tag names of the enum values.
-
equals(Object)
- Equality check.
-
getValue()
- Returns the internal value of this instance.
-
isLeft()
- Returns whether this instance is LEFT.
-
isRight()
- Returns whether this instance is RIGHT.
-
toString()
- Returns string representation of this instance.
TAGS
public static final String TAGS[]
- Tag names of the enum values.
RIGHT
public static final InputDirection RIGHT
- Input moves left to right.
LEFT
public static final InputDirection LEFT
- Input moves right to left.
DIRECTIONS
public static final InputDirection DIRECTIONS[]
- Array of available directions.
isRight
public boolean isRight()
- Returns whether this instance is RIGHT.
isLeft
public boolean isLeft()
- Returns whether this instance is LEFT.
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