Class FigureDeleteEdit
- java.lang.Object
-
- javax.swing.undo.AbstractUndoableEdit
-
- com.bc.ceres.swing.figure.support.FigureDeleteEdit
-
- All Implemented Interfaces:
Serializable
,UndoableEdit
public class FigureDeleteEdit extends AbstractUndoableEdit
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
-
-
Constructor Summary
Constructors Constructor Description FigureDeleteEdit(FigureEditor figureEditor, boolean performDelete, Figure... figuresToDelete)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
die()
String
getPresentationName()
void
redo()
void
undo()
-
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
-
-
-
-
Constructor Detail
-
FigureDeleteEdit
public FigureDeleteEdit(FigureEditor figureEditor, boolean performDelete, Figure... figuresToDelete)
-
-
Method Detail
-
getPresentationName
public String getPresentationName()
- Specified by:
getPresentationName
in interfaceUndoableEdit
- Overrides:
getPresentationName
in classAbstractUndoableEdit
-
die
public void die()
- Specified by:
die
in interfaceUndoableEdit
- Overrides:
die
in classAbstractUndoableEdit
-
undo
public void undo() throws CannotUndoException
- Specified by:
undo
in interfaceUndoableEdit
- Overrides:
undo
in classAbstractUndoableEdit
- Throws:
CannotUndoException
-
redo
public void redo() throws CannotRedoException
- Specified by:
redo
in interfaceUndoableEdit
- Overrides:
redo
in classAbstractUndoableEdit
- Throws:
CannotRedoException
-
-