Class FigureInsertEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
com.bc.ceres.swing.figure.support.FigureInsertEdit
- All Implemented Interfaces:
Serializable,UndoableEdit
- See Also:
-
Field Summary
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName -
Constructor Summary
ConstructorsConstructorDescriptionFigureInsertEdit(FigureEditor figureEditor, boolean performInsert, Figure... figuresToInsert) -
Method Summary
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
-
Constructor Details
-
FigureInsertEdit
public FigureInsertEdit(FigureEditor figureEditor, boolean performInsert, Figure... figuresToInsert)
-
-
Method Details
-
getPresentationName
- Specified by:
getPresentationNamein interfaceUndoableEdit- Overrides:
getPresentationNamein classAbstractUndoableEdit
-
die
public void die()- Specified by:
diein interfaceUndoableEdit- Overrides:
diein classAbstractUndoableEdit
-
undo
- Specified by:
undoin interfaceUndoableEdit- Overrides:
undoin classAbstractUndoableEdit- Throws:
CannotUndoException
-
redo
- Specified by:
redoin interfaceUndoableEdit- Overrides:
redoin classAbstractUndoableEdit- Throws:
CannotRedoException
-