JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Class JCPaintAdapter

java.lang.Object
  |
  +--com.klg.jclass.table.JCPaintAdapter
All Implemented Interfaces:
EventListener, JCPaintListener

public abstract class JCPaintAdapter
extends Object
implements JCPaintListener

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.

See Also:
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

JCPaintAdapter

public JCPaintAdapter()
Method Detail

beforePaint

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

Specified by:
beforePaint in interface JCPaintListener
Parameters:
e -

afterPaint

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

Specified by:
afterPaint in interface JCPaintListener
Parameters:
e -

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