Kanzi  3.9.9
Kanzi Engine Java API
InputMethodAction Enum Reference

Specifies the available input method actions. More...

Inheritance diagram for InputMethodAction:
[legend]

Public Member Functions

 InputMethodAction (int value)
 Constructs a InputMethodAction of an integer value. More...
 
 InputMethodAction (InputMethodAction enum_)
 Constructs a copy of a InputMethodAction object. More...
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 Returns the integer value of the enumeration constant. More...
 

Static Public Member Functions

static InputMethodAction swigToEnum (int swigValue)
 Converts an integer value to the matching enumeration constant. More...
 
static InputMethodAction toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 Default =(0)
 The label of the user action button is the default for the input method of the Operating System.
 
 Done =(5)
 The label of the user action button is Done.
 
 Go =(1)
 The label of the user action button is Go.
 
 Next =(2)
 The label of the user action button is Next.
 
 Search =(3)
 The label of the user action button is Search.
 
 Send =(4)
 The label of the user action button is Send.
 

Detailed Description

Specifies the available input method actions.

Constructor & Destructor Documentation

InputMethodAction ( int  value)

Constructs a InputMethodAction of an integer value.

Parameters
valueInteger value to convert to enumeration constant.

Constructs a copy of a InputMethodAction object.

Parameters
enum_InputMethodAction to be copy constructed.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static InputMethodAction swigToEnum ( int  swigValue)
static

Converts an integer value to the matching enumeration constant.

Used internally by SWIG generated code.

Parameters
swigValueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.
final int swigValue ( )

Returns the integer value of the enumeration constant.

Used internally by SWIG generated code.

Returns
Integer value.
static InputMethodAction toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.