|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RulerModelListener | |
| com.eliad.model | This package contains the models needed by the grid component. |
| com.eliad.swing | This is the main package of the grid component. |
| Uses of RulerModelListener in com.eliad.model |
| Classes in com.eliad.model that implement RulerModelListener | |
class |
GenericGridModel
This is an implementation of GridModel that
uses a Vector of Vectors to store the
cell value objects. |
class |
RulerModelAdapter
A trivial implementation of RulerModelListener. |
| Methods in com.eliad.model with parameters of type RulerModelListener | |
void |
RulerModel.addRulerModelListener(RulerModelListener l)
Adds a listener to the list that's notified each time a change to the data model occurs. |
void |
RulerModel.removeRulerModelListener(RulerModelListener l)
Removes a listener from the list that's notified each time a change to the data model occurs. |
void |
AbstractRulerModel.addRulerModelListener(RulerModelListener l)
Adds a listener to the list that's notified each time a change to the data model occurs. |
void |
AbstractRulerModel.removeRulerModelListener(RulerModelListener l)
Removes a listener from the list that's notified each time a change to the data model occurs. |
| Uses of RulerModelListener in com.eliad.swing |
| Classes in com.eliad.swing that implement RulerModelListener | |
class |
AccessibleGrid
The class used to obtain the accessible role for this object. |
class |
JSmartGrid
The JSmartGrid is a JComponent where grid-oriented data can be displayed. |
class |
JSmartGridHeader
A variant of a JSmartGrid suitable as a header for
a "normal" grid. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||