com.tssap.util.ui
Class ToolTipSupport

java.lang.Object
  |
  +--com.tssap.util.ui.ToolTipSupport

public class ToolTipSupport
extends java.lang.Object


Constructor Summary
ToolTipSupport()
           
 
Method Summary
static void activateToolTips(org.eclipse.jface.viewers.ContentViewer tv)
          After activation of tool tips in the viewer Objects shown in the viewer may have a tooltip.
The @see ILabelProvider used in the given content viewer has to implement @see ITooltipProvider providing the tooltip to be shown.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolTipSupport

public ToolTipSupport()
Method Detail

activateToolTips

public static void activateToolTips(org.eclipse.jface.viewers.ContentViewer tv)
After activation of tool tips in the viewer Objects shown in the viewer may have a tooltip.
The @see ILabelProvider used in the given content viewer has to implement @see ITooltipProvider providing the tooltip to be shown.
Parameters:
tv - the viewer in which tool tips shall appear


Copyright © 2005 SAP AG. All Rights Reserved.