|
Eclipse JDT Release 3.5 |
|||||||||
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
public abstract class JavaLaunchTab
Common function for Java launch configuration tabs.
Clients may subclass this class.
Constructor Summary | |
---|---|
JavaLaunchTab()
|
Method Summary | |
---|---|
protected IJavaElement |
getContext()
Returns the current Java element context in the active workbench page or null if none. |
protected ILaunchConfiguration |
getCurrentLaunchConfiguration()
Returns the launch configuration this tab was initialized from. |
void |
initializeFrom(ILaunchConfiguration config)
|
protected void |
initializeJavaProject(IJavaElement javaElement,
ILaunchConfigurationWorkingCopy config)
Sets the Java project attribute on the given working copy to the Java project associated with the given Java element. |
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
---|
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getId, getImage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, isValid, launched, setAttribute, setControl, setDirty, setErrorMessage, setLaunchConfigurationDialog, setMessage, updateLaunchConfigurationDialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTab |
---|
createControl, getName, performApply, setDefaults |
Constructor Detail |
---|
public JavaLaunchTab()
Method Detail |
---|
protected IJavaElement getContext()
null
if none.
null
protected ILaunchConfiguration getCurrentLaunchConfiguration()
protected void initializeJavaProject(IJavaElement javaElement, ILaunchConfigurationWorkingCopy config)
javaElement
- Java model element this tab is associated withconfig
- configuration on which to set the Java project attributepublic void initializeFrom(ILaunchConfiguration config)
|
Eclipse JDT Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |