ucar.unidata.idv.control.editor
Class RadarEditor.FieldCommand

java.lang.Object
  extended by ucar.unidata.ui.Command
      extended by ucar.unidata.idv.control.editor.RadarEditor.FieldCommand
Enclosing class:
RadarEditor

public static class RadarEditor.FieldCommand
extends Command

Class EditCommand _more_

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

Constructor Summary
RadarEditor.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

RadarEditor.FieldCommand

public RadarEditor.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