ptolemy.vergil.gt
Class GTFrameTools

java.lang.Object
  extended by ptolemy.vergil.gt.GTFrameTools

public class GTFrameTools
extends java.lang.Object

Since:
Ptolemy II 8.0
Version:
$Id: GTFrameTools.java 57044 2010-01-27 22:41:05Z cxh $
Author:
Thomas Huining Feng
Accepted Rating:
Red (tfeng)
Proposed Rating:
Red (tfeng)

Nested Class Summary
static class GTFrameTools.DelegatedUndoStackAttribute
           
static class GTFrameTools.ModelChangeRequest
           
 
Constructor Summary
GTFrameTools()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GTFrameTools

public GTFrameTools()
Method Detail

changeModel

public static void changeModel(BasicGraphFrame frame,
                               CompositeEntity model,
                               boolean undoable,
                               boolean delegateUndoStack)

changeModel

public static void changeModel(BasicGraphFrame frame,
                               CompositeEntity model,
                               boolean undoable,
                               boolean delegateUndoStack,
                               UndoAction undoAction)

executeModelChange

public static void executeModelChange(BasicGraphFrame frame,
                                      CompositeEntity model)