Uses of Class
ucar.unidata.ui.Command

Packages that use Command
ucar.unidata.idv The idv package. 
ucar.unidata.idv.control.editor This package is my (jeffmc) aborted protyping effort for a radar editor facility. 
ucar.unidata.ui User interface utilities: extensions of AWT and Swing classes. 
ucar.unidata.ui.colortable UI classes for color tables. 
 

Uses of Command in ucar.unidata.idv
 

Subclasses of Command in ucar.unidata.idv
static class MapViewManager.ProjectionCommand
          Class ProjectionCommand manages changes to the projection
static class ViewManager.MatrixCommand
          Class MatrixCommand manages changes to the viewpoint matrix
 

Methods in ucar.unidata.idv with parameters of type Command
protected  void ViewManager.addCommand(Command cmd)
          Add the command to the command manager.
 

Uses of Command in ucar.unidata.idv.control.editor
 

Subclasses of Command in ucar.unidata.idv.control.editor
 class FieldCommand
          Class EditCommand _more_
static class RadarEditor.FieldCommand
          Class EditCommand _more_
 

Uses of Command in ucar.unidata.ui
 

Methods in ucar.unidata.ui with parameters of type Command
 void CommandManager.add(Command command)
          _more_
 void CommandManager.add(Command command, boolean andCallDoCommand)
          _more_
 

Uses of Command in ucar.unidata.ui.colortable
 

Subclasses of Command in ucar.unidata.ui.colortable
static class ColorTableCanvas.CanvasCommand
          Class CanvasCommand takes a snapshot of the state of the canvas
static class ColorTableCanvas.ColorListCommand
          Class ColorListCommand
static class ColorTableCanvas.ColorTableCommand
          Class ColorTableCommand is used when the CT is changed and we can undo it using this class