Uses of Class
org.eclipse.swt.events.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
Modifier and TypeMethodDescriptionprotected void
Viewer.fireHelpRequested
(HelpEvent event) Notifies any help listeners that help has been requested.protected void
Viewer.handleHelpRequest
(HelpEvent event) Handles a help request from the underlying SWT control. -
Uses of HelpEvent in org.eclipse.swt.events
Modifier and TypeMethodDescriptionvoid
HelpListener.helpRequested
(HelpEvent e) Sent when help is requested for a control, typically when the user presses F1.