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
-
JCPaintAdapter()
-
-
paintBegin(JCPaintEvent)
- Invoked before the table is drawn.
-
paintEnd(JCPaintEvent)
- Invoked after the table is drawn.
JCPaintAdapter
public JCPaintAdapter()
paintBegin
public void paintBegin(JCPaintEvent e)
- Invoked before the table is drawn.
paintEnd
public void paintEnd(JCPaintEvent e)
- Invoked after the table is drawn.
All Packages Class Hierarchy This Package Previous Next Index