|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectswingwtx.swing.undo.AbstractUndoableEdit
swingwtx.swing.text.AbstractDocument.ElementEdit
Field Summary |
Fields inherited from class swingwtx.swing.undo.AbstractUndoableEdit |
RedoName, UndoName |
Constructor Summary | |
AbstractDocument.ElementEdit(Element e,
int index,
Element[] removed,
Element[] added)
|
Method Summary | |
Element[] |
getChildrenAdded()
|
Element[] |
getChildrenRemoved()
|
Element |
getElement()
|
int |
getIndex()
|
void |
redo()
|
void |
undo()
|
Methods inherited from class swingwtx.swing.undo.AbstractUndoableEdit |
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractDocument.ElementEdit(Element e, int index, Element[] removed, Element[] added)
Method Detail |
public Element getElement()
getElement
in interface DocumentEvent.ElementChange
public int getIndex()
getIndex
in interface DocumentEvent.ElementChange
public Element[] getChildrenRemoved()
getChildrenRemoved
in interface DocumentEvent.ElementChange
public Element[] getChildrenAdded()
getChildrenAdded
in interface DocumentEvent.ElementChange
public void redo() throws CannotRedoException
redo
in interface UndoableEdit
redo
in class AbstractUndoableEdit
CannotRedoException
public void undo() throws CannotUndoException
undo
in interface UndoableEdit
undo
in class AbstractUndoableEdit
CannotUndoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |