|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.table.JCPaintAdapter
The adapter which receives JCPaintEvent
objects.
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.
JCPaintEvent
Constructor Summary | |
JCPaintAdapter()
|
Method Summary | |
void |
afterPaint(com.klg.jclass.table.JCPaintEvent e)
Invoked after the table is drawn. |
void |
beforePaint(com.klg.jclass.table.JCPaintEvent e)
Invoked before the table is drawn. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JCPaintAdapter()
Method Detail |
public void beforePaint(com.klg.jclass.table.JCPaintEvent e)
beforePaint
in interface JCPaintListener
e
- public void afterPaint(com.klg.jclass.table.JCPaintEvent e)
afterPaint
in interface JCPaintListener
e
-
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |