Cell renderer is a component which renderers the cell. You can apply any component as a cell renderer for ElegantJ JavaBean. This renderer can be applied at table level, column level or at Row level. ElegantJ AWTTables is shipped with following Cell Renderers
Text Renderer
TextArea Wrap Renderer
Checkbox Renderer
Combobox Renderer
Button Renderer
Cell Editors
This component is used to edit a cell. You can apply any component as a cell editor for ElegantJ AWTTable JavaBean. This editor can be applied at Table level, Column level and low level. ElegantJ AWTTable JavaBean is shipped with following editors