ucar.unidata.ui.colortable
Class ColorTableCanvas.ColorListCommand

java.lang.Object
  extended by ucar.unidata.ui.Command
      extended by ucar.unidata.ui.colortable.ColorTableCanvas.CanvasCommand
          extended by ucar.unidata.ui.colortable.ColorTableCanvas.ColorListCommand
Enclosing class:
ColorTableCanvas

public static class ColorTableCanvas.ColorListCommand
extends ColorTableCanvas.CanvasCommand

Class ColorListCommand

Author:
IDV development team

Constructor Summary
ColorTableCanvas.ColorListCommand(ColorTableCanvas canvas)
          Create me
 
Method Summary
 void doCommand()
          Do it
 void undoCommand()
          Undo it
 
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

ColorTableCanvas.ColorListCommand

public ColorTableCanvas.ColorListCommand(ColorTableCanvas canvas)
Create me

Parameters:
canvas - The canvas
Method Detail

doCommand

public void doCommand()
Do it

Overrides:
doCommand in class ColorTableCanvas.CanvasCommand

undoCommand

public void undoCommand()
Undo it

Overrides:
undoCommand in class ColorTableCanvas.CanvasCommand