|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageDisplay | |
---|---|
com.leafdigital.irc.api | The IRC api provides low-level support for the events and communication involved in connection with an IRC server. |
com.leafdigital.ircui.api | The IRC UI plugin API allows plugins to add actions that are available in a particular context so that these can appear on right-click menus. |
Uses of MessageDisplay in com.leafdigital.irc.api |
---|
Methods in com.leafdigital.irc.api that return MessageDisplay | |
---|---|
MessageDisplay |
Server.getDefaultMessageDisplay()
|
MessageDisplay |
UserCommandMsg.getMessageDisplay()
|
MessageDisplay |
DefaultMessageDisplay.getMessageDisplay(Server s)
Obtains a default MessageDisplay for the given server. |
Methods in com.leafdigital.irc.api with parameters of type MessageDisplay | |
---|---|
void |
Commands.doCommand(java.lang.String command,
Server contextServer,
IRCUserAddress contextNick,
java.lang.String contextChan,
MessageDisplay md,
boolean variables)
Carries out an IRC command. |
Constructors in com.leafdigital.irc.api with parameters of type MessageDisplay | |
---|---|
UserCommandMsg(Server server,
java.lang.String command,
java.lang.String params,
java.lang.String contextChan,
IRCUserAddress contextUser,
MessageDisplay md)
|
Uses of MessageDisplay in com.leafdigital.ircui.api |
---|
Methods in com.leafdigital.ircui.api that return MessageDisplay | |
---|---|
MessageDisplay |
GeneralChatWindow.getMessageDisplay()
|
MessageDisplay |
IRCUI.getMessageDisplay(Server s)
Obtains a MessageDisplay object which can be used to add text to the current window for a given server. |
Methods in com.leafdigital.ircui.api with parameters of type MessageDisplay | |
---|---|
void |
NickAction.run(Server s,
java.lang.String contextChannel,
java.lang.String contextNick,
java.lang.String selectedChannel,
java.lang.String[] selectedNicks,
MessageDisplay caller)
|
void |
IRCAction.run(Server s,
java.lang.String contextChannel,
java.lang.String contextNick,
java.lang.String selectedChannel,
java.lang.String[] selectedNicks,
MessageDisplay caller)
Called when the action should actually run. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |