|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface TableView.RowEditor
Table view row editor interface.
| Method Summary | |
|---|---|
void |
beginEdit(TableView tableView,
int rowIndex,
int columnIndex)
Called to begin editing a table row. |
void |
endEdit(boolean result)
Terminates an edit operation. |
boolean |
isEditing()
Tests whether an edit is currently in progress. |
| Method Detail |
|---|
void beginEdit(TableView tableView,
int rowIndex,
int columnIndex)
tableView - rowIndex - columnIndex - void endEdit(boolean result)
result - true to perform the edit; false to cancel it.boolean isEditing()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||