Uses of Class
jApp.Command

Uses of Command in jApp
 

Subclasses of Command in jApp
 class AbstractSelectionCommand<T extends Document>
           
 

Methods in jApp that return Command
 Command DocumentView.getCommand()
           
 Command Document.getCommand()
          Gets the currently active command for this Document.
 

Methods in jApp with parameters of type Command
 void DocumentView.selectCommand(Command c)
           
 void Document.selectCommand(Command command)
          Short cut to selectCommand(Command cmd,false).
 void Document.selectCommand(Command command, boolean asTemp)
          Makes a Command the active command for this document.
 

Constructors in jApp with parameters of type Command
ToolBarButton(Command command)