|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface EOSwingTableColumnPlugin.TableColumnCustomizer
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 |
---|
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
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 June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |