borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

ColumnPaintListener interface

java.util.EventListener
   +----borland.jbcl.dataset.ColumnPaintListener

About the ColumnPaintListener interface

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.


ColumnPaintListener methods

Methods defined in this interface


ColumnPaintListener methods

editing(borland.jbcl.dataset.DataSet, borland.jbcl.dataset.Column, borland.jbcl.model.CustomPaintSite)

  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.

painting(borland.jbcl.dataset.DataSet, borland.jbcl.dataset.Column, int, borland.jbcl.util.Variant, borland.jbcl.model.CustomPaintSite)

  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.