public class OptionsAction
extends java.lang.Object
implements org.eclipse.ui.IWorkbenchWindowActionDelegate
| Red (tfeng) |
| Red (tfeng) |
| Constructor and Description |
|---|
OptionsAction() |
| 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 pop up the Options dialog.
|
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
Handle the change of selection.
|
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).