javax.swing.undo
Class CompoundEdit
java.lang.Object
|
+--javax.swing.undo.AbstractUndoableEdit
|
+--javax.swing.undo.CompoundEdit
CompoundEdit
Author:edits
protected Vector edits
The collection of UndoableEdits undone/redone en
masse by this CompoundEdit
CompoundEdit
public CompoundEdit()
Create new Compound Edit
addEdit
public boolean addEdit(javax.swing.undo.UndoableEdit anEdit)
addEdit
Parameters:
canRedo
public boolean canRedo()
canRedo
canUndo
public boolean canUndo()
canUndo
die
public void die()
die
end
public void end()
end
getPresentationName
public String getPresentationName()
getPresentationName
getRedoPresentationName
public String getRedoPresentationName()
getRedoPresentationName
getUndoPresentationName
public String getUndoPresentationName()
getUndoPresentationName
isInProgress
public boolean isInProgress()
isInProgress
isSignificant
public boolean isSignificant()
isSignigicant
lastEdit
protected UndoableEdit lastEdit()
lastEdit
redo
public void redo()
redo
Throws:
toString
public String toString()
String representation
undo
public void undo()
undo
Throws: