org.eclipse.debug.core.sourcelookup
and org.eclipse.debug.core.sourcelookup.containers. This class
has been replaced by a source lookup tab in the debug platform -
org.eclipse.debug.ui.sourcelookup.SourceLookupTab.@Deprecated public class JavaSourceLookupTab extends JavaLaunchTab
This class may be instantiated.
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.jdt.internal.debug.ui.launcher.SourceLookupBlock |
fSourceLookupBlock
Deprecated.
|
| Constructor and Description |
|---|
JavaSourceLookupTab()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
createControl(Composite parent)
Deprecated.
|
String |
getId()
Deprecated.
|
Image |
getImage()
Deprecated.
|
String |
getName()
Deprecated.
|
void |
initializeFrom(ILaunchConfiguration configuration)
Deprecated.
|
void |
performApply(ILaunchConfigurationWorkingCopy configuration)
Deprecated.
|
void |
setDefaults(ILaunchConfigurationWorkingCopy configuration)
Deprecated.
|
getContext, getCurrentLaunchConfiguration, initializeJavaProjectactivated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getHelpContextId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, isDirty, isValid, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage, updateLaunchConfigurationDialogprotected org.eclipse.jdt.internal.debug.ui.launcher.SourceLookupBlock fSourceLookupBlock
public void createControl(Composite parent)
public void setDefaults(ILaunchConfigurationWorkingCopy configuration)
public void initializeFrom(ILaunchConfiguration configuration)
initializeFrom in interface ILaunchConfigurationTabinitializeFrom in class JavaLaunchTabILaunchConfigurationTab.initializeFrom(ILaunchConfiguration)public void performApply(ILaunchConfigurationWorkingCopy configuration)
public String getId()
getId in class AbstractLaunchConfigurationTabAbstractLaunchConfigurationTab.getId()public String getName()
ILaunchConfigurationTab.getName()public Image getImage()
getImage in interface ILaunchConfigurationTabgetImage in class AbstractLaunchConfigurationTabILaunchConfigurationTab.getImage()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.