public class ShowDependencyHierarchyAction
extends org.eclipse.ui.actions.ActionDelegate
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID |
private org.eclipse.jface.viewers.IStructuredSelection |
selection |
Constructor and Description |
---|
ShowDependencyHierarchyAction() |
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) |
private void |
showDependencyHierarchy(ArtifactKey projectKey,
ArtifactKey artifactKey) |
public static final java.lang.String ID
private org.eclipse.jface.viewers.IStructuredSelection selection
public void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
selectionChanged
in interface org.eclipse.ui.IActionDelegate
selectionChanged
in class org.eclipse.ui.actions.ActionDelegate
public void run(org.eclipse.jface.action.IAction action)
run
in interface org.eclipse.ui.IActionDelegate
run
in class org.eclipse.ui.actions.ActionDelegate
private void showDependencyHierarchy(ArtifactKey projectKey, ArtifactKey artifactKey)