public static class GTFrameTools.ModelChangeRequest extends ChangeRequest
Constructor and Description |
---|
ModelChangeRequest(java.lang.Object originator,
BasicGraphFrame frame,
CompositeEntity model) |
ModelChangeRequest(java.lang.Object originator,
BasicGraphFrame frame,
CompositeEntity model,
UndoAction undoAction) |
Modifier and Type | Method and Description |
---|---|
protected void |
_execute()
Execute the change.
|
void |
setUndoable(boolean undoable) |
addChangeListener, execute, getDescription, getLocality, getSource, isErrorReported, isPersistent, isStructuralChange, removeChangeListener, setDescription, setErrorReported, setListeners, setPersistent, waitForCompletion
public ModelChangeRequest(java.lang.Object originator, BasicGraphFrame frame, CompositeEntity model)
public ModelChangeRequest(java.lang.Object originator, BasicGraphFrame frame, CompositeEntity model, UndoAction undoAction)
public void setUndoable(boolean undoable)
protected void _execute() throws java.lang.Exception
ChangeRequest
_execute
in class ChangeRequest
java.lang.Exception
- If the change fails.