|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinkableEdit
Allows edits to be linked together to form undoable compound edits in a linked list.
Method Summary | |
---|---|
LinkableEdit |
getNextEdit()
Returns the next edit. |
LinkableEdit |
getParent()
Returns the parent. |
LinkableEdit |
getPreviousEdit()
Returns the previous edit. |
void |
setNextEdit(LinkableEdit edit)
Connects to the next edit. |
void |
setParent(LinkableEdit edit)
Sets the parent, can only be called once. |
void |
setPreviousEdit(LinkableEdit edit)
Connext to the previous edit. |
Methods inherited from interface javax.swing.undo.UndoableEdit |
---|
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, undo |
Method Detail |
---|
LinkableEdit getNextEdit()
void setNextEdit(LinkableEdit edit)
LinkableEdit getPreviousEdit()
void setPreviousEdit(LinkableEdit edit)
LinkableEdit getParent()
void setParent(LinkableEdit edit)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |