|
JComponentPack 1.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CellSelectionListener | |
|---|---|
| com.zfqjava.swing | |
| Uses of CellSelectionListener in com.zfqjava.swing |
|---|
| Classes in com.zfqjava.swing that implement CellSelectionListener | |
|---|---|
class |
JDataGrid
JDataGrid provides a data grid, add some features
such as row header, cell attributes, cell merge and split,
undo and redo support. |
class |
JDataTable
JDataTable provides a data table with the ResultSetTableModel. |
| Methods in com.zfqjava.swing that return CellSelectionListener | |
|---|---|
CellSelectionListener[] |
AbstractCellSelectionModel.getCellSelectionListeners()
Returns an array of all the table model listeners registered on this model. |
| Methods in com.zfqjava.swing with parameters of type CellSelectionListener | |
|---|---|
void |
AbstractCellSelectionModel.addCellSelectionListener(CellSelectionListener l)
|
void |
CellSelectionModel.addCellSelectionListener(CellSelectionListener l)
Adds listener to the list of listeners that are notified each time the set of selected cells changes. |
void |
AbstractCellSelectionModel.removeCellSelectionListener(CellSelectionListener l)
|
void |
CellSelectionModel.removeCellSelectionListener(CellSelectionListener l)
Removes listener from the list of listeners that are notified each time the set of selected cells changes. |
|
JComponentPack 1.5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||