All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jclass.table.JCPaintListener

public interface JCPaintListener
extends EventListener
The listener interface for receiving JCPaintEvent events.

See Also:
addPaintListener, JCPaintEvent

Method Index

 o paintBegin(JCPaintEvent)
Invoked before the table is drawn.
 o paintEnd(JCPaintEvent)
Invoked after the table is drawn.

Methods

 o paintBegin
 public abstract void paintBegin(JCPaintEvent e)
Invoked before the table is drawn.

 o paintEnd
 public abstract void paintEnd(JCPaintEvent e)
Invoked after the table is drawn.


All Packages  Class Hierarchy  This Package  Previous  Next  Index