|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ECLPSTHAIServices interface provides access to the THAI properties in a THAI ECLPS object. An ECLPSTHAIServices object is only available when using Thai codepages (838 or 1160) in 3270, 5250 and VT sessions.
ECLPS.GetPSTHAIServices()
Method Summary | |
---|---|
int |
GetNormalCursorCol(int thcol,
int row)
Returns normal cursor column. |
int |
GetThaiCursorCol(int col,
int row)
Returns Thai unique cursor column. |
byte |
GetThaiCursorLevel(int col,
int row)
Returns Thai unique cursor level. |
int |
GetThaiDisplayMode()
Returns the current setting of the ThaiDisplayMode property. |
void |
SetThaiDisplayMode(int mode)
Sets the ThaiDisplayMode property (1-5). |
Method Detail |
public void SetThaiDisplayMode(int mode) throws ECLErr
mode
- Can be one of the following integers:
ECLErr
- Thrown on improper value(s).GetThaiDisplayMode()
public int GetThaiDisplayMode()
SetThaiDisplayMode(int)
public int GetThaiCursorCol(int col, int row)
col
- : normal cursor column.row
- : normal cursor row.public byte GetThaiCursorLevel(int col, int row)
col
- : normal cursor column.row
- : normal cursor row.public int GetNormalCursorCol(int thcol, int row)
thcol
- : Thai unique cursor column.row
- : normal cursor row.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |