|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A component-based cell renderer interface.
This interface is used to render cells in LiveTable and HiGrid. It uses a component as a rubber stamp for painting cells. This is very helpful if you already have a component or component hierarchy that displays data the way you want.
This model differs from JCLightCellRenderer
in that the
implementor does not explicitly control drawing. Drawing
is handled by the component returned by getRendererComponent()
.
JCCellRenderer
,
JCLightCellRenderer
Method Summary | |
Component |
getRendererComponent(com.klg.jclass.cell.JCCellInfo cellInfo,
Object o,
boolean selected)
Method that returns the cell rendering component. |
Method Detail |
public Component getRendererComponent(com.klg.jclass.cell.JCCellInfo cellInfo, Object o, boolean selected)
cellInfo
- cell property informationo
- object to be renderedselected
- boolean value indicating whether the cell is selected
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |