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

Packages that use GraphPanelDragListener
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 GraphPanelDragListener in com.tensegrity.gui.graphdocument
 

Classes in com.tensegrity.gui.graphdocument that implement GraphPanelDragListener
 class ElementConflictListener
          ElementConflictListener
 

Methods in com.tensegrity.gui.graphdocument with parameters of type GraphPanelDragListener
 void GraphPanel.addDragListener(GraphPanelDragListener listener)
          Adds a listener that will react on drag events like start, enter, exit, move and drop.
 void GraphPanel.removeDragListener(GraphPanelDragListener listener)
          Removed a listener that will react on drag events like start, enter, exit, move and drop.
 

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

Methods in com.tensegrity.gui.swing.graph with parameters of type GraphPanelDragListener
 void SwingGraphPanel.addDragListener(GraphPanelDragListener listener)
           
 void SwingGraphPanel.removeDragListener(GraphPanelDragListener listener)
           
 

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

Methods in com.tensegrity.gui.swt.graph with parameters of type GraphPanelDragListener
 void SwtGraphPanel.addDragListener(GraphPanelDragListener listener)
           
 void SwtGraphPanel.removeDragListener(GraphPanelDragListener listener)
           
 



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