Uses of Interface
de.jaret.util.ui.table.renderer.ICellStyleProvider

Packages that use ICellStyleProvider
de.jaret.util.ui.table.model This package contains the model and model listeners for the jaret table. 
de.jaret.util.ui.table.renderer This package contains renderers for the jaret table. 
 

Uses of ICellStyleProvider in de.jaret.util.ui.table.model
 

Fields in de.jaret.util.ui.table.model declared as ICellStyleProvider
protected  ICellStyleProvider DefaultTableViewState._cellStyleProvider
          the cell style provider used.
 

Methods in de.jaret.util.ui.table.model that return ICellStyleProvider
 ICellStyleProvider ITableViewState.getCellStyleProvider()
          Retrieve the cell style provider of the viewstate.
 ICellStyleProvider DefaultTableViewState.getCellStyleProvider()
          Retrieve the cell style provider of the viewstate.
 

Methods in de.jaret.util.ui.table.model with parameters of type ICellStyleProvider
 void DefaultTableViewState.setCellStyleProvider(ICellStyleProvider cellStyleProvider)
          
 

Uses of ICellStyleProvider in de.jaret.util.ui.table.renderer
 

Classes in de.jaret.util.ui.table.renderer that implement ICellStyleProvider
 class DefaultCellStyleProvider
          A Default implementation of a CellStyleProvider.
 



Copyright © 2012. All Rights Reserved.