Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
O
okButton
- Variable in class uk.org.ownage.dmdirc.ui.
StandardDialog
The OK button for this frame.
onChannelAction(IRCParser, ChannelInfo, ChannelClientInfo, String, String)
- Method in class uk.org.ownage.dmdirc.
Channel
Called when an action is sent to the channel.
onChannelAction(IRCParser, ChannelInfo, ChannelClientInfo, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelAction
Called when a person does an action in a channel.
onChannelCTCP(IRCParser, ChannelInfo, ChannelClientInfo, String, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelCTCP
Called when a person sends a CTCP to a channel.
onChannelCTCPReply(IRCParser, ChannelInfo, ChannelClientInfo, String, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelCTCPReply
Called when a person sends a CTCPRReply to a channel.
onChannelGotNames(IRCParser, ChannelInfo)
- Method in class uk.org.ownage.dmdirc.
Channel
Called when the parser receives a NAMES reply from the server.
onChannelGotNames(IRCParser, ChannelInfo)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelGotNames
Called when a names reply is parsed.
onChannelJoin(IRCParser, ChannelInfo, ChannelClientInfo)
- Method in class uk.org.ownage.dmdirc.
Channel
Called when a new client joins the channel.
onChannelJoin(IRCParser, ChannelInfo, ChannelClientInfo)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelJoin
Called When another client joins a channel.
onChannelKick(IRCParser, ChannelInfo, ChannelClientInfo, ChannelClientInfo, String, String)
- Method in class uk.org.ownage.dmdirc.
Channel
Called when a client is kicked from the channel.
onChannelKick(IRCParser, ChannelInfo, ChannelClientInfo, ChannelClientInfo, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelKick
Called when a person is kicked.
onChannelMessage(IRCParser, ChannelInfo, ChannelClientInfo, String, String)
- Method in class uk.org.ownage.dmdirc.
Channel
Called whenever a message is sent to this channel.
onChannelMessage(IRCParser, ChannelInfo, ChannelClientInfo, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelMessage
Called when a person sends a message to a channel.
onChannelModeChanged(IRCParser, ChannelInfo, ChannelClientInfo, String, String)
- Method in class uk.org.ownage.dmdirc.
Channel
Called when modes are changed on the channel.
onChannelModeChanged(IRCParser, ChannelInfo, ChannelClientInfo, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelModeChanged
Called when the channel modes are changed or discovered.
onChannelNickChanged(IRCParser, ChannelInfo, ChannelClientInfo, String)
- Method in class uk.org.ownage.dmdirc.
Channel
Called when someone on the channel changes their nickname.
onChannelNickChanged(IRCParser, ChannelInfo, ChannelClientInfo, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelNickChanged
Called when we or another user change nickname (Called once per channel the user is on).
onChannelNonUserModeChanged(IRCParser, ChannelInfo, ChannelClientInfo, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelNonUserModeChanged
Called when the channel modes are changed or discovered.
onChannelNotice(IRCParser, ChannelInfo, ChannelClientInfo, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelNotice
Called when a person sends a notice to a channel.
onChannelPart(IRCParser, ChannelInfo, ChannelClientInfo, String)
- Method in class uk.org.ownage.dmdirc.
Channel
Called when a client parts the channel.
onChannelPart(IRCParser, ChannelInfo, ChannelClientInfo, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelPart
Called When we, or another client parts a channel.
onChannelQuit(IRCParser, ChannelInfo, ChannelClientInfo, String)
- Method in class uk.org.ownage.dmdirc.
Channel
Called when a client that was present on this channel has disconnected from the IRC server (or been netsplit)
onChannelQuit(IRCParser, ChannelInfo, ChannelClientInfo, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelQuit
Called When we, or another client quits IRC (Called once per channel the user was on).
onChannelSelfJoin(IRCParser, ChannelInfo)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelSelfJoin
Called When we join a channel.
onChannelSelfJoin(IRCParser, ChannelInfo)
- Method in class uk.org.ownage.dmdirc.
Server
Event when client joins a channel, creates new channel object and opens a channel window.
onChannelSingleModeChanged(IRCParser, ChannelInfo, ChannelClientInfo, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelSingleModeChanged
Called when the channel modes are changed or discovered.
onChannelTopic(IRCParser, ChannelInfo, boolean)
- Method in class uk.org.ownage.dmdirc.
Channel
Called when the channel topic is changed.
onChannelTopic(IRCParser, ChannelInfo, boolean)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelTopic
Called when the topic is changed or discovered for the first time.
onChannelUserModeChanged(IRCParser, ChannelInfo, ChannelClientInfo, ChannelClientInfo, String, String)
- Method in class uk.org.ownage.dmdirc.
Channel
Called when a mode has been changed on a user.
onChannelUserModeChanged(IRCParser, ChannelInfo, ChannelClientInfo, ChannelClientInfo, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IChannelUserModeChanged
Called when a users channel mode is changed.
onDataIn(IRCParser, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IDataIn
Called on every incomming line BEFORE parsing.
onDataIn(IRCParser, String)
- Method in class uk.org.ownage.dmdirc.
Raw
Called when the parser receives a line of data.
onDataOut(IRCParser, String, boolean)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IDataOut
Called on every incomming line BEFORE being sent.
onDataOut(IRCParser, String, boolean)
- Method in class uk.org.ownage.dmdirc.
Raw
Called when the parser receives a line of data.
onDebugInfo(IRCParser, int, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IDebugInfo
This callback is used to provide occasional debug information from the parser.
onErrorInfo(IRCParser, ParserError)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IErrorInfo
Called to give Error Information.
onErrorInfo(IRCParser, ParserError)
- Method in class uk.org.ownage.dmdirc.
Server
Parses the parser error and notifies the Logger.
onMOTDEnd(IRCParser, boolean)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IMOTDEnd
Called when "End of MOTD" or "No MOTD".
onMOTDLine(IRCParser, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IMOTDLine
Called on every incomming line from the MOTD.
onMOTDStart(IRCParser, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IMOTDStart
Called on MOTD Start.
onNickChanged(IRCParser, ClientInfo, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
INickChanged
Called when we or another user change nickname.
onNickChanged(IRCParser, ClientInfo, String)
- Method in class uk.org.ownage.dmdirc.
Query
Handles nick change events from the parser
onNickInUse(IRCParser)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
INickInUse
Called when requested nickname is in use.
onNoticeAuth(IRCParser, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
INoticeAuth
Called on every incomming line before 001.
onPrivateAction(IRCParser, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IPrivateAction
Called when a person does an action to you (PM).
onPrivateAction(IRCParser, String, String)
- Method in class uk.org.ownage.dmdirc.
Query
Handles a private action event from the parser
onPrivateAction(IRCParser, String, String)
- Method in class uk.org.ownage.dmdirc.
Server
Private action event, creates a new query object and opens a new query window if one doesnt exist.
onPrivateCTCP(IRCParser, String, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IPrivateCTCP
Called when a person sends a CTCP to you directly.
onPrivateCTCP(IRCParser, String, String, String)
- Method in class uk.org.ownage.dmdirc.
Server
Called when we receive a CTCP request.
onPrivateCTCPReply(IRCParser, String, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IPrivateCTCPReply
Called when a person sends a CTCPRReply to you directly.
onPrivateCTCPReply(IRCParser, String, String, String)
- Method in class uk.org.ownage.dmdirc.
Server
Called when we receive a CTCP reply.
onPrivateMessage(IRCParser, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IPrivateMessage
Called when a person sends a message to you directly (PM).
onPrivateMessage(IRCParser, String, String)
- Method in class uk.org.ownage.dmdirc.
Query
Handles a private message event from the parser
onPrivateMessage(IRCParser, String, String)
- Method in class uk.org.ownage.dmdirc.
Server
Private message event, creates a new query object and opens a new query window if one doesnt exist.
onPrivateNotice(IRCParser, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IPrivateNotice
Called when a person sends a notice to you.
onPrivateNotice(IRCParser, String, String)
- Method in class uk.org.ownage.dmdirc.
Server
Called when we receive a notice.
onQuit(IRCParser, ClientInfo, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IQuit
Called When we, or another client quits IRC (Called once in total).
onServerReady(IRCParser)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IServerReady
Called after 001.
onSocketClosed(IRCParser)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
ISocketClosed
Called when the socket is closed.
onSocketClosed(IRCParser)
- Method in class uk.org.ownage.dmdirc.
Server
Called when the IRC socket is closed for any reason.
onUnknownAction(IRCParser, String, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IUnknownAction
Called when a person sends an action not aimed specifically at you or a channel (ie $*).
onUnknownCTCP(IRCParser, String, String, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IUnknownCTCP
Called when a person sends a CTCP not aimed at you or a channel (ie $*).
onUnknownCTCPReply(IRCParser, String, String, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IUnknownCTCPReply
Called when a person sends a CTCP not aimed at you or a channel (ie $*).
onUnknownMessage(IRCParser, String, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IUnknownMessage
Called when a person sends a message not aimed specifically at you or a channel (ie $*).
onUnknownNotice(IRCParser, String, String, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IUnknownNotice
Called when a person sends a notice not aimed specifically at you or a channel (ie $*).
onUserModeChanged(IRCParser, ClientInfo, String)
- Method in interface uk.org.ownage.dmdirc.parser.callbacks.interfaces.
IUserModeChanged
Called when user modes are changed.
open()
- Method in class uk.org.ownage.dmdirc.ui.
ChannelFrame
Makes this frame visible.
open()
- Method in class uk.org.ownage.dmdirc.ui.
ServerFrame
Makes this frame visible.
orderButtons(JButton, JButton)
- Method in class uk.org.ownage.dmdirc.ui.
StandardDialog
Orders the OK and Cancel buttons in an appropriate order for the current operating system.
ownsFrame(JInternalFrame)
- Method in class uk.org.ownage.dmdirc.
Channel
Determines if the specified frame is owned by this object
ownsFrame(JInternalFrame)
- Method in interface uk.org.ownage.dmdirc.
FrameContainer
Determines if this object, or any of its children, owns the specified frame.
ownsFrame(JInternalFrame)
- Method in class uk.org.ownage.dmdirc.
Query
Determines if the specified frame is owned by this object
ownsFrame(JInternalFrame)
- Method in class uk.org.ownage.dmdirc.
Raw
Determines if the specified frame is owned by this object
ownsFrame(JInternalFrame)
- Method in class uk.org.ownage.dmdirc.
Server
Determines if the specified frame is owned by this server.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W