Kanzi  3.9.8
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 mValue)
 
 EchoMode (EchoMode enum_)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 

Static Public Member Functions

static EchoMode swigToEnum (int swigValue)
 
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.

Member Function Documentation

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

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.