Uses of Class
ThincClientCanvas

Uses of ThincClientCanvas in <Unnamed>
 

Fields in <Unnamed> declared as ThincClientCanvas
private  ThincClientCanvas ThincClient.canvas
           
protected  ThincClientCanvas ThincMsg.canvas
           
private  ThincClientCanvas ThincSMsgFlagResize.canvas
           
protected  ThincClientCanvas ThincHandler.canvas
           
private  ThincClientCanvas ThincSMsgFlagCache.canvas
           
private  ThincClientCanvas ThincFrame.canvas
           
 

Methods in <Unnamed> with parameters of type ThincClientCanvas
private  void ThincMsgInitReplyHandler.initMessage(ThincClient tc, ThincClientCanvas c)
          initServerMessage() registers server and client init reply/request message into array named replyMessage and requestMessage. when reply from server comes, the handler automatically choose the proper message and pass the control to it. if you want to add another server/client messages, you can register the message by adding the line of here.
 void ThincFrame.setCanvas(ThincClientCanvas ca)
          setCanvas() disables the main login components and registers the ThincClientCanvas into this object. it also set ThincClientCanvas object onto the ThincFrame.
 

Constructors in <Unnamed> with parameters of type ThincClientCanvas
ThincCMsg(ThincHandler h, ThincClientCanvas c)
           
ThincCMsgEvent(ThincMsgHandler h, ThincClientCanvas c)
           
ThincCMsgEventKey(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgEventKey object.
ThincCMsgEventMouseButton(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgEventMouseButton object.
ThincCMsgEventMouseMove(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgEventMove object.
ThincCMsgInit(ThincMsgHandler h, ThincClientCanvas c)
           
ThincCMsgInitAuth(ThincClient cl, ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgInitAuth object.
ThincCMsgInitClientDone(ThincMsgHandler h, ThincClientCanvas c)
           
ThincCMsgInitNotOK(ThincMsgHandler h, ThincClientCanvas c)
           
ThincCMsgInitOK(ThincMsgHandler h, ThincClientCanvas c)
           
ThincCMsgInitRequest(ThincMsgHandler h, ThincClientCanvas c)
           
ThincCMsgInitRequestAppGet(ThincMsgHandler h, ThincClientCanvas c)
          Deprecated.  
ThincCMsgInitRequestAppList(ThincMsgHandler h, ThincClientCanvas c)
          Deprecated.  
ThincCMsgInitRequestAppSharing(ThincMsgHandler h, ThincClientCanvas c)
          Deprecated.  
ThincCMsgInitRequestCacheSize(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgInitRequestCacheSize object.
ThincCMsgInitRequestCursor(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgInitRequestCursor object.
ThincCMsgInitRequestEncoder(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgInitRequestEncoder object.
ThincCMsgInitRequestFBData(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgInitRequestFBData object.
ThincCMsgInitRequestFBInfo(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgInitRequestFBInfo object.
ThincCMsgInitRequestKeepAlive(ThincMsgHandler h, ThincClientCanvas c)
          Deprecated.  
ThincCMsgInitRequestNoVideo(ThincMsgHandler h, ThincClientCanvas c, ThincMsgInitReplyHandler init)
          creates ThincCMsgInitRequestNoVideo object.
ThincCMsgInitRequestVideo(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgInitRequestVideo object.
ThincCMsgInitRequestVideoClientFormat(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgInitRequestVideoClientFormat object.
ThincCMsgInitRequestVideoServerFormat(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgInitRequestVideoServerFormat object.
ThincCMsgInitSecCaps(ThincClient tc, ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgInitRequestVideoClientFormat object.
ThincCMsgResize(ThincMsgHandler h, ThincClientCanvas c)
           
ThincCMsgResizeEvent(ThincMsgHandler h, ThincClientCanvas c, ThincFrame f)
          creates ThincCMsgResizeEvent object.
ThincCMsgResizeUpdate(ThincMsgHandler h, ThincClientCanvas c, int x, int y, int width, int height)
          creates ThincCMsgEventMouseButton object.
ThincCMsgVideo(ThincMsgHandler h, ThincClientCanvas c)
           
ThincCMsgVideoStartOK(ThincMsgHandler h, ThincClientCanvas c, int id, boolean startOK)
          Deprecated. creates ThincCMsgSoundStart object.
ThincHandler(ThincClient tc, ThincClientCanvas ca)
           
ThincMsg(ThincHandler h, ThincClientCanvas c)
           
ThincMsgHandler(ThincClient tc, ThincClientCanvas c)
          create ThincMsgHandler object
ThincMsgInitReplyHandler(ThincClient tc, ThincClientCanvas c, ThincMsgHandler h)
          creates ThincMsgInitReplyHandler object. it initializes all parameters in object and init handshake messages for both client message and server message
ThincSMsg(ThincHandler h, ThincClientCanvas c)
           
ThincSMsgAck(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgAck object.
ThincSMsgAppShare(ThincMsgHandler h, ThincClientCanvas c)
          Deprecated.  
ThincSMsgAppShareDesc(ThincMsgHandler h, ThincClientCanvas c)
          Deprecated.  
ThincSMsgAppShareHeader(ThincMsgHandler h, ThincClientCanvas c)
          Deprecated.  
ThincSMsgCursor(ThincMsgHandler h, ThincClientCanvas c)
           
ThincSMsgCursorChange(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgCursorChange object.
ThincSMsgCursorColor(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgCursorColor object.
ThincSMsgCursorMove(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgCursorMove object.
ThincSMsgCursorShowHide(ThincMsgHandler h, ThincClientCanvas c)
           
ThincSMsgFB(ThincMsgHandler h, ThincClientCanvas c)
           
ThincSMsgFBCopy(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgFBCopy object.
ThincSMsgFBFillBilevel(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgFBFillBilevel object.
ThincSMsgFBFillGlyph(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgFBFillGlyph object.
ThincSMsgFBFillPixMap(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgFBFillPixMap object.
ThincSMsgFBFillSolid(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgFBFillSolid object.
ThincSMsgFBRawUpdate(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgFBRawUpdate object.
ThincSMsgFlagCache(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgFlagCache object.
ThincSMsgFlagResize(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgFlagResize object.
ThincSMsgInit(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
           
ThincSMsgInitNotOK(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitNotOK object.
ThincSMsgInitOK(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitNotOK object.
ThincSMsgInitReply(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
           
ThincSMsgInitReplyAppGet(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          Deprecated.  
ThincSMsgInitReplyAppList(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          Deprecated.  
ThincSMsgInitReplyAppSharing(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          Deprecated.  
ThincSMsgInitReplyCacheSize(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyCacheSize object.
ThincSMsgInitReplyCursor(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyCursor object.
ThincSMsgInitReplyEncoder(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
           
ThincSMsgInitReplyFBData(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyFBData object.
ThincSMsgInitReplyFBInfo(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyFBInfo object.
ThincSMsgInitReplyKeepAlive(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          Deprecated.  
ThincSMsgInitReplyNotOK(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyNotOK object.
ThincSMsgInitReplyOK(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyOK object.
ThincSMsgInitReplyUnknown(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyUnknown object.
ThincSMsgInitReplyVideoServerFormat(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyVideoServerFormat object.
ThincSMsgInitSecCaps(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitSecCaps object.
ThincSMsgInitSessCaps(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs, ThincMsgInitReplyHandler in)
          creates ThincSMsgInitSessCaps object.
ThincSMsgPing(ThincMsgHandler h, ThincClientCanvas c)
          Deprecated.  
ThincSMsgResize(ThincHandler h, ThincClientCanvas c)
          Deprecated.  
ThincSMsgResizeAck(ThincHandler h, ThincClientCanvas c)
          Deprecated.  
ThincSMsgVideo(ThincMsgHandler h, ThincClientCanvas c)
           
ThincSMsgVideoEnd(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgVideoEnd object.
ThincSMsgVideoMove(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgVideoMove object.
ThincSMsgVideoNext(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgVideoNext object.
ThincSMsgVideoResize(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgVideoResize object.
ThincSMsgVideoScale(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgVideoScale object.
ThincSMsgVideoStart(ThincMsgHandler h, ThincClientCanvas c)
          creates ThincSMsgVideoStart object.
ThincSoundHandler(ThincClient tc, ThincClientCanvas ca)
          create ThincSoundHandler object. it also send initialize message to the server.