public class FeatureOptionsTab
extends org.eclipse.debug.ui.AbstractLaunchConfigurationTab
| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGIN_ID
The id of this plug-in.
|
| Constructor and Description |
|---|
FeatureOptionsTab() |
| Modifier and Type | Method and Description |
|---|---|
void |
activated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy) |
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
void |
deactivated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy) |
String |
getId() |
org.eclipse.swt.graphics.Image |
getImage() |
String |
getName() |
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration) |
boolean |
isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig) |
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) |
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) |
public static final String PLUGIN_ID
public void createControl(org.eclipse.swt.widgets.Composite parent)
public boolean isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
isValid in interface org.eclipse.debug.ui.ILaunchConfigurationTabisValid in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic String getName()
public org.eclipse.swt.graphics.Image getImage()
getImage in interface org.eclipse.debug.ui.ILaunchConfigurationTabgetImage in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
public void activated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
activated in interface org.eclipse.debug.ui.ILaunchConfigurationTabactivated in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic void deactivated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
deactivated in interface org.eclipse.debug.ui.ILaunchConfigurationTabdeactivated in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic String getId()
getId in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab