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

Packages that use ColorTableManager
ucar.unidata.idv The idv package. 
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
ucar.unidata.ui.colortable UI classes for color tables. 
 

Uses of ColorTableManager in ucar.unidata.idv
 

Fields in ucar.unidata.idv declared as ColorTableManager
protected  ColorTableManager IdvBase.colorTableManager
          The color table manager.
 

Methods in ucar.unidata.idv that return ColorTableManager
protected  ColorTableManager IdvBase.doMakeColorTableManager()
          Factory method to create the ColorTableManager
 ColorTableManager IdvBase.getColorTableManager()
          Create, if needed, and return the ColorTableManager
 ColorTableManager ControlContext.getColorTableManager()
          Get the ColorTableManager
 ColorTableManager IdvManager.getColorTableManager()
          Get the ColorTableManager
 

Uses of ColorTableManager in ucar.unidata.idv.control
 

Constructors in ucar.unidata.idv.control with parameters of type ColorTableManager
ColorTableWidget(DisplayControlImpl theDisplayControl, ColorTableManager colorTableManager, ColorTable ct, Range r)
          Construct a ColorTableWidget
 

Uses of ColorTableManager in ucar.unidata.ui.colortable
 

Methods in ucar.unidata.ui.colortable that return ColorTableManager
 ColorTableManager ColorTableEditor.getColorTableManager()
          Get the manager
static ColorTableManager ColorTableManager.getManager()
          Get the singleton
 

Methods in ucar.unidata.ui.colortable with parameters of type ColorTableManager
static void ColorTableManager.setManager(ColorTableManager theManager)
          set the singleton manager
 

Constructors in ucar.unidata.ui.colortable with parameters of type ColorTableManager
ColorTableEditor(ColorTableManager colorTableManager)
          Create a stand alone color table editor
ColorTableEditor(ColorTableManager colorTableManager, ColorTable table)
          Create an editor for the given color table
ColorTableEditor(ColorTableManager colorTableManager, ColorTable table, PropertyChangeListener listener)
          Create an editor for the given color table