Uses of Interface
com.sdm.quasar.client.core.commands.Command

Packages that use Command
com.sdm.quasar.client.core.commands   
com.sdm.quasar.client.core.dialogsupport.features   
com.sdm.quasar.client.jsf.commands.adapters   
com.sdm.quasar.client.swing.commands.adapters   
 

Uses of Command in com.sdm.quasar.client.core.commands
 

Methods in com.sdm.quasar.client.core.commands that return Command
 Command RunnableCommandManager.getCommand(java.lang.String commandId)
           
 Command CommandManager.getCommand(java.lang.String commandId)
          Get a Command from the CommandManager
 Command CommandAdapter.getCommand()
           
 Command AbstractCommandAdapter.getCommand()
           
 

Methods in com.sdm.quasar.client.core.commands with parameters of type Command
 void CommandAdapter.setCommand(Command command)
          Sets (or resets if command==null) the Command this adapter adapts.
 void AbstractCommandAdapter.setCommand(Command command)
           
 

Uses of Command in com.sdm.quasar.client.core.dialogsupport.features
 

Methods in com.sdm.quasar.client.core.dialogsupport.features that return Command
 Command CommandManagerFeature.getCommand(java.lang.String commandId)
           
 

Uses of Command in com.sdm.quasar.client.jsf.commands.adapters
 

Constructors in com.sdm.quasar.client.jsf.commands.adapters with parameters of type Command
CommandManagerResolver.CommandManagerAction(Command command)
           
 

Uses of Command in com.sdm.quasar.client.swing.commands.adapters
 

Methods in com.sdm.quasar.client.swing.commands.adapters with parameters of type Command
 void JComponentCommandAdapter.setCommand(Command command)
           
 void JComboBoxCommandAdapter.setCommand(Command command)
           
 void AbstractButtonCommandAdapter.setCommand(Command command)
           
 

Constructors in com.sdm.quasar.client.swing.commands.adapters with parameters of type Command
WindowClosingCommandAdapter(java.awt.Window window, Command command)
          Creates a new WindowClosingCommandAdapter.
WindowClosingCommandAdapter(java.lang.String name, java.awt.Window window, Command command)
          Creates a new WindowClosingCommandAdapter.
ListSelectionCommandAdapter(javax.swing.ListSelectionModel listSelectionModel, Command command)
          Creates a new ListSelectionCommandAdapter.
ListSelectionCommandAdapter(java.lang.String name, javax.swing.ListSelectionModel listSelectionModel, Command command)
          Creates a new ListSelectionCommandAdapter.
JTreeSelectionCommandAdapter(javax.swing.JTree jtree, Command command)
          Creates a new JTreeSelectionCommandAdapter.
JTreeSelectionCommandAdapter(java.lang.String name, javax.swing.JTree jtree, Command command)
          Creates a new JTreeSelectionCommandAdapter.
JTableDoubleClickCommandAdapter(javax.swing.JTable jtable, Command command)
          Creates a new JTableDoubleClickCommandAdapter.
JTableDoubleClickCommandAdapter(java.lang.String name, javax.swing.JTable jtable, Command command)
          Creates a new JTableDoubleClickCommandAdapter.
JComponentCommandAdapter(javax.swing.JComponent jcomponent, Command command)
          Creates a new JComponentCommandAdapter.
JComponentCommandAdapter(java.lang.String name, javax.swing.JComponent jcomponent, Command command)
          Creates a new JComponentCommandAdapter.
JComboBoxCommandAdapter(javax.swing.JComboBox jcombobox, Command command)
          Creates a new JComboBoxCommandAdapter.
JComboBoxCommandAdapter(java.lang.String name, javax.swing.JComboBox jcombobox, Command command)
          Creates a new JComboBoxCommandAdapter.
AbstractButtonCommandAdapter(javax.swing.AbstractButton abstractButton, Command command)
          Creates a new AbstractButtonCommandAdapter.
AbstractButtonCommandAdapter(java.lang.String name, javax.swing.AbstractButton abstractButton, Command command)
          Creates a new AbstractButtonCommandAdapter.