Uses of Interface
com.zfqjava.swing.cell.CellProvider

Uses of CellProvider in com.zfqjava.swing.cell
 

Subinterfaces of CellProvider in com.zfqjava.swing.cell
 interface AttributesProvider
          AttributesProvider provides attributes for current renderer.
 

Methods in com.zfqjava.swing.cell that return CellProvider
 CellProvider AbstractCellRenderer.getCellProvider()
          Returns the cell provider to add extra info for current renderer.
 CellProvider AbstractCellEditor.getCellProvider()
          Returns the cell provider to add extra info for current editor.
 

Methods in com.zfqjava.swing.cell with parameters of type CellProvider
 void AbstractCellRenderer.setCellProvider(CellProvider provider)
          Sets the cell provider to add extra info for current renderer.
 void AbstractCellEditor.setCellProvider(CellProvider provider)
          Sets the cell provider to add extra info for current editor.
 



Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.