public class GTFrameTools
extends java.lang.Object
Red (tfeng) |
Red (tfeng) |
Modifier and Type | Class and Description |
---|---|
static class |
GTFrameTools.DelegatedUndoStackAttribute |
static class |
GTFrameTools.ModelChangeRequest |
Constructor and Description |
---|
GTFrameTools() |
Modifier and Type | Method and Description |
---|---|
static void |
changeModel(BasicGraphFrame frame,
CompositeEntity model,
boolean undoable,
boolean delegateUndoStack) |
static void |
changeModel(BasicGraphFrame frame,
CompositeEntity model,
boolean undoable,
boolean delegateUndoStack,
UndoAction undoAction) |
static void |
executeModelChange(BasicGraphFrame frame,
CompositeEntity model) |
public static void changeModel(BasicGraphFrame frame, CompositeEntity model, boolean undoable, boolean delegateUndoStack)
public static void changeModel(BasicGraphFrame frame, CompositeEntity model, boolean undoable, boolean delegateUndoStack, UndoAction undoAction)
public static void executeModelChange(BasicGraphFrame frame, CompositeEntity model)