Java org.eclipse.jface.window ToolTip fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.window ToolTip fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.window ToolTip.

The text is from its open source code.

Subclass

org.eclipse.jface.window.ToolTip has subclasses.
Click this link to see all its subclasses.

Field

intRECREATE
Recreate the tooltip on every mouse move
intNO_RECREATE
Don't recreate the tooltip as long the mouse doesn't leave the area triggering the tooltip creation

Constructor

ToolTip(Control control, int style, boolean manualActivation)
ToolTip(Control control)
Create new instance which add TooltipSupport to the widget

Method

voidactivate()
Activate tooltip support for this control
voiddeactivate()
Deactivate tooltip support for the underlying control
voidhide()
Hide the currently active tool tip
voidsetHideDelay(int hideDelay)
Set the hide delay.
voidsetHideOnMouseDown(final boolean hideOnMouseDown)
If you don't want the tool tip to be hidden when the user clicks inside the tool tip set this to false.
voidsetPopupDelay(int popupDelay)
Set the popup delay.
voidsetShift(Point p)
Set the shift (from the mouse position triggered the event) used to display the tooltip.
voidshow(Point location)
Start up the tooltip programmatically