javax.swing.undo
Interface UndoableEdit
java.lang.Object
|
+--javax.swing.undo.UndoableEdit
public interface UndoableEdit
UndoableEdit interface
Author:addEdit
public boolean addEdit(javax.swing.undo.UndoableEdit anEdit)
anEdit
Parameters:
canRedo
public boolean canRedo()
canRedo
canUndo
public boolean canUndo()
canRedo
die
public void die()
die
getPresentationName
public String getPresentationName()
getPresentationName
getRedoPresentationName
public String getRedoPresentationName()
getRedoPresentationName
getUndoPresentationName
public String getUndoPresentationName()
getUndoPresentationName
isSignificant
public boolean isSignificant()
isSignificant
redo
public void redo()
redo
Throws:
replaceEdit
public boolean replaceEdit(javax.swing.undo.UndoableEdit anEdit)
replaceEdit
Parameters:
undo
public void undo()
undo
Throws: