com.tensegrity.gui.swt.graph
Class SwtGraphPanelToolTipGenerator

java.lang.Object
  extended bycom.tensegrity.gui.swt.SwtToolTipGenerator
      extended bycom.tensegrity.gui.swt.graph.SwtGraphPanelToolTipGenerator
All Implemented Interfaces:
ToolTipGenerator

public abstract class SwtGraphPanelToolTipGenerator
extends SwtToolTipGenerator

This is a default SwtToolTipGenerator implementation for the SwtGraphPanel.

Version:
$Id: SwtGraphPanelToolTipGenerator.java,v 1.3 2005/08/02 08:05:06 SebastienGuyon Exp $
Author:
S�bastien Guyon

Constructor Summary
SwtGraphPanelToolTipGenerator(SwtGraphPanel panel)
          Initializes and activates tooltips on the given SwtGraphPanel.
 
Method Summary
protected  SwtGraphPanel getSwtGraphPanel()
          Returns the SwtGraphPanel associated with this tooltip generator.
 
Methods inherited from class com.tensegrity.gui.swt.SwtToolTipGenerator
createTooltip, destroy, getControl, getDismissDelay, getInitialDelay, getOffsetX, getOffsetY, getReshowDelay, getTooltipBackGroundColor, getTooltipForeGroundColor, isEnabled, setDismissDelay, setEnabled, setInitialDelay, setReshowDelay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tensegrity.gui.graphdocument.ToolTipGenerator
getToolTip, getToolTip
 

Constructor Detail

SwtGraphPanelToolTipGenerator

public SwtGraphPanelToolTipGenerator(SwtGraphPanel panel)
Initializes and activates tooltips on the given SwtGraphPanel.

Parameters:
panel - the SwtGraphPanel associated with this tooltip generator.
Method Detail

getSwtGraphPanel

protected SwtGraphPanel getSwtGraphPanel()
Returns the SwtGraphPanel associated with this tooltip generator.

Returns:
the SwtGraphPanel associated with this tooltip generator.


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