Uses of Interface
org.xulfaces.bridge.Command

Packages that use Command
org.xulfaces.bridge   
org.xulfaces.bridge.command   
 

Uses of Command in org.xulfaces.bridge
 

Methods in org.xulfaces.bridge that return types with arguments of type Command
 java.util.Set<Command> Bridge.getCommands()
           
 

Methods in org.xulfaces.bridge with parameters of type Command
 void Bridge.addCommand(Command command)
          Add a Command to the current bridge
 

Method parameters in org.xulfaces.bridge with type arguments of type Command
 void Bridge.setCommands(java.util.Set<Command> commands)
           
 

Uses of Command in org.xulfaces.bridge.command
 

Classes in org.xulfaces.bridge.command that implement Command
 class AbstractCommand
          Basic implementation of Command.
 class DeleteZoneCommand
          Defines a Command deleting a Zone.
 class NotValidCommand
          Defines a Command that says a Zone is not valid.
 class UpdateZoneCommand
          Defines a Command updating a Zone.
 class WatchZoneAttributeCommand
          Defines a WatchZone command.
 class WatchZonePropertyCommand
          Defines a WatchZone command.
 



Copyright © 2007 null. All Rights Reserved.