|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--irc.IRCObject
Root IRC Object.
| Field Summary | |
protected IRCConfiguration |
_ircConfiguration
The global IRC configuration. |
| Constructor Summary | |
IRCObject(IRCConfiguration ircConfiguration)
Create a new IRCObject. |
|
| Method Summary | |
java.awt.Color |
getColor(int i)
Get the i'th color of the color model. |
IRCConfiguration |
getIRCConfiguration()
get the irc configuration. |
java.lang.String |
getText(int code)
Get formatted text associated with the given text code, with no parameter. |
java.lang.String |
getText(int code,
java.lang.String p1)
Get formatted text associated with the given text code, with one parameter. |
java.lang.String |
getText(int code,
java.lang.String p1,
java.lang.String p2)
Get formatted text associated with the given text code, with two parameters. |
java.lang.String |
getText(int code,
java.lang.String p1,
java.lang.String p2,
java.lang.String p3)
Get formatted text associated with the given text code, with three parameters. |
boolean |
getTimeStamp()
Get the timestamp flag. |
void |
release()
Release this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected IRCConfiguration _ircConfiguration
| Constructor Detail |
public IRCObject(IRCConfiguration ircConfiguration)
ircConfiguration - the global irc configuration.| Method Detail |
public IRCConfiguration getIRCConfiguration()
public void release()
public java.lang.String getText(int code)
code - text code.
public java.lang.String getText(int code,
java.lang.String p1)
code - text code.p1 - first parameter.
public java.lang.String getText(int code,
java.lang.String p1,
java.lang.String p2)
code - text code.p1 - first parameter.p2 - second parameter.
public java.lang.String getText(int code,
java.lang.String p1,
java.lang.String p2,
java.lang.String p3)
code - text code.p1 - first parameter.p2 - second parameter.p3 - third parameter.
public java.awt.Color getColor(int i)
i - index.
public boolean getTimeStamp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||