biouml.editor
Class DataCollectionRemoveUndo
java.lang.Object
|
+--javax.swing.undo.AbstractUndoableEdit
|
+--biouml.editor.DataCollectionRemoveUndo
- Direct Known Subclasses:
- DataCollectionAddUndo
- public class DataCollectionRemoveUndo
- extends AbstractUndoableEdit
| Methods inherited from class javax.swing.undo.AbstractUndoableEdit |
die, canUndo, canRedo, addEdit, replaceEdit, isSignificant, getUndoPresentationName, getRedoPresentationName, toString |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait |
DataCollectionRemoveUndo
public DataCollectionRemoveUndo(DataElement elementWillRemove, DataCollection parent)
getPresentationName
public String getPresentationName()
redo
public void redo()
throws javax.swing.undo.CannotRedoException
undo
public void undo()
throws javax.swing.undo.CannotUndoException
to Class ru.biosoft.access.DataElement
to Class ru.biosoft.access.DataCollection
BOTTOM