Uses of Class
org.eclipse.swt.widgets.ToolTip
Packages that use ToolTip
-
Uses of ToolTip in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as ToolTipModifier and TypeFieldDescription(package private) ToolTipTrayItem.toolTip(package private) ToolTip[]Shell.toolTipsMethods in org.eclipse.swt.widgets that return ToolTipModifier and TypeMethodDescriptionTrayItem.getToolTip()Returns the receiver's tool tip, or null if it has not been set.Methods in org.eclipse.swt.widgets with parameters of type ToolTipModifier and TypeMethodDescription(package private) voidShell.addToolTip(ToolTip toolTip) (package private) voidShell.removeTooTip(ToolTip toolTip) voidTrayItem.setToolTip(ToolTip toolTip) Sets the receiver's tool tip to the argument, which may be null indicating that no tool tip should be shown.