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.IExecutableExtensionpublic void run(org.eclipse.jface.action.IAction action)
run in interface org.eclipse.ui.IActionDelegatepublic void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
selectionChanged in interface org.eclipse.ui.IActionDelegatepublic void setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
setActivePart in interface org.eclipse.ui.IObjectActionDelegateCopyright © 2005–2021 Eclipse Foundation. All rights reserved.