Uses of Class
ucar.unidata.ui.colortable.ColorTableEditor

Packages that use ColorTableEditor
ucar.unidata.idv The idv package. 
ucar.unidata.ui.colortable UI classes for color tables. 
 

Uses of ColorTableEditor in ucar.unidata.idv
 

Fields in ucar.unidata.idv declared as ColorTableEditor
protected  ColorTableEditor IdvBase.colorTableEditor
          The color table editor.
 

Methods in ucar.unidata.idv that return ColorTableEditor
protected  ColorTableEditor IdvBase.doMakeColorTableEditor()
          Factory method to create the ColorTableEditor
 ColorTableEditor IdvBase.getColorTableEditor()
          Create, if needed, and return the ColorTableEditor
 

Uses of ColorTableEditor in ucar.unidata.ui.colortable
 

Methods in ucar.unidata.ui.colortable that return ColorTableEditor
 ColorTableEditor ColorTableManager.edit(ColorTable colorTable, PropertyChangeListener listener)
          Create a ColorTableEditor for editing the given color table
 

Constructors in ucar.unidata.ui.colortable with parameters of type ColorTableEditor
ColorTableCanvas(ColorTableEditor editor, ColorTable table)
          Create me