Uses of Interface
org.jcreme.swing.table.TableColorModel

Packages that use TableColorModel
org.jcreme.swing.table   
org.jcreme.swing.table.colormodel   
org.jcreme.swing.table.colormodel.chooser   
 

Uses of TableColorModel in org.jcreme.swing.table
 

Methods in org.jcreme.swing.table that return TableColorModel
 TableColorModel JColoredTable.getTableColorModel()
          This method gives access to the color model.
 

Methods in org.jcreme.swing.table with parameters of type TableColorModel
 void JColoredTable.setTableColorModel(TableColorModel model)
          Sets the color model.
 

Uses of TableColorModel in org.jcreme.swing.table.colormodel
 

Classes in org.jcreme.swing.table.colormodel that implement TableColorModel
 class AbstractValueIndexedTableColorModel
          The purpose of this class is to have a specific background color for the lines that have a given reference column above a given Threshold value.
 class BaseCyclingColorModel
          The base class for Cycle based color models.
 class ChangeHighlightingColorModel
          This TableColorModel enables to highlight the changes that occur in a TableModel.
 class ColumnCyclingColorModel
          This class enables to give cycling colors to the columns of a Table.
 class CyclingColorModel
          This class enables to give cycling colors to a Table.
 class DefaultTableColorModel
          This a basic implementation of the TableColorModel interface.
 class GeneralValueIndexedTableColorModel
          The purpose of this class is to have a specific background color for the lines that have a given reference column above a given Threshold value.
 class LayeredColorModel
          This class enables to layer color models.
 class LineTitlesColorModel
          This class enables to give cycling colors to a Table.
 class ValueIndexedTableColorModel
          The purpose of this class is to have a specific background color for the lines that have a given reference column above a given Threshold value.
 

Methods in org.jcreme.swing.table.colormodel that return TableColorModel
 TableColorModel ChangeHighlightingColorModel.getUnderlyingModel()
          Gives access to the underlying TableColorModel.
 TableColorModel[] LayeredColorModel.getLayers()
          Gives access to the layers that compose the model.
 

Methods in org.jcreme.swing.table.colormodel with parameters of type TableColorModel
 void ChangeHighlightingColorModel.setUnderlyingModel(TableColorModel model)
          Enables to change the underlying TableColorModel.
 void LayeredColorModel.addLayer(TableColorModel layer)
          Enables to add a layer to the model.
 void LayeredColorModel.setLayerAt(TableColorModel layer, int position)
          Enables to add a layer to the model at a given depth.
 void LayeredColorModel.removeLayer(TableColorModel layer)
          Enables to remove a layer from the model.
 

Uses of TableColorModel in org.jcreme.swing.table.colormodel.chooser
 

Methods in org.jcreme.swing.table.colormodel.chooser that return TableColorModel
protected abstract  TableColorModel BaseCyclingColorModelEditor.buildColorModel(java.awt.Color[] backgroundColors, java.awt.Color[] foregroundColors, java.awt.Color bgSelectionColor, java.awt.Color fgSelectionColor, int cycleLength)
          Builds the actual color model.
 TableColorModel BaseCyclingColorModelEditor.getTableColorModelInstance()
           
 TableColorModel ChangeHighlightingColorModelEditor.getTableColorModelInstance()
          This method enables to retrieve the ChangeHighlightingColorModel currently presented in this TableColorModelEditor.
 TableColorModel ColorModelEditorComponent.getSelectedModel()
          This method enables to retrieve the edited model.
protected  TableColorModel ColumnCyclingColorModelEditor.buildColorModel(java.awt.Color[] backgroundColors, java.awt.Color[] foregroundColors, java.awt.Color backgroundSelectionColor, java.awt.Color foregroundSelectionColor, int cycleLength)
           
protected  TableColorModel CyclingColorModelEditor.buildColorModel(java.awt.Color[] backgroundColors, java.awt.Color[] foregroundColors, java.awt.Color backgroundSelectionColor, java.awt.Color foregroundSelectionColor, int cycleLength)
           
 TableColorModel LayeredColorModelEditor.getTableColorModelInstance()
          This method enables to retrieve the LayeredColorModel currently presented in this TableColorModelEditor.
 TableColorModel LineTitlesColorModelEditor.getTableColorModelInstance()
          This method enables to retrieve the LineTitlesColorModel currently presented in this TableColorModelEditor.
 TableColorModel TableColorModelChooser.getSelectedModel()
          Gives access to the selected TableColorModel.
abstract  TableColorModel TableColorModelEditor.getTableColorModelInstance()
          This method enables to retrieve the TableColorModel currently presented in this TableColorModelEditor.
 

Methods in org.jcreme.swing.table.colormodel.chooser with parameters of type TableColorModel
 void BaseCyclingColorModelEditor.setTableColorModelInstance(TableColorModel model)
           
 void ChangeHighlightingColorModelEditor.setTableColorModelInstance(TableColorModel model)
          This method enables to set the TableColorModel to present in this TableColorModelEditor.
 void ColorModelEditorComponent.setSelectedModel(TableColorModel model)
          This method enables to set the TableColorModel to edit in the component.
 void LayeredColorModelEditor.setTableColorModelInstance(TableColorModel model)
          This method enables to set the TableColorModel to present in this TableColorModelEditor.
 void LineTitlesColorModelEditor.setTableColorModelInstance(TableColorModel model)
          This method enables to set the TableColorModel to present in this TableColorModelEditor.
 void TableColorModelChooser.setSelectedModel(TableColorModel model)
          Enables to change the TableColorModel presented by the chooser.
abstract  void TableColorModelEditor.setTableColorModelInstance(TableColorModel model)
          This method enables to set the TableColorModel to present in this TableColorModelEditor.
 



Copyright 2006 null. All Rights Reserved.