All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.table.JCPaintAdapter

java.lang.Object
   |
   +----jclass.table.JCPaintAdapter

public abstract class JCPaintAdapter
extends Object
implements JCPaintListener
The adapter which receives JCPaint events. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.

See Also:
JCPaintEvent

Constructor Index

 o JCPaintAdapter()

Method Index

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

Constructors

 o JCPaintAdapter
 public JCPaintAdapter()

Methods

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index