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.AbstractUndoableEditRedoName, UndoName
 
- 
 - 
Constructor SummaryConstructors Constructor Description FigureDeleteEdit(FigureEditor figureEditor, boolean performDelete, Figure... figuresToDelete)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddie()StringgetPresentationName()voidredo()voidundo()- 
Methods inherited from class javax.swing.undo.AbstractUndoableEditaddEdit, canRedo, canUndo, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
FigureDeleteEditpublic FigureDeleteEdit(FigureEditor figureEditor, boolean performDelete, Figure... figuresToDelete) 
 
- 
 - 
Method Detail- 
getPresentationNamepublic String getPresentationName() - Specified by:
- getPresentationNamein interface- UndoableEdit
- Overrides:
- getPresentationNamein class- AbstractUndoableEdit
 
 - 
diepublic void die() - Specified by:
- diein interface- UndoableEdit
- Overrides:
- diein class- AbstractUndoableEdit
 
 - 
undopublic void undo() throws CannotUndoException- Specified by:
- undoin interface- UndoableEdit
- Overrides:
- undoin class- AbstractUndoableEdit
- Throws:
- CannotUndoException
 
 - 
redopublic void redo() throws CannotRedoException- Specified by:
- redoin interface- UndoableEdit
- Overrides:
- redoin class- AbstractUndoableEdit
- Throws:
- CannotRedoException
 
 
- 
 
-