Uses of Interface
com.tensegrity.gui.graphdocument.ModifiedVisualGraphListener

Packages that use ModifiedVisualGraphListener
com.tensegrity.gui.graphdocument This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents.  
com.tensegrity.gui.swing.graph The graph package contains the two panels required for the SwingGraphDocument, a NavigatorPanel and several components for the inplace editing supported by the SwingGraphPanel.  
com.tensegrity.gui.swt.graph   
 

Uses of ModifiedVisualGraphListener in com.tensegrity.gui.graphdocument
 

Classes in com.tensegrity.gui.graphdocument that implement ModifiedVisualGraphListener
 class ModifiedVisualGraphAdapter
          An Adapter to track changes of a visualgraph.
 

Methods in com.tensegrity.gui.graphdocument with parameters of type ModifiedVisualGraphListener
 void GraphPanel.addModifyListener(ModifiedVisualGraphListener listener)
          The method addModifyListener lets users to keep track on current changes of the represented VisualGraph.
 void GraphPanel.removeModifyListener(ModifiedVisualGraphListener listener)
          The method removeModifyListener should remove the passed listener from all the previously added listener lists.
 

Uses of ModifiedVisualGraphListener in com.tensegrity.gui.swing.graph
 

Methods in com.tensegrity.gui.swing.graph with parameters of type ModifiedVisualGraphListener
 void SwingGraphPanel.addModifyListener(ModifiedVisualGraphListener listener)
           
 void SwingGraphPanel.removeModifyListener(ModifiedVisualGraphListener listener)
          Removes the modifiy listener that checks for the first initial modification from a VisualGraph.
 

Uses of ModifiedVisualGraphListener in com.tensegrity.gui.swt.graph
 

Methods in com.tensegrity.gui.swt.graph with parameters of type ModifiedVisualGraphListener
 void SwtGraphPanel.removeModifyListener(ModifiedVisualGraphListener listener)
          Removes the modifiy listener that checks for the first initial modification from a VisualGraph.
 void SwtGraphPanel.addModifyListener(ModifiedVisualGraphListener listener)
           
 



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