|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.handlers.icq.SendRTFMsg
RTF Messages are used by ICQ only.
Constructor Summary | |
SendRTFMsg()
Creates a new RTF message. |
Method Summary | |
ICQColor |
getBgColor()
Get the value of bgColor. |
java.lang.String |
getDestSN()
Get the value of destSN. |
ICQColor |
getFgColor()
Get the value of fgColor. |
java.lang.String |
getRTFMsg()
Get the value of rtfMsg. |
void |
setBgColor(ICQColor bgColor)
Set the value of bgColor. |
void |
setDestSN(java.lang.String destSN)
Set the value of destSN. |
void |
setFgColor(ICQColor fgColor)
Set the value of fgColor. |
void |
setRTFMsg(java.lang.String rtfMsg)
Set the value of rtfMsg. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SendRTFMsg()
Method Detail |
public java.lang.String getDestSN()
public void setDestSN(java.lang.String destSN)
destSN
- Value to assign to destSN.public ICQColor getFgColor()
public void setFgColor(ICQColor fgColor)
fgColor
- Value to assign to fgColor.public ICQColor getBgColor()
public void setBgColor(ICQColor bgColor)
bgColor
- Value to assign to bgColor.public java.lang.String getRTFMsg()
public void setRTFMsg(java.lang.String rtfMsg)
rtfMsg
- Value to assign to rtfMsg.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |