| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--javax.swing.undo.AbstractUndoableEdit
        |
        +--javax.swing.text.AbstractDocument.ElementEdit
An implementation of ElementChange that can be added to the document event.
| Fields inherited from class javax.swing.undo.AbstractUndoableEdit | 
RedoName, UndoName | 
| Constructor Summary | |
AbstractDocument.ElementEdit(Element e,
                             int index,
                             Element[] removed,
                             Element[] added)
Constructs an edit record.  | 
|
| Method Summary | |
 Element[] | 
getChildrenAdded()
Gets a list of children that were added.  | 
 Element[] | 
getChildrenRemoved()
Gets a list of children that were removed.  | 
 Element | 
getElement()
Returns the underlying element.  | 
 int | 
getIndex()
Returns the index into the list of elements.  | 
 void | 
redo()
Redoes a change.  | 
 void | 
undo()
Undoes a change.  | 
| Methods inherited from class javax.swing.undo.AbstractUndoableEdit | 
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public AbstractDocument.ElementEdit(Element e,
                                    int index,
                                    Element[] removed,
                                    Element[] added)
e - the elementindex - the index into the model >= 0removed - a set of elements that were removedadded - a set of elements that were added| Method Detail | 
public Element getElement()
getElement in interface DocumentEvent.ElementChangepublic int getIndex()
getIndex in interface DocumentEvent.ElementChangepublic Element[] getChildrenRemoved()
getChildrenRemoved in interface DocumentEvent.ElementChangepublic Element[] getChildrenAdded()
getChildrenAdded in interface DocumentEvent.ElementChange
public void redo()
          throws CannotRedoException
redo in class AbstractUndoableEditCannotRedoException - if the change cannot be redone
public void undo()
          throws CannotUndoException
undo in class AbstractUndoableEditCannotUndoException - if the change cannot be undone
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.