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

Packages that use GraphPanelListener
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.control This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton.  
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.control   
com.tensegrity.gui.swt.graph   
 

Uses of GraphPanelListener in com.tensegrity.gui.graphdocument
 

Classes in com.tensegrity.gui.graphdocument that implement GraphPanelListener
 class GraphPanelAdapter
          Adapter for the GraphPanelListener interface.
 

Methods in com.tensegrity.gui.graphdocument with parameters of type GraphPanelListener
 void GraphPanel.addGraphPanelListener(GraphPanelListener listener)
          Adds a GraphPanelListener to this instance.
 void GraphPanel.removeGraphPanelListener(GraphPanelListener listener)
          Removes a GraphPanelListener from this instance.
 

Uses of GraphPanelListener in com.tensegrity.gui.swing.control
 

Classes in com.tensegrity.gui.swing.control that implement GraphPanelListener
 class SwingToolBar
          This SwingToolBar keeps care of its components when it comes to switching languages.
 

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

Methods in com.tensegrity.gui.swing.graph with parameters of type GraphPanelListener
 void SwingGraphPanel.addGraphPanelListener(GraphPanelListener listener)
           
 void SwingGraphPanel.removeGraphPanelListener(GraphPanelListener listener)
           
 

Uses of GraphPanelListener in com.tensegrity.gui.swt.control
 

Classes in com.tensegrity.gui.swt.control that implement GraphPanelListener
 class SwtToolBar
           This is the SWT implementation of the ToolBar interface.
 

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

Methods in com.tensegrity.gui.swt.graph with parameters of type GraphPanelListener
 void SwtGraphPanel.addGraphPanelListener(GraphPanelListener listener)
           
 void SwtGraphPanel.removeGraphPanelListener(GraphPanelListener listener)
           
 



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