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.IActionDelegate
public void setActivePart(org.eclipse.jface.action.IAction action, org.eclipse.ui.IWorkbenchPart targetPart)
setActivePart
in interface org.eclipse.ui.IObjectActionDelegate
public void run(org.eclipse.jface.action.IAction action)
run
in interface org.eclipse.ui.IActionDelegate
protected org.eclipse.swt.widgets.Shell getShell()