Uses of Interface
org.eclipse.swt.events.HelpListener
Packages that use HelpListener
Package
Description
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
SWT widget public API classes.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of HelpListener in org.eclipse.jface.action
Methods in org.eclipse.jface.action that return HelpListenerModifier and TypeMethodDescriptionAction.getHelpListener()IAction.getHelpListener()Returns a help listener for this action.Methods in org.eclipse.jface.action with parameters of type HelpListenerModifier and TypeMethodDescriptionvoidAction.setHelpListener(HelpListener listener) voidIAction.setHelpListener(HelpListener listener) Sets a help listener for this action. -
Uses of HelpListener in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type HelpListenerModifier and TypeMethodDescriptionvoidViewer.addHelpListener(HelpListener listener) Adds a listener for help requests in this viewer.voidViewer.removeHelpListener(HelpListener listener) Removes the given help listener from this viewer. -
Uses of HelpListener in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type HelpListenerModifier and TypeMethodDescriptionvoidControl.addHelpListener(HelpListener listener) Adds the listener to the collection of listeners who will be notified when help events are generated for the control, by sending it one of the messages defined in theHelpListenerinterface.voidMenu.addHelpListener(HelpListener listener) Adds the listener to the collection of listeners who will be notified when help events are generated for the control, by sending it one of the messages defined in theHelpListenerinterface.voidMenuItem.addHelpListener(HelpListener listener) Adds the listener to the collection of listeners who will be notified when the help events are generated for the control, by sending it one of the messages defined in theHelpListenerinterface.voidControl.removeHelpListener(HelpListener listener) Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.voidMenu.removeHelpListener(HelpListener listener) Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.voidMenuItem.removeHelpListener(HelpListener listener) Removes the listener from the collection of listeners who will be notified when the help events are generated for the control. -
Uses of HelpListener in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type HelpListenerModifier and TypeMethodDescriptionvoidRetargetAction.setHelpListener(HelpListener listener) TheRetargetActionimplementation of this method declared onIActionstores the help listener in a local field. -
Uses of HelpListener in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal with parameters of type HelpListenerModifier and TypeMethodDescriptionvoidWWinPluginAction.setHelpListener(HelpListener listener) TheWWinPluginActionimplementation of this method declared onIActionstores the help listener in a local field. -
Uses of HelpListener in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return HelpListenerMethods in org.eclipse.ui.texteditor with parameters of type HelpListenerModifier and TypeMethodDescriptionvoidRetargetTextEditorAction.setHelpListener(HelpListener listener) TheRetargetTextEditorActionimplementation of this method declared onIActionstores the help listener in a local field.voidTextNavigationAction.setHelpListener(HelpListener listener)