com.ibm.eNetwork.ECL Interface ECLPSTHAIServices

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD
public interface ECLPSTHAIServices

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.

See Also:
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

SetThaiDisplayMode



public void 
SetThaiDisplayMode(int mode)
                        throws 
ECLErr

         

GetThaiDisplayMode



public int 
GetThaiDisplayMode()

GetThaiCursorCol



public int 
GetThaiCursorCol(int col,
                            int row)

GetThaiCursorLevel



public byte 
GetThaiCursorLevel(int col,
                               int row)

GetNormalCursorCol



public int 
GetNormalCursorCol(int thcol,
                              int row)

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD