borland Packages Class Hierarchy jbcl.dataset Package Index
java.util.EventListener +----borland.jbcl.dataset.ColumnPaintListener
Methods
Implemented by ColumnPaintAdapter
The ColumnPaintListener class is used for notification when painting of a value in a Column at a specific row location is occuring.
void editing(borland.jbcl.dataset.DataSet dataSet, borland.jbcl.dataset.Column column, borland.jbcl.model.CustomPaintSite paintSite)Editing notification. Note that display properties for the editor can be set on the incoming paintSite.
void painting(borland.jbcl.dataset.DataSet dataSet, borland.jbcl.dataset.Column column, int row, borland.jbcl.util.Variant value, borland.jbcl.model.CustomPaintSite paintSite)Painting notification. Note that display properties can be set on the incoming paintSite and the incoming value can also be modified. If the value is modified, it does not affect the value stored in the DataSet; it only affects the value to be displayed.