Uses of Class
ucar.unidata.idv.control.ColorTableWidget

Packages that use ColorTableWidget
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. 
 

Uses of ColorTableWidget in ucar.unidata.idv.control
 

Fields in ucar.unidata.idv.control declared as ColorTableWidget
protected  ColorTableWidget DisplayControlImpl.ctw
          This is the color table gui widget for controls enabled for color tables
 

Methods in ucar.unidata.idv.control that return ColorTableWidget
 ColorTableWidget DisplayControlImpl.getColorTableWidget(Range r)
          Get the ColorTableWidget using the specified range.
 

Methods in ucar.unidata.idv.control with parameters of type ColorTableWidget
 void DisplayControlImpl.addToRangeMenu(ColorTableWidget cw, List items)
          Deprecated. use #addToRangeMenu(RangeWidget)