|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableUndoableSupport
Undoable support for TableModel to implement.
Method Summary | |
---|---|
void |
undoableInsertRow(int rowIndex,
Vector<Object> rowData)
Inserts a row at the designated row index. |
void |
undoableRemoveRow(int rowIndex)
Removes a row at the designated row index. |
void |
undoableUpdateCell(int rowIndex,
int columnIndex,
Object value)
Updates a cell at the designated cell with the new cell data . |
void |
undoableUpdateRow(int rowIndex,
Vector<Object> newRowData)
Updates a row at the designated row index with the new row data . |
Methods inherited from interface com.jidesoft.swing.UndoableSupport |
---|
beginCompoundEdit, endCompoundEdit, getUndoableEditSupport, getUndoManager |
Method Detail |
---|
void undoableInsertRow(int rowIndex, Vector<Object> rowData)
rowIndex
- the row indexrowData
- the row datavoid undoableRemoveRow(int rowIndex)
rowIndex
- the row indexvoid undoableUpdateRow(int rowIndex, Vector<Object> newRowData)
rowIndex
- the row indexnewRowData
- the row datavoid undoableUpdateCell(int rowIndex, int columnIndex, Object value)
rowIndex
- the row indexcolumnIndex
- the row indexvalue
- the cell value
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |