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, initializeJavaProject
activated, 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, updateLaunchConfigurationDialog
protected 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 ILaunchConfigurationTab
initializeFrom
in class JavaLaunchTab
ILaunchConfigurationTab.initializeFrom(ILaunchConfiguration)
public void performApply(ILaunchConfigurationWorkingCopy configuration)
public String getId()
getId
in class AbstractLaunchConfigurationTab
AbstractLaunchConfigurationTab.getId()
public String getName()
ILaunchConfigurationTab.getName()
public Image getImage()
getImage
in interface ILaunchConfigurationTab
getImage
in class AbstractLaunchConfigurationTab
ILaunchConfigurationTab.getImage()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.