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

Packages that use ToolTipGenerator
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 This package contains classes for a swt-based GraphApplication.  
com.tensegrity.gui.swt.control   
com.tensegrity.gui.swt.graph   
 

Uses of ToolTipGenerator in com.tensegrity.gui.graphdocument
 

Methods in com.tensegrity.gui.graphdocument that return ToolTipGenerator
 ToolTipGenerator GraphPanel.getToolTipGenerator()
          Returns the currently used tooltip generator
 

Methods in com.tensegrity.gui.graphdocument with parameters of type ToolTipGenerator
 void GraphPanel.setToolTipGenerator(ToolTipGenerator generator)
          Sets the tooltip generator to generate the tooltips for this component
 

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

Methods in com.tensegrity.gui.swing.graph that return ToolTipGenerator
 ToolTipGenerator SwingGraphPanel.getToolTipGenerator()
           
 

Methods in com.tensegrity.gui.swing.graph with parameters of type ToolTipGenerator
 void SwingGraphPanel.setToolTipGenerator(ToolTipGenerator toolTipGenerator)
          Sets the toolTipGenerator.
 

Uses of ToolTipGenerator in com.tensegrity.gui.swt
 

Classes in com.tensegrity.gui.swt that implement ToolTipGenerator
 class SwtToolTipGenerator
           This is the default SWT implementation of ToolTipGenerator.
 

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

Classes in com.tensegrity.gui.swt.control that implement ToolTipGenerator
 class SwtToolBar.SwtToolbarToolTipGenerator
           This is a SwtToolTipGenerator implementation for the SwtToolbar.
 

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

Classes in com.tensegrity.gui.swt.graph that implement ToolTipGenerator
 class SwtGraphPanelToolTipGenerator
           This is a default SwtToolTipGenerator implementation for the SwtGraphPanel.
 

Methods in com.tensegrity.gui.swt.graph that return ToolTipGenerator
 ToolTipGenerator SwtGraphPanel.getToolTipGenerator()
           
 

Methods in com.tensegrity.gui.swt.graph with parameters of type ToolTipGenerator
 void SwtGraphPanel.setToolTipGenerator(ToolTipGenerator generator)
           
 



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