ucar.unidata.ui
Class Command

java.lang.Object
  extended by ucar.unidata.ui.Command
Direct Known Subclasses:
ColorTableCanvas.CanvasCommand, MapViewManager.ProjectionCommand, ViewManager.MatrixCommand

public class Command
extends Object

Class Command

Author:
IDV development team

Constructor Summary
Command()
          _more_
 
Method Summary
 void doCommand()
          _more_
 boolean isUndoable()
          _more_
 void redoCommand()
          _more_
 void undoCommand()
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Command

public Command()
_more_

Method Detail

isUndoable

public boolean isUndoable()
_more_

Returns:
_more_

doCommand

public void doCommand()
_more_


redoCommand

public void redoCommand()
_more_


undoCommand

public void undoCommand()
_more_