|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectnet.sourceforge.vietpad.inputmethod.InputMethods
public class InputMethods
Enum constants for supported Vietnamese input methods.
| Field Summary | |
|---|---|
static InputMethods |
Telex
|
static InputMethods |
VIQR
|
static InputMethods |
VNI
|
| Method Summary | |
|---|---|
static String[] |
getNames()
Returns an array of the names of the enum constants. |
String |
toString()
Returns the string representation of this enum constant. |
static InputMethods |
valueOf(String method)
Returns the enum constant of InputMethods type with the specified method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final InputMethods Telex
public static final InputMethods VIQR
public static final InputMethods VNI
| Method Detail |
|---|
public String toString()
toString in class Objectpublic static InputMethods valueOf(String method)
InputMethods type with the specified method.
method - one of the supported input methods: VNI, VIQR, or Telex. Unsupported methods are default to Telex.public static String[] getNames()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||