Uses of Interface
org.xnap.cmdl.Command

Packages that use Command
org.xnap.chat Provides interfaces and classes for chat communication. 
org.xnap.chat.command   
org.xnap.cmdl Provides interfaces and classes for command line input and console output. 
org.xnap.gui Provides interfaces and classes for the graphical user interface. 
org.xnap.plugin.opennap.command   
org.xnap.plugin.opennap.net Provides the OpenNap network communication classes for search, transfer and chat. 
org.xnap.plugin.pircbot An IRC plugin based on the PircBot library. 
 

Uses of Command in org.xnap.chat
 

Methods in org.xnap.chat that return Command
 Command[] AbstractChannel.getCommands()
          Returns null.
 Command[] Channel.getCommands()
          Returns an array of commands that can be executed on the channel.
 

Uses of Command in org.xnap.chat.command
 

Classes in org.xnap.chat.command that implement Command
 class AbstractBanCommand
          This class provides the default join action.
 class AbstractIgnoreCommand
          This class provides the default /ignore command for sending action messages.
 class AbstractIgnoreUserCommand
          This class provides the default /ignore command for sending action messages.
 class AbstractMeCommand
          This class provides the default /me command for sending action messages.
 class AbstractMessageCommand
          This class provides the default join action.
 class AbstractPartChannelCommand
          Provides the default part command.
 class JoinChannelCommand
          Provides the default join command.
 

Uses of Command in org.xnap.cmdl
 

Classes in org.xnap.cmdl that implement Command
 class AbstractCommand
           
 

Methods in org.xnap.cmdl that return Command
 Command Console.getCommand(java.lang.String commandName)
          Returns the Command object that is associated with commandName.
static Command Executer.getCommand(java.lang.String command)
           
 Command LocalExecuter.getCommand(java.lang.String command)
           
 Command ReadlineConsole.getCommand(java.lang.String command)
           
 Command[] Console.getCommands()
          Returns all supported commands.
static Command[] Executer.getCommands()
           
 Command[] LocalExecuter.getCommands()
           
 Command[] ReadlineConsole.getCommands()
           
 

Methods in org.xnap.cmdl with parameters of type Command
static void Executer.add(Command command)
          Adds command.
static void Executer.add(Command[] commands)
           
 boolean LocalExecuter.matches(Command cmd, java.lang.String name)
           
static void Executer.remove(Command command)
           
static void Executer.remove(Command[] commands)
           
 

Constructors in org.xnap.cmdl with parameters of type Command
LocalExecuter(Command[] commands)
           
 

Uses of Command in org.xnap.gui
 

Methods in org.xnap.gui that return Command
 Command ChannelPanel.getCommand(java.lang.String name)
           
 Command ConsoleDialog.getCommand(java.lang.String commandName)
           
 Command[] ChannelPanel.getCommands()
           
 Command[] ConsoleDialog.getCommands()
           
 

Uses of Command in org.xnap.plugin.opennap.command
 

Classes in org.xnap.plugin.opennap.command that implement Command
 class OpenNapBanListCommand
           
 class OpenNapMessageCommand
           
 class OpenNapRegisterUserCommand
           
 

Uses of Command in org.xnap.plugin.opennap.net
 

Methods in org.xnap.plugin.opennap.net that return Command
 Command[] OpenNapChannel.getCommands()
           
 Command[] PrivateOpenNapChannel.getCommands()
           
 

Uses of Command in org.xnap.plugin.pircbot
 

Classes in org.xnap.plugin.pircbot that implement Command
 class PircBotMessageCommand
           
 

Methods in org.xnap.plugin.pircbot that return Command
 Command[] PircBotChannel.getCommands()
           
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.