javax.swing.undo
Class AbstractUndoableEdit
java.lang.Object
|
+--javax.swing.undo.AbstractUndoableEdit
All Implemented Interfaces:
UndoableEdit, Serializable
AbstractUndoableEdit
Author:RedoName
protected static final String RedoName
String returned by getRedoPresentationName()
UndoName
protected static final String UndoName
String returned by getUndoPresentationName()
AbstractUndoableEdit
public AbstractUndoableEdit()
Create new AbstractUndoableEdit
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
getPresentationName
public String getPresentationName()
getPresentation
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:
toString
public String toString()
String representation
undo
public void undo()
undo
Throws: