|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectThincMsg
ThincSMsg
ThincSMsgCursor
ThincSMsgCursorColor
public final class ThincSMsgCursorColor
handles changing the color of the cursor. it comes with new foreground and background colors.
ThincSMsgCursor
Field Summary | |
---|---|
private static int |
MESSAGE_SIZE
|
static int |
MESSAGE_TYPE
|
Fields inherited from class ThincMsg |
---|
canvas, handler |
Constructor Summary | |
---|---|
ThincSMsgCursorColor(ThincMsgHandler h,
ThincClientCanvas c)
creates ThincSMsgCursorColor object. |
Method Summary | |
---|---|
void |
process()
process() get the foreground and background color for cursor and change the color using colorChangeCursor() method in ThincClientCanvas class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MESSAGE_TYPE
private static final int MESSAGE_SIZE
Constructor Detail |
---|
public ThincSMsgCursorColor(ThincMsgHandler h, ThincClientCanvas c)
h
- ThincMsgHandler
to handle the messagec
- ThincClientCanvas
to get the informationMethod Detail |
---|
public void process() throws ThincException
process
in class ThincMsg
ThincException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |