HEADER

biouml.editor
Class DataCollectionRemoveUndo

java.lang.Object
  |
  +--javax.swing.undo.AbstractUndoableEdit
        |
        +--biouml.editor.DataCollectionRemoveUndo
Direct Known Subclasses:
DataCollectionAddUndo

public class DataCollectionRemoveUndo
extends AbstractUndoableEdit


Constructor Summary
DataCollectionRemoveUndo(DataElement elementWillRemove, DataCollection parent)
           

Method Summary
 StringgetPresentationName()
           
 voidredo()
           
 voidundo()
           

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

Constructor Detail

DataCollectionRemoveUndo

public DataCollectionRemoveUndo(DataElement elementWillRemove, DataCollection parent)
Method Detail

getPresentationName

public String getPresentationName()

redo

public void redo()
throws javax.swing.undo.CannotRedoException

undo

public void undo()
throws javax.swing.undo.CannotUndoException

Association Links

to Class ru.biosoft.access.DataElement

to Class ru.biosoft.access.DataCollection


FOOTER

BOTTOM