|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridSelectionEvent | |
| 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 GridSelectionEvent in com.eliad.model |
| Methods in com.eliad.model with parameters of type GridSelectionEvent | |
void |
GridSelectionListener.rangeChanged(GridSelectionEvent event)
Called whenever the status of some cell changes. |
void |
GridSelectionListener.anchorChanged(GridSelectionEvent event)
Called whenever the anchor moves |
protected void |
AbstractGridSelectionModel.propagateRangeChanged(GridSelectionEvent e)
|
protected void |
AbstractGridSelectionModel.propagateAnchorChanged(GridSelectionEvent e)
|
| Uses of GridSelectionEvent in com.eliad.swing |
| Methods in com.eliad.swing with parameters of type GridSelectionEvent | |
void |
JSmartGrid.rangeChanged(GridSelectionEvent event)
Invoked when the selection changes -- repaints to show the new selection. |
void |
JSmartGrid.anchorChanged(GridSelectionEvent event)
|
void |
AccessibleGrid.rangeChanged(GridSelectionEvent e)
Track changes to table cell selections. |
void |
AccessibleGrid.anchorChanged(GridSelectionEvent e)
Track changes to table cell selections. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||