public class OpenPomAction
extends org.eclipse.ui.actions.ActionDelegate
implements org.eclipse.ui.IWorkbenchWindowActionDelegate
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenPomAction.MavenPathStorageEditorInput |
static class |
OpenPomAction.MavenStorageEditorInput
Storage editor input implementation for Maven poms
|
| Constructor and Description |
|---|
OpenPomAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.eclipse.ui.IWorkbenchWindow window) |
static org.eclipse.ui.IEditorPart |
openEditor(org.eclipse.ui.IEditorInput editorInput,
String name) |
static void |
openEditor(IndexedArtifact ia,
IndexedArtifactFile f,
org.eclipse.core.runtime.IProgressMonitor monitor) |
static org.eclipse.ui.IEditorPart |
openEditor(String groupId,
String artifactId,
String version,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
run(org.eclipse.jface.action.IAction action) |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection) |
public void init(org.eclipse.ui.IWorkbenchWindow window)
init in interface org.eclipse.ui.IWorkbenchWindowActionDelegatepublic void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
selectionChanged in interface org.eclipse.ui.IActionDelegateselectionChanged in class org.eclipse.ui.actions.ActionDelegatepublic void run(org.eclipse.jface.action.IAction action)
run in interface org.eclipse.ui.IActionDelegaterun in class org.eclipse.ui.actions.ActionDelegatepublic static void openEditor(IndexedArtifact ia, IndexedArtifactFile f, org.eclipse.core.runtime.IProgressMonitor monitor)
public static org.eclipse.ui.IEditorPart openEditor(String groupId, String artifactId, String version, org.eclipse.core.runtime.IProgressMonitor monitor)
public static org.eclipse.ui.IEditorPart openEditor(org.eclipse.ui.IEditorInput editorInput,
String name)
Copyright © 2005-2013 Sonatype, Inc.. All Rights Reserved.