|
||||||||||
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.amp.amf.ide.LaunchConfigTab
public class LaunchConfigTab
This class defines the Ascapelaunch config main tab. It is based on MWELaunchConfigMainTab, which is in turn based on
the Java one org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
, but shows a workflow file
instead of a Java class.
There is an additional javaDebugCheckbox
to be able to select the debug process (oAW debug or Java
debug)
Field Summary | |
---|---|
protected org.eclipse.swt.widgets.Text |
modelClassText
|
Constructor Summary | |
---|---|
LaunchConfigTab()
|
Method Summary | |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
Configurator |
getConfigurator()
|
java.lang.String |
getName()
|
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration config)
|
boolean |
isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
|
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
|
void |
setRuntimeConfig(Configurator runtimeConfig)
|
Methods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab |
---|
getContext, getCurrentLaunchConfiguration, initializeJavaProject |
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
---|
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getHelpContextId, getId, getImage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, isDirty, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, updateLaunchConfigurationDialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.eclipse.swt.widgets.Text modelClassText
Constructor Detail |
---|
public LaunchConfigTab()
Method Detail |
---|
public void createControl(org.eclipse.swt.widgets.Composite parent)
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration config)
initializeFrom
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
initializeFrom
in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab
public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
isValid
in interface org.eclipse.debug.ui.ILaunchConfigurationTab
isValid
in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
public java.lang.String getName()
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy config)
public Configurator getConfigurator()
public void setRuntimeConfig(Configurator runtimeConfig)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |