|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Use this interface to implement your custom TableColumnCustomizer which will be used to obtain
the CellRenderer and CellEditor for this plugin's column. (See Java Swing documentation.)
The TableColumnCustomizer should be set before establishConnection is called,
otherwise the internal defaultTableColumnCustomizer
is used which returns
a EOTextColumnEditor and a DefaultTableCellRenderer.
Method Summary | |
EOColumnEditor |
editorForAssociation(EOTableColumnAssociation association)
Returns an EOColumnEditor which will be used as a TableCellEditor for this column. |
TableCellRenderer |
rendererForAssociation(EOTableColumnAssociation association)
Returns an TableCellRenderer to be used for this column. |
Method Detail |
public EOColumnEditor editorForAssociation(EOTableColumnAssociation association)
association
- the EOTableColumnAssociation for which to return an editor;
this is supplied as a parameter so that the same TableColumnCustomizer
can be used for multiple columns
public TableCellRenderer rendererForAssociation(EOTableColumnAssociation association)
association
- the EOTableColumnAssociation for which to return an editor;
this is supplied as a parameter so that the same TableColumnCustomizer
can be used for multiple columns
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |