|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
C - the container typeT - the component typepublic interface CellSelectionModel<C extends Container<T>,T extends Component>
Defines the interface for containers which provide cell based selections.
| Method Summary | |
|---|---|
void |
deselect(int row,
int column)
Deselects the cell. |
void |
isSelected(int row,
int column)
Returns true if the cell is selected. |
void |
select(int row,
int column)
Selects the cell. |
| Method Detail |
|---|
void select(int row,
int column)
row - the row indexcolumn - the column index
void deselect(int row,
int column)
row - the row indexcolumn - the column index
void isSelected(int row,
int column)
row - the row indexcolumn - the column index
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||