Uses of Class
org.eclipse.swt.events.HelpEvent
Packages that use HelpEvent
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
SWT typed listener support.
-
Uses of HelpEvent in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type HelpEventModifier and TypeMethodDescriptionprotected voidViewer.fireHelpRequested(HelpEvent event) Notifies any help listeners that help has been requested.protected voidViewer.handleHelpRequest(HelpEvent event) Handles a help request from the underlying SWT control. -
Uses of HelpEvent in org.eclipse.swt.events
Methods in org.eclipse.swt.events with parameters of type HelpEventModifier and TypeMethodDescriptionvoidHelpListener.helpRequested(HelpEvent e) Sent when help is requested for a control, typically when the user presses F1.