|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.walluck.oscar.handlers.icq.SendRTFMsg
public class 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. |
String |
getDestSN()
Get the value of destSN. |
ICQColor |
getFgColor()
Get the value of fgColor. |
String |
getRTFMsg()
Get the value of rtfMsg. |
void |
setBgColor(ICQColor bgColor)
Set the value of bgColor. |
void |
setDestSN(String destSN)
Set the value of destSN. |
void |
setFgColor(ICQColor fgColor)
Set the value of fgColor. |
void |
setRTFMsg(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 String getDestSN()
public void setDestSN(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 String getRTFMsg()
public void setRTFMsg(String rtfMsg)
rtfMsg - Value to assign to rtfMsg.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||