public class ModuleProjectWizardAction
extends java.lang.Object
implements org.eclipse.ui.IObjectActionDelegate
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID
action id
|
private org.eclipse.swt.widgets.Shell |
parent
parent shell
|
private org.eclipse.jface.viewers.IStructuredSelection |
selection
the current selection
|
| Constructor and Description |
|---|
ModuleProjectWizardAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
run(org.eclipse.jface.action.IAction action)
Runs the action.
|
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
Handles the selection change
|
void |
setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart part)
Sets the active workbench part.
|
public static final java.lang.String ID
private org.eclipse.jface.viewers.IStructuredSelection selection
private org.eclipse.swt.widgets.Shell parent
public void run(org.eclipse.jface.action.IAction action)
run in interface org.eclipse.ui.IActionDelegatepublic void setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart part)
setActivePart in interface org.eclipse.ui.IObjectActionDelegatepublic void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
selectionChanged in interface org.eclipse.ui.IActionDelegate