ucar.unidata.idv.control.editor
Class FieldCommand

java.lang.Object
  extended by ucar.unidata.ui.Command
      extended by ucar.unidata.idv.control.editor.FieldCommand

public class FieldCommand
extends Command

Class EditCommand _more_

Version:
$Revision: 1.3 $
Author:
IDV Development Team

Constructor Summary
FieldCommand(RadarEditor editor, FieldImpl oldSlice, FieldImpl newSlice)
          _more_
 
Method Summary
 void doCommand()
          _more_
 void undoCommand()
          _more_
 
Methods inherited from class ucar.unidata.ui.Command
isUndoable, redoCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldCommand

public FieldCommand(RadarEditor editor,
                    FieldImpl oldSlice,
                    FieldImpl newSlice)
_more_

Parameters:
editor - _more_
oldSlice - _more_
newSlice - _more_
Method Detail

doCommand

public void doCommand()
_more_

Overrides:
doCommand in class Command

undoCommand

public void undoCommand()
_more_

Overrides:
undoCommand in class Command