|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TableDriver
Defines how to work with tables.
| Method Summary | |
|---|---|
void |
editCell(ComponentOperator oper,
int row,
int column,
java.lang.Object value)
Edits a cell. |
void |
selectCell(ComponentOperator oper,
int row,
int column)
Selects a cell. |
| Method Detail |
|---|
void selectCell(ComponentOperator oper,
int row,
int column)
oper - Table operator.row - Cell row index.column - Cell column index.
void editCell(ComponentOperator oper,
int row,
int column,
java.lang.Object value)
oper - Table operator.row - Cell row index.column - Cell column index.value - New value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||