Uses of Interface
be.ugent.caagt.swirl.lists.CellListCellRenderer

Packages that use CellListCellRenderer
be.ugent.caagt.swirl.lists Provides a new type of list (a cell list) and a generic list model. 
 

Uses of CellListCellRenderer in be.ugent.caagt.swirl.lists
 

Classes in be.ugent.caagt.swirl.lists that implement CellListCellRenderer
 class DefaultCellListCellRenderer
          Default implementation of CellListCellRenderer.
 

Methods in be.ugent.caagt.swirl.lists that return CellListCellRenderer
 CellListCellRenderer CellList.getCellRenderer()
          Return the cell renderer used by this list.
 

Methods in be.ugent.caagt.swirl.lists with parameters of type CellListCellRenderer
 void CellList.setCellRenderer(CellListCellRenderer cellRenderer)
          Set the cell renderer.