public class DownloadSourcesAction extends Object implements org.eclipse.ui.IObjectActionDelegate, org.eclipse.core.runtime.IExecutableExtension
Modifier and Type | Field and Description |
---|---|
static String |
ID_JAVADOC |
static String |
ID_SOURCES |
Constructor and Description |
---|
DownloadSourcesAction() |
DownloadSourcesAction(String id) |
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) |
void |
setInitializationData(org.eclipse.core.runtime.IConfigurationElement config,
String propertyName,
Object data) |
public static final String ID_SOURCES
public static final String ID_JAVADOC
public DownloadSourcesAction()
public DownloadSourcesAction(String id)
public void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config, String propertyName, Object data)
setInitializationData
in interface org.eclipse.core.runtime.IExecutableExtension
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
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.