java.lang.Object javax.swing.undo.AbstractUndoableEdit javax.swing.text.AbstractDocument.ElementEdit
public AbstractDocument.ElementEdit(Element e, int index, Element[] removed, Element[] added)
public Element[] getChildrenAdded()
public Element[] getChildrenRemoved()
public Element getElement()
public int getIndex()
public void redo() throws CannotRedoException
AbstractUndoableEdit.canRedo()
public void undo() throws CannotUndoException
AbstractUndoableEdit.canUndo()