|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab
org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
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
A launch configuration tab that displays and edits source lookup path launch configuration attributes.
This class may be instantiated.
Field Summary | |
---|---|
protected org.eclipse.jdt.internal.debug.ui.launcher.SourceLookupBlock |
fSourceLookupBlock
Deprecated. |
Constructor Summary | |
---|---|
JavaSourceLookupTab()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab |
---|
getContext, getCurrentLaunchConfiguration, initializeJavaProject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.eclipse.jdt.internal.debug.ui.launcher.SourceLookupBlock fSourceLookupBlock
Constructor Detail |
---|
public JavaSourceLookupTab()
Method Detail |
---|
public void createControl(Composite parent)
ILaunchConfigurationTab.createControl(Composite)
public void setDefaults(ILaunchConfigurationWorkingCopy configuration)
ILaunchConfigurationTab.setDefaults(ILaunchConfigurationWorkingCopy)
public void initializeFrom(ILaunchConfiguration configuration)
initializeFrom
in interface ILaunchConfigurationTab
initializeFrom
in class JavaLaunchTab
ILaunchConfigurationTab.initializeFrom(ILaunchConfiguration)
public void performApply(ILaunchConfigurationWorkingCopy configuration)
ILaunchConfigurationTab.performApply(ILaunchConfigurationWorkingCopy)
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()
|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.