Uses of Interface
siouxsie.desktop.commands.ICommand

Packages that use ICommand
siouxsie.desktop.commands   
siouxsie.desktop.commands.impl   
siouxsie.desktop.option.impl   
 

Uses of ICommand in siouxsie.desktop.commands
 

Subinterfaces of ICommand in siouxsie.desktop.commands
 interface IToggleCommand
          Interface for command (i.e.
 

Methods in siouxsie.desktop.commands that return ICommand
 ICommand CommandDescription.getCommand()
           
 

Methods in siouxsie.desktop.commands that return types with arguments of type ICommand
 java.lang.Class<? extends ICommand> CommandDescription.getCommandClass()
           
 

Methods in siouxsie.desktop.commands with parameters of type ICommand
 void ICommandInitializer.initialize(ICommand command)
          Initialize the command.
 void CommandDescription.setCommand(ICommand command)
           
 

Method parameters in siouxsie.desktop.commands with type arguments of type ICommand
 void CommandDescription.setCommandClass(java.lang.Class<? extends ICommand> commandClass)
           
 

Uses of ICommand in siouxsie.desktop.commands.impl
 

Classes in siouxsie.desktop.commands.impl that implement ICommand
 class AbstractCommand
          Convenient class for command.
 class AbstractToggleCommand
          Convenient class for command.
 class ExitCommand
          Command for
 

Methods in siouxsie.desktop.commands.impl that return ICommand
 ICommand ISiouxsieCommand.getCommand()
           
 ICommand SiouxsieActionCommand.getCommand()
           
 ICommand SiouxsieToggleCommand.getCommand()
           
 ICommand CommandsHandler.getSiouxsieCommand(java.lang.String id)
           
 

Methods in siouxsie.desktop.commands.impl with parameters of type ICommand
 void CommandInitializerService.initialize(ICommand command)
           
 void SiouxsieActionCommand.setCommand(ICommand command)
           
 

Uses of ICommand in siouxsie.desktop.option.impl
 

Classes in siouxsie.desktop.option.impl that implement ICommand
 class PreferencesCommand
          A command that display preferences.
 



Copyright © 2006-2008 null. All Rights Reserved.