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.

Variable Index

 o DIRECTIONS
Array of available directions.
 o LEFT
Input moves right to left.
 o RIGHT
Input moves left to right.
 o TAGS
Tag names of the enum values.

Method Index

 o equals(Object)
Equality check.
 o getValue()
Returns the internal value of this instance.
 o isLeft()
Returns whether this instance is LEFT.
 o isRight()
Returns whether this instance is RIGHT.
 o toString()
Returns string representation of this instance.

Variables

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

 o RIGHT
 public static final InputDirection RIGHT
Input moves left to right.

 o LEFT
 public static final InputDirection LEFT
Input moves right to left.

 o DIRECTIONS
 public static final InputDirection DIRECTIONS[]
Array of available directions.

Methods

 o isRight
 public boolean isRight()
Returns whether this instance is RIGHT.

 o isLeft
 public boolean isLeft()
Returns whether this instance is LEFT.

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

 o equals
 public boolean equals(Object direction)
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