T
- The product node type.public class UndoableProductNodeInsertion<T extends ProductNode> extends AbstractUndoableEdit
ProductNode
.RedoName, UndoName
Constructor and Description |
---|
UndoableProductNodeInsertion(ProductNodeGroup<T> productNodeGroup,
T productNode) |
Modifier and Type | Method and Description |
---|---|
void |
die() |
String |
getPresentationName() |
T |
getProductNode() |
void |
redo() |
void |
undo() |
addEdit, canRedo, canUndo, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
public UndoableProductNodeInsertion(ProductNodeGroup<T> productNodeGroup, T productNode)
public T getProductNode()
public String getPresentationName()
getPresentationName
in interface UndoableEdit
getPresentationName
in class AbstractUndoableEdit
public void undo() throws CannotUndoException
undo
in interface UndoableEdit
undo
in class AbstractUndoableEdit
CannotUndoException
public void redo() throws CannotRedoException
redo
in interface UndoableEdit
redo
in class AbstractUndoableEdit
CannotRedoException
public void die()
die
in interface UndoableEdit
die
in class AbstractUndoableEdit
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.