John W. Campbell
An interface for objects which have highlight handler for a text table
object.
Interface and methods:
Class Details
Accessible Fields
Interface Methods
- Package:
- Jdl.JdlView;
- Class name:
- JdlTextTableHighlightHandler
- Class definition:
- public interface JdlTextTableHighlightHandler
- Extends:
- Object
- Implements:
- none
- Actions:
- none
No fields with public, package or protected access defined.
This section contains the methods which must be implemented for the interface.
Methods:
Highlight processing - processHighlight
A method to react to the highlighting or un-highlighting of a cell and
perform any processing required.
- Method Definition:
- public void processHighlight(int numc, boolean highlight)
- Parameters List:
- numc
- The user defined cell number.
- highlight
- The cell has been highlighted (true) or un-highlighted
(false).
⇑ Up 3
⇑ Up 2
⇑ Up 1
⇑ Top of this