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

S

sAltNickname - Variable in class uk.org.ownage.dmdirc.parser.MyInfo
Alternative nickname to attempt to use on IRC (Default: IRC-Parser).
save() - Static method in class uk.org.ownage.dmdirc.Config
Saves the config file to disc.
saveAs(String) - Static method in class uk.org.ownage.dmdirc.ui.messages.Formatter
Saves the current formatter into the specified file.
SaveFormatter - Class in uk.org.ownage.dmdirc.commandparser.commands.server
Allows the user to save the message formatter to a file
SaveFormatter() - Constructor for class uk.org.ownage.dmdirc.commandparser.commands.server.SaveFormatter
Creates a new instance of SaveFormatter
selfJoin() - Method in class uk.org.ownage.dmdirc.Channel
Called when we join this channel.
sendAction(String) - Method in class uk.org.ownage.dmdirc.Channel
Sends the specified string as an action (CTCP) to the channel that this object represents
sendAction(String) - Method in class uk.org.ownage.dmdirc.parser.ChannelInfo
Send a private message to a target.
sendAction(String, String) - Method in class uk.org.ownage.dmdirc.parser.IRCParser
Send a Action to a target.
sendAction(String) - Method in class uk.org.ownage.dmdirc.Query
Sends a private action to the remote user
sendCTCP(String, String) - Method in class uk.org.ownage.dmdirc.parser.ChannelInfo
Send a CTCP to a target.
sendCTCP(String, String, String) - Method in class uk.org.ownage.dmdirc.parser.IRCParser
Send a CTCP to a target.
sendCTCPReply(String, String) - Method in class uk.org.ownage.dmdirc.parser.ChannelInfo
Send a CTCPReply to a target.
sendCTCPReply(String, String, String) - Method in class uk.org.ownage.dmdirc.parser.IRCParser
Send a CTCPReply to a target.
sendLine(String) - Method in class uk.org.ownage.dmdirc.Channel
Sends the specified line as a message to the channel that this object represents
sendLine(String) - Method in class uk.org.ownage.dmdirc.parser.IRCParser
Send a line to the server.
sendLine(String) - Method in class uk.org.ownage.dmdirc.Query
Sends a private message to the remote user
sendMessage(String) - Method in class uk.org.ownage.dmdirc.parser.ChannelInfo
Send a private message to the channel.
sendMessage(String, String) - Method in class uk.org.ownage.dmdirc.parser.IRCParser
Send a private message to a target.
sendNotice(String) - Method in class uk.org.ownage.dmdirc.parser.ChannelInfo
Send a notice message to a target.
sendNotice(String, String) - Method in class uk.org.ownage.dmdirc.parser.IRCParser
Send a notice message to a target.
sendString(String) - Method in class uk.org.ownage.dmdirc.parser.IRCParser
Send a line to the server and add proper line ending.
sendString(String) - Method in class uk.org.ownage.dmdirc.parser.IRCProcessor
Send a line to the server and add proper line ending.
server - Variable in class uk.org.ownage.dmdirc.parser.IRCParser
Server Info requested by user.
Server - Class in uk.org.ownage.dmdirc
The Server class represents the client's view of a server.
Server(String, int, String, boolean) - Constructor for class uk.org.ownage.dmdirc.Server
Creates a new instance of Server.
ServerCommand - Class in uk.org.ownage.dmdirc.commandparser
Represents a generic server command.
ServerCommand() - Constructor for class uk.org.ownage.dmdirc.commandparser.ServerCommand
Creates a new instance of ChannelCommand
ServerCommandParser - Class in uk.org.ownage.dmdirc.commandparser
A command parser used in the context of a server
ServerCommandParser(Server) - Constructor for class uk.org.ownage.dmdirc.commandparser.ServerCommandParser
Creates a new instance of ServerCommandParser
ServerFrame - Class in uk.org.ownage.dmdirc.ui
The ServerFrame is the MDI window that shows server messages to the user.
ServerFrame(CommandParser) - Constructor for class uk.org.ownage.dmdirc.ui.ServerFrame
Creates a new ServerFrame.
ServerInfo - Class in uk.org.ownage.dmdirc.parser
Contains Server information.
ServerInfo() - Constructor for class uk.org.ownage.dmdirc.parser.ServerInfo
Constructor using Default values.
ServerInfo(String, int, String) - Constructor for class uk.org.ownage.dmdirc.parser.ServerInfo
Constructor using specifed host, port and password, SSL must be specifed separately.
ServerManager - Class in uk.org.ownage.dmdirc
The ServerManager maintains a list of all servers, and provides methods to search or iterate over them.
ServerManager() - Constructor for class uk.org.ownage.dmdirc.ServerManager
Creates a new instance of ServerManager.
set(int, String) - Method in class uk.org.ownage.dmdirc.parser.RegexStringList
Change the ignore pattern in a given position in the list.
setActiveFrame(CommandWindow) - Method in class uk.org.ownage.dmdirc.Server
Sets the specified frame as the most-recently activated.
setActiveFrame(JInternalFrame) - Method in class uk.org.ownage.dmdirc.ui.MainFrame
Sets the active internal frame to the one specified
setAddState(Character, boolean) - Method in class uk.org.ownage.dmdirc.parser.ChannelInfo
Get the "adding state" of a list mode.
setAwayState(boolean) - Method in class uk.org.ownage.dmdirc.parser.ClientInfo
Set the away state of a user.
setCancelButton(JButton) - Method in class uk.org.ownage.dmdirc.ui.StandardDialog
Sets the specified button up as the Cancel button.
setChanMode(int) - Method in class uk.org.ownage.dmdirc.parser.ChannelClientInfo
Set the modes this client has (Prefix modes).
setChannelInfo(ChannelInfo) - Method in class uk.org.ownage.dmdirc.Channel
Sets this object's ChannelInfo reference to the one supplied.
setException(Exception) - Method in class uk.org.ownage.dmdirc.parser.ParserError
Set the Exception object.
setListModeParam(Character, ChannelListModeItem, boolean) - Method in class uk.org.ownage.dmdirc.parser.ChannelInfo
Add/Remove a value to a channel list.
setMaximised(boolean) - Method in class uk.org.ownage.dmdirc.ui.MainFrame
Sets whether or not the internal frame state is currently maximised
setMode(int) - Method in class uk.org.ownage.dmdirc.parser.ChannelInfo
Set the channel modes (as an integer).
setModeParam(Character, String) - Method in class uk.org.ownage.dmdirc.parser.ChannelInfo
Set a channel mode that requires a parameter.
setNickname(String) - Method in class uk.org.ownage.dmdirc.parser.IRCParser
Set Nickname.
setOkButton(JButton) - Method in class uk.org.ownage.dmdirc.ui.StandardDialog
Sets the specified button up as the OK button.
setOption(String, String, String) - Static method in class uk.org.ownage.dmdirc.Config
Sets a specified option.
setParent(JComponent) - Method in class uk.org.ownage.dmdirc.ui.framemanager.DummyFrameManager
Sets the parent component of this frame manager.
setParent(JComponent) - Method in interface uk.org.ownage.dmdirc.ui.framemanager.FrameManager
Sets the parent component of this frame manager.
setParent(JComponent) - Method in class uk.org.ownage.dmdirc.ui.framemanager.tree.TreeFrameManager
Sets the parent component in the main UI.
setSelected(FrameContainer) - Method in class uk.org.ownage.dmdirc.ui.framemanager.DummyFrameManager
Indicates that there is a new active frame.
setSelected(FrameContainer) - Method in interface uk.org.ownage.dmdirc.ui.framemanager.FrameManager
Indicates that there is a new active frame.
setSelected(FrameContainer) - Method in class uk.org.ownage.dmdirc.ui.framemanager.tree.TreeFrameManager
Indicates that there is a new active frame.
setTabCompleter(TabCompleter) - Method in class uk.org.ownage.dmdirc.ui.ChannelFrame
Sets the tab completer for this frame's input handler.
setTabCompleter(TabCompleter) - Method in class uk.org.ownage.dmdirc.ui.input.InputHandler
Sets this input handler's tab completer.
setTabCompleter(TabCompleter) - Method in class uk.org.ownage.dmdirc.ui.ServerFrame
Sets the tab completer for this frame's input handler.
setTopic(String) - Method in class uk.org.ownage.dmdirc.parser.ChannelInfo
Set the topic.
setTopicTime(long) - Method in class uk.org.ownage.dmdirc.parser.ChannelInfo
Set the topic time.
setTopicUser(String) - Method in class uk.org.ownage.dmdirc.parser.ChannelInfo
Set the topic creator.
setTrustManager(TrustManager[]) - Method in class uk.org.ownage.dmdirc.parser.IRCParser
Replace the current TrustManager for SSL Sockets with a new one.
setUserBits(String, boolean) - Method in class uk.org.ownage.dmdirc.parser.ClientInfo
Get a string representation of the user.
setUserMode(int) - Method in class uk.org.ownage.dmdirc.parser.ClientInfo
Set the user modes (as an integer).
sHost - Variable in class uk.org.ownage.dmdirc.parser.ServerInfo
Server to connect to (Default: "irc.quakenet.org").
show - Variable in class uk.org.ownage.dmdirc.commandparser.Command
Whether this command should be shown in help output
showInHelp() - Method in class uk.org.ownage.dmdirc.commandparser.Command
Returns whether or not this command should be shown in help messages
showNewServerDialog() - Static method in class uk.org.ownage.dmdirc.ui.NewServerDialog
Creates the new server dialog if one doesn't exist, and displays it.
showNotification(FrameContainer, Color) - Method in class uk.org.ownage.dmdirc.ui.framemanager.DummyFrameManager
Shows an event notification to the user by colouring the corresponding element to the source a specific colour.
showNotification(FrameContainer, Color) - Method in interface uk.org.ownage.dmdirc.ui.framemanager.FrameManager
Shows an event notification to the user by colouring the corresponding element to the source a specific colour.
showNotification(FrameContainer, Color) - Method in class uk.org.ownage.dmdirc.ui.framemanager.tree.TreeFrameManager
Shows an event notification to the user by colouring the corresponding element to the source a specific colour.
showRollover(DefaultMutableTreeNode) - Method in class uk.org.ownage.dmdirc.ui.framemanager.tree.TreeFrameManager
Sets the rollover node and repaints the tree.
sNickname - Variable in class uk.org.ownage.dmdirc.parser.MyInfo
Nickname to attempt to use on IRC (Default: IRCParser).
sort() - Method in class uk.org.ownage.dmdirc.ui.NicklistListModel
Sorts the nicklist based on settings in the Config, only needed if the sort method changes
sPassword - Variable in class uk.org.ownage.dmdirc.parser.ServerInfo
Optional password needed to connect to server (Default: "").
specificData - Variable in class uk.org.ownage.dmdirc.parser.callbacks.CallbackObjectSpecific
Hashtable for storing specific information for callback.
sRealname - Variable in class uk.org.ownage.dmdirc.parser.MyInfo
Realname string to use (Default: "DMDIRC IRCParser").
sServerName - Variable in class uk.org.ownage.dmdirc.parser.IRCParser
Name the server calls itself.
StandardDialog - Class in uk.org.ownage.dmdirc.ui
Provides common methods for dialogs.
StandardDialog(Frame, boolean) - Constructor for class uk.org.ownage.dmdirc.ui.StandardDialog
Creates a new instance of StandardDialog.
stateClosed - Static variable in class uk.org.ownage.dmdirc.parser.IRCParser
Socket is closed.
stateNull - Static variable in class uk.org.ownage.dmdirc.parser.IRCParser
Socket is not created yet.
stateOpen - Static variable in class uk.org.ownage.dmdirc.parser.IRCParser
Socket is Open.
sThinkNickname - Variable in class uk.org.ownage.dmdirc.parser.IRCParser
This is what we think the nickname should be.
stipControlCodes(String) - Static method in class uk.org.ownage.dmdirc.ui.messages.Styliser
Strips all recognised control codes from the input string.
stopPlugin(String) - Method in class uk.org.ownage.dmdirc.plugins.PluginManager
Calls a plugins onunload events and removes it from the loaded plugins list
Styliser - Class in uk.org.ownage.dmdirc.ui.messages
The styliser applies IRC styles to text.
sUsername - Variable in class uk.org.ownage.dmdirc.parser.MyInfo
Username to use, this doesn't matter when an ident server is running (Default: IRCParser).

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