Package | Description |
---|---|
org.eclipse.jface.action |
Provides support for shared UI resources such as menus,
tool bars, and status lines.
|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.swt.widgets |
SWT widget public API classes.
|
org.eclipse.ui.actions |
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
|
org.eclipse.ui.help |
Classes for integration with the help support system
in the Eclipse Platform User Interface.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Method and Description |
---|---|
HelpListener |
Action.getHelpListener() |
HelpListener |
IAction.getHelpListener()
Returns a help listener for this action.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setHelpListener(HelpListener listener) |
void |
IAction.setHelpListener(HelpListener listener)
Sets a help listener for this action.
|
Modifier and Type | Method and Description |
---|---|
void |
Viewer.addHelpListener(HelpListener listener)
Adds a listener for help requests in this viewer.
|
void |
Viewer.removeHelpListener(HelpListener listener)
Removes the given help listener from this viewer.
|
Modifier and Type | Method and Description |
---|---|
void |
MenuItem.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 the
HelpListener
interface. |
void |
Menu.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 the
HelpListener interface. |
void |
Control.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 the
HelpListener interface. |
void |
MenuItem.removeHelpListener(HelpListener listener)
Removes the listener from the collection of listeners who will
be notified when the help events are generated for the control.
|
void |
Menu.removeHelpListener(HelpListener listener)
Removes the listener from the collection of listeners who will
be notified when the help events are generated for the control.
|
void |
Control.removeHelpListener(HelpListener listener)
Removes the listener from the collection of listeners who will
be notified when the help events are generated for the control.
|
Modifier and Type | Method and Description |
---|---|
void |
RetargetAction.setHelpListener(HelpListener listener)
The
RetargetAction implementation of this method declared on
IAction stores the help listener in a local field. |
Modifier and Type | Method and Description |
---|---|
static HelpListener |
WorkbenchHelp.createHelpListener(ICommand command)
Deprecated.
Creates a new help listener for the given command.
|
Modifier and Type | Method and Description |
---|---|
HelpListener |
TextNavigationAction.getHelpListener() |
Modifier and Type | Method and Description |
---|---|
void |
RetargetTextEditorAction.setHelpListener(HelpListener listener)
The
RetargetTextEditorAction implementation of this method declared on
IAction stores the help listener in a local field. |
void |
TextNavigationAction.setHelpListener(HelpListener listener) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.