public class HelpAction
extends java.lang.Object
implements org.eclipse.ui.IWorkbenchWindowActionDelegate
| Red (tfeng) |
| Red (tfeng) |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HELP_RESOURCE
The table of contents of the Eclipse backtracking plugin help.
|
| Constructor and Description |
|---|
HelpAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose of system resources allocated for this actions.
|
void |
init(org.eclipse.ui.IWorkbenchWindow window)
Initialize the action with a window as its parent.
|
void |
run(org.eclipse.jface.action.IAction action)
Activate the action and show the Eclipse help center.
|
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
Handle the change of selection.
|
public static final java.lang.String HELP_RESOURCE
public void dispose()
dispose in interface org.eclipse.ui.IWorkbenchWindowActionDelegatepublic void init(org.eclipse.ui.IWorkbenchWindow window)
init in interface org.eclipse.ui.IWorkbenchWindowActionDelegatewindow - The parent window.public void run(org.eclipse.jface.action.IAction action)
run in interface org.eclipse.ui.IActionDelegateaction - The action proxy (not used in this method).public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
selectionChanged in interface org.eclipse.ui.IActionDelegateaction - The action proxy (not used in this method).selection - The new selection (not used in this method).