public class SensorFrameworkTab
extends org.eclipse.debug.ui.AbstractLaunchConfigurationTab
| Constructor and Description |
|---|
SensorFrameworkTab()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
activated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
Deprecated.
|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
Deprecated.
|
void |
deactivated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
Deprecated.
|
String |
getName()
Deprecated.
|
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
Deprecated.
|
boolean |
isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
Deprecated.
|
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
Deprecated.
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
Deprecated.
|
public void createControl(org.eclipse.swt.widgets.Composite parent)
public String getName()
public 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 boolean isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig)
isValid in interface org.eclipse.debug.ui.ILaunchConfigurationTabisValid in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic 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.AbstractLaunchConfigurationTab