JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Interface JCPaintListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JCPaintAdapter

public interface JCPaintListener
extends EventListener

The listener interface for receiving JCPaintEvent objects.

See Also:
JCPaintEvent

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.
 

Method Detail

beforePaint

public void beforePaint(com.klg.jclass.table.JCPaintEvent e)
Invoked before the table is drawn.


afterPaint

public void afterPaint(com.klg.jclass.table.JCPaintEvent e)
Invoked after the table is drawn.


Copyright © 2004 Quest Software Inc..
All rights reserved.