|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CellStyleCustomizer
This interface works with CellStyleTable to allow you to add extra non-default styles to CellStyle class and use this interface to read the style from CellStyle and customizes the renderer component or the editor component.
| Method Summary | |
|---|---|
void |
customizeEditorComponent(int row,
int column,
Component editorComponent,
CellStyle cellStyle)
Customizes the editor component based on the cell style. |
void |
customizeRendererComponent(int row,
int column,
Component rendererComponent,
CellStyle cellStyle)
Customizes the renderer component based on the cell style. |
void |
releaseRendererComponent(int row,
int column,
Component rendererComponent)
Releases the renderer component. |
| Method Detail |
|---|
void customizeRendererComponent(int row,
int column,
Component rendererComponent,
CellStyle cellStyle)
row - the row index for the renderer component.column - the column index for the renderer component.rendererComponent - the renderer component.cellStyle - the cell style.
void releaseRendererComponent(int row,
int column,
Component rendererComponent)
row - the row index for the renderer component.column - the column index for the renderer component.rendererComponent - the renderer component.
void customizeEditorComponent(int row,
int column,
Component editorComponent,
CellStyle cellStyle)
row - the row index for the editor component.column - the column index for the editor component.editorComponent - the editor component.cellStyle - the cell style.
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||