|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DataGridModelListener in com.zfqjava.swing |
Classes in com.zfqjava.swing that implement DataGridModelListener | |
class |
JDataGrid
JDataGrid provides a data grid, add some features
such as row header, cell attributes, cell merge and split,
undo and redo support. |
Methods in com.zfqjava.swing that return DataGridModelListener | |
DataGridModelListener[] |
AbstractDataGridModel.getDataGridModelListeners()
Returns an array of all the data grid model listeners registered on this model. |
Methods in com.zfqjava.swing with parameters of type DataGridModelListener | |
void |
DataGridModel.addDataGridModelListener(DataGridModelListener l)
Adds a listener to the list that is notified each time a change to the data model occurs. |
void |
DataGridModel.removeDataGridModelListener(DataGridModelListener l)
Removes a listener from the list that is notified each time a change to the data model occurs. |
void |
AbstractDataGridModel.addDataGridModelListener(DataGridModelListener l)
Adds a listener to the list that is notified each time a change to the data model occurs. |
void |
AbstractDataGridModel.removeDataGridModelListener(DataGridModelListener l)
Removes a listener from the list that is notified each time a change to the data model occurs. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |