public class BinaryProjectImportAction
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.IWorkbenchPartSite |
site |
private org.eclipse.ui.IWorkbench |
workbench |
Constructor and Description |
---|
BinaryProjectImportAction() |
Modifier and Type | Method and Description |
---|---|
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.IWorkbench workbench
private org.eclipse.ui.IWorkbenchPartSite site
public void run(org.eclipse.jface.action.IAction action)
run
in interface org.eclipse.ui.IActionDelegate
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