All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jclass.table.JCLabelValueListener

public interface JCLabelValueListener
extends EventListener
The listener interface for receiving JCValueEvent events for labels.

See Also:
addLabelValueListener

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.

Methods

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

 o columnLabelValue
 public abstract 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