Kanzi  3.9.9
Kanzi Engine Java API
EchoMode Enum Reference

Echo modes that specify how to format the display text in a TextEditBuffer. More...

Inheritance diagram for EchoMode:
[legend]

Public Member Functions

 EchoMode (int value)
 Constructs a EchoMode of an integer value. More...
 
 EchoMode (EchoMode enum_)
 Constructs a copy of a EchoMode 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 EchoMode swigToEnum (int swigValue)
 Converts an integer value to the matching enumeration constant. More...
 
static EchoMode toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 NoEcho =(1)
 The characters are not visible.
 
 Normal =(0)
 The characters are visible.
 
 Password =(2)
 Kanzi masks each character with the character set using TextEditBuffer::setPasswordMaskingCharacter().
 

Detailed Description

Echo modes that specify how to format the display text in a TextEditBuffer.

Constructor & Destructor Documentation

EchoMode ( int  value)

Constructs a EchoMode of an integer value.

Parameters
valueInteger value to convert to enumeration constant.
EchoMode ( EchoMode  enum_)

Constructs a copy of a EchoMode object.

Parameters
enum_EchoMode to be copy constructed.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

static EchoMode 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 EchoMode 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.