A B C D E F G H I J K L M N O P Q R S T U V W

A

AbstractPlugin - Class in uk.org.ownage.dmdirc.plugins
Abstract plugin, all plugins will need to subclass this method to be accepted by the plugin manager and loaded as a plugin
AbstractPlugin(PluginManager) - Constructor for class uk.org.ownage.dmdirc.plugins.AbstractPlugin
Creates a new instance of the plugin
actionPerformed(ActionEvent) - Method in class uk.org.ownage.dmdirc.ui.ChannelSettingsDialog
Called whenever the user clicks on one of the two buttons.
actionPerformed(ActionEvent) - Method in class uk.org.ownage.dmdirc.ui.components.ParamModePanel
Called when our checkbox is toggled.
actionPerformed(ActionEvent) - Method in class uk.org.ownage.dmdirc.ui.framemanager.tree.TreeFrameManager
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class uk.org.ownage.dmdirc.ui.input.InputHandler
Called when the user presses return in the text area.
activateFrame() - Method in class uk.org.ownage.dmdirc.Channel
Requests that this object's frame be activated
activateFrame() - Method in interface uk.org.ownage.dmdirc.FrameContainer
Requests that this object's frame be activated
activateFrame() - Method in class uk.org.ownage.dmdirc.Query
Requests that this object's frame be activated
activateFrame() - Method in class uk.org.ownage.dmdirc.Raw
Requests that this object's frame be activated
activateFrame() - Method in class uk.org.ownage.dmdirc.Server
Requests that this object's frame be activated.
add(ICallbackInterface) - Method in class uk.org.ownage.dmdirc.parser.callbacks.CallbackObject
Add a new callback.
add(ICallbackInterface) - Method in class uk.org.ownage.dmdirc.parser.callbacks.CallbackObjectSpecific
Add a new callback.
add(ICallbackInterface, String) - Method in class uk.org.ownage.dmdirc.parser.callbacks.CallbackObjectSpecific
Add a new callback with a specific target.
add(String) - Method in class uk.org.ownage.dmdirc.parser.RegexStringList
Add a new ignore pattern to the ignore list.
add(ChannelClientInfo) - Method in class uk.org.ownage.dmdirc.ui.NicklistListModel
Adds the specified client to the nicklist
addAllCallback(ICallbackInterface) - Method in class uk.org.ownage.dmdirc.parser.callbacks.CallbackManager
Add all callbacks.
addCallback(String, ICallbackInterface) - Method in class uk.org.ownage.dmdirc.parser.callbacks.CallbackManager
Add a callback.
addCallback(String, ICallbackInterface, String) - Method in class uk.org.ownage.dmdirc.parser.callbacks.CallbackManager
Add a callback with a specific target.
addCallback(ICallbackInterface) - Method in class uk.org.ownage.dmdirc.parser.callbacks.CallbackObject
Add a callback pointer to the appropriate ArrayList.
addCallbackType(CallbackObject) - Method in class uk.org.ownage.dmdirc.parser.callbacks.CallbackManager
Add new callback type.
addChannel(Server, Channel) - Method in class uk.org.ownage.dmdirc.ui.framemanager.DummyFrameManager
Adds a new channel instance to this frame manager.
addChannel(Server, Channel) - Method in interface uk.org.ownage.dmdirc.ui.framemanager.FrameManager
Adds a new channel instance to this frame manager.
addChannel(Server, Channel) - Method in class uk.org.ownage.dmdirc.ui.framemanager.tree.TreeFrameManager
adds a channel to the tree.
addChild(JInternalFrame) - Method in class uk.org.ownage.dmdirc.ui.MainFrame
Adds the specified InternalFrame as a child of the main frame
addClient(ClientInfo) - Method in class uk.org.ownage.dmdirc.parser.ChannelInfo
Get the ChannelClientInfo object associated with a ClientInfo object.
addEntries(ArrayList<String>) - Method in class uk.org.ownage.dmdirc.ui.input.TabCompleter
Adds multiple new entries to this tab completer's list.
addEntry(String) - Method in class uk.org.ownage.dmdirc.ui.input.TabCompleter
Adds a new entry to this tab completer's list.
addLine(String) - Method in class uk.org.ownage.dmdirc.Channel
Adds a line of text to the main text area of the channel frame
addLine(String, Object...) - Method in class uk.org.ownage.dmdirc.Channel
Formats the specified arguments using the supplied message type, and outputs to the main text area
addLine(String) - Method in interface uk.org.ownage.dmdirc.commandparser.CommandWindow
Adds a line of text to the main text area of the window.
addLine(String, Object...) - Method in interface uk.org.ownage.dmdirc.commandparser.CommandWindow
Formats the arguments using the Formatter, then adds the result to the main text area.
addLine(String) - Method in interface uk.org.ownage.dmdirc.FrameContainer
Adds a line to the main text area of the frame
addLine(String) - Method in class uk.org.ownage.dmdirc.Query
Adds a line of text to the main text area of the query frame
addLine(String, Object...) - Method in class uk.org.ownage.dmdirc.Query
Formats the specified arguments using the supplied message type, and outputs to the main text area
addLine(String) - Method in class uk.org.ownage.dmdirc.Raw
Adds a line of text to the main text area of the raw frame
addLine(String) - Method in class uk.org.ownage.dmdirc.Server
Adds a line to the server window.
addLine(String) - Method in class uk.org.ownage.dmdirc.ui.ChannelFrame
Adds a line of text to the main text area.
addLine(String, Object...) - Method in class uk.org.ownage.dmdirc.ui.ChannelFrame
Formats the arguments using the Formatter, then adds the result to the main text area.
addLine(String) - Method in class uk.org.ownage.dmdirc.ui.ServerFrame
Adds a line of text to the main text area, and scrolls the text pane down so that it's visible if the scrollbar is already at the bottom.
addLine(String, Object...) - Method in class uk.org.ownage.dmdirc.ui.ServerFrame
Formats the arguments using the Formatter, then adds the result to the main text area.
addLineToActive(String, Object...) - Method in class uk.org.ownage.dmdirc.Server
Passes the arguments to the most recently activated frame for this server.
addName(ChannelClientInfo) - Method in class uk.org.ownage.dmdirc.ui.ChannelFrame
Adds a client to this channels' nicklist.
addNonCriticalCallback(String, ICallbackInterface) - Method in class uk.org.ownage.dmdirc.parser.callbacks.CallbackManager
Add a callback without an exception.
addNonCriticalCallback(String, ICallbackInterface, String) - Method in class uk.org.ownage.dmdirc.parser.callbacks.CallbackManager
Add a callback with a specific target.
addPlugin(String, AbstractPlugin) - Method in class uk.org.ownage.dmdirc.plugins.PluginManager
Adds a new plugin to the loaded plugins list
addProcessor(IRCProcessor) - Method in class uk.org.ownage.dmdirc.parser.ProcessingManager
Add new Process type.
addQuery(Server, Query) - Method in class uk.org.ownage.dmdirc.ui.framemanager.DummyFrameManager
Adds a new query instance to this frame manager.
addQuery(Server, Query) - Method in interface uk.org.ownage.dmdirc.ui.framemanager.FrameManager
Adds a new query instance to this frame manager.
addQuery(Server, Query) - Method in class uk.org.ownage.dmdirc.ui.framemanager.tree.TreeFrameManager
adds a query to the tree.
addRaw(Server, Raw) - Method in class uk.org.ownage.dmdirc.ui.framemanager.DummyFrameManager
Adds a new raw instance to this frame manager.
addRaw(Server, Raw) - Method in interface uk.org.ownage.dmdirc.ui.framemanager.FrameManager
Adds a new raw instance to this frame manager.
addRaw(Server, Raw) - Method in class uk.org.ownage.dmdirc.ui.framemanager.tree.TreeFrameManager
adds a raw to the tree.
addResult(String) - Method in class uk.org.ownage.dmdirc.ui.input.TabCompleterResult
Adds a result to this result set.
addServer(Server) - Method in class uk.org.ownage.dmdirc.ui.framemanager.DummyFrameManager
Adds a new server instance to this frame manager.
addServer(Server) - Method in interface uk.org.ownage.dmdirc.ui.framemanager.FrameManager
Adds a new server instance to this frame manager.
addServer(Server) - Method in class uk.org.ownage.dmdirc.ui.framemanager.tree.TreeFrameManager
adds a server to the tree.
addStyledString(StyledDocument, String) - Static method in class uk.org.ownage.dmdirc.ui.messages.Styliser
Stylises the specified string and adds it to the passed StyledDocument.
alwaysUpdateClient - Static variable in class uk.org.ownage.dmdirc.parser.IRCParser
Attempt to update user host all the time, not just on Who/Add/NickChange.
arguments - Variable in class uk.org.ownage.dmdirc.commandparser.Command
A textual description of this command's arguments
arity - Variable in class uk.org.ownage.dmdirc.commandparser.Command
The arity of this command
authAndCreateCiphers() - Static method in class uk.org.ownage.dmdirc.CipherUtils
Auths a user and creates ciphers.

A B C D E F G H I J K L M N O P Q R S T U V W