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
.public class JavaSourceLookupTab extends JavaLaunchTab
This class may be instantiated. This class is not intended to be subclassed.
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.
|
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, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, isValid, launched, setAttribute, setControl, setDirty, setErrorMessage, setLaunchConfigurationDialog, setMessage, 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 getName()
ILaunchConfigurationTab.getName()
public Image getImage()
getImage
in interface ILaunchConfigurationTab
getImage
in class AbstractLaunchConfigurationTab
ILaunchConfigurationTab.getImage()
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.