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
-
JCLabelValueAdapter()
-
-
columnLabelValue(JCValueEvent)
- Called when a column label's value is to be retrieved from the application.
-
rowLabelValue(JCValueEvent)
- Called when a row label's value is to be retrieved from the application.
JCLabelValueAdapter
public JCLabelValueAdapter()
rowLabelValue
public void rowLabelValue(JCValueEvent e)
- Called when a row label's value is to be retrieved from the application.
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