public class CheckoutAsMavenAction
extends java.lang.Object
implements org.eclipse.ui.IObjectActionDelegate
| Modifier and Type | Field and Description |
|---|---|
private org.eclipse.jface.viewers.IStructuredSelection |
selection |
private org.eclipse.ui.IWorkbenchPart |
targetPart |
| Constructor and Description |
|---|
CheckoutAsMavenAction() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.swt.widgets.Shell |
getShell() |
void |
run(org.eclipse.jface.action.IAction action) |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection) |
void |
setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart) |
private org.eclipse.jface.viewers.IStructuredSelection selection
private org.eclipse.ui.IWorkbenchPart targetPart
public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
selectionChanged in interface org.eclipse.ui.IActionDelegatepublic void setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
setActivePart in interface org.eclipse.ui.IObjectActionDelegatepublic void run(org.eclipse.jface.action.IAction action)
run in interface org.eclipse.ui.IActionDelegateprotected org.eclipse.swt.widgets.Shell getShell()