public class DisableNatureAction
extends java.lang.Object
implements org.eclipse.ui.IObjectActionDelegate
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID |
private static org.slf4j.Logger |
log |
private org.eclipse.jface.viewers.ISelection |
selection |
Constructor and Description |
---|
DisableNatureAction() |
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 static final org.slf4j.Logger log
public static final java.lang.String ID
private org.eclipse.jface.viewers.ISelection selection
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