com.tensegrity.graph.view
Class VisualGraphViewSettings

java.lang.Object
  extended bycom.tensegrity.graph.view.VisualGraphViewSettings

public class VisualGraphViewSettings
extends java.lang.Object

Global settings/flags are stored in this class.

Version:
$Id: VisualGraphViewSettings.java,v 1.3 2005/10/31 09:25:53 MichaelKegel Exp $
Author:
Stepan Rutz

Field Summary
static boolean MEMENTO_ROLLBACK_ACTIVATED
          Deprecated. this setting is no longer supported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MEMENTO_ROLLBACK_ACTIVATED

public static boolean MEMENTO_ROLLBACK_ACTIVATED
Deprecated. this setting is no longer supported

This global setting determines whether all existing VisualGraphView instance should internally track their state between the start of an user-interaction and the end of an-userinteraction; Depending on whether there was any structural change in the graph, an automatic undo is performed if the structure didn't change; This automatic behavior may lead to problems in a lot of scenarios however; use with caution.



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.