HEADER

biouml.editor
Class DataCollectionAddUndo

java.lang.Object
  |
  +--javax.swing.undo.AbstractUndoableEdit
        |
        +--biouml.editor.DataCollectionRemoveUndo
              |
              +--biouml.editor.DataCollectionAddUndo

public class DataCollectionAddUndo
extends DataCollectionRemoveUndo


Constructor Summary
DataCollectionAddUndo(DataElement elementWillAdd, 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

DataCollectionAddUndo

public DataCollectionAddUndo(DataElement elementWillAdd, 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

FOOTER

BOTTOM