All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.table.JCLabelValueAdapter

java.lang.Object
   |
   +----jclass.table.JCLabelValueAdapter

public abstract class JCLabelValueAdapter
extends Object
implements JCLabelValueListener
The adapter which receives JCLabelValue 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:
JCLabelValueEvent

Constructor Index

 o JCLabelValueAdapter()

Method Index

 o columnLabelValue(JCValueEvent)
Called when a column label's value is to be retrieved from the application.
 o rowLabelValue(JCValueEvent)
Called when a row label's value is to be retrieved from the application.

Constructors

 o JCLabelValueAdapter
 public JCLabelValueAdapter()

Methods

 o rowLabelValue
 public void rowLabelValue(JCValueEvent e)
Called when a row label's value is to be retrieved from the application.

 o columnLabelValue
 public void columnLabelValue(JCValueEvent e)
Called when a column label's value is to be retrieved from the application.


All Packages  Class Hierarchy  This Package  Previous  Next  Index