JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Class JCCellDisplayAdapter

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

public abstract class JCCellDisplayAdapter
extends Object
implements JCCellDisplayListener

The adapter which receives JCCellDisplay 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:
JCCellDisplayEvent

Constructor Summary
JCCellDisplayAdapter()
           
 
Method Summary
 void cellDisplay(com.klg.jclass.table.JCCellDisplayEvent e)
          Invoked when the cell's value is to be displayed by the table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCCellDisplayAdapter

public JCCellDisplayAdapter()
Method Detail

cellDisplay

public void cellDisplay(com.klg.jclass.table.JCCellDisplayEvent e)
Invoked when the cell's value is to be displayed by the table.

Specified by:
cellDisplay in interface JCCellDisplayListener
Parameters:
e -

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