|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ListUndoableSupport
Undoable support for ListModel to implement.
Method Summary | |
---|---|
void |
undoableInsertElementAt(Object content,
int index)
Inserts a row at the designated row index. |
void |
undoableRemoveElementAt(int index)
Removes a row at the designated row index. |
void |
undoableSetElementAt(Object newContent,
int index)
Updates a row at the designated row index with the new row content . |
Methods inherited from interface com.jidesoft.swing.UndoableSupport |
---|
beginCompoundEdit, endCompoundEdit, getUndoableEditSupport, getUndoManager |
Methods inherited from interface com.jidesoft.list.EventFireListModel |
---|
fireListDataEvent |
Method Detail |
---|
void undoableInsertElementAt(Object content, int index)
content
- the row contentindex
- the row indexvoid undoableRemoveElementAt(int index)
index
- the row indexvoid undoableSetElementAt(Object newContent, int index)
newContent
- the row contentindex
- the row index
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |