public class WeightsTab extends MetricTab
| Constructor and Description |
|---|
WeightsTab() |
| Modifier and Type | Method and Description |
|---|---|
void |
activated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy) |
boolean |
canSave() |
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
void |
deactivated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy) |
void |
dispose() |
org.eclipse.swt.widgets.Control |
getControl() |
String |
getErrorMessage() |
org.eclipse.swt.graphics.Image |
getImage() |
String |
getMessage() |
String |
getName() |
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration) |
boolean |
isValid(org.eclipse.debug.core.ILaunchConfiguration launchConfig) |
void |
launched(org.eclipse.debug.core.ILaunch launch) |
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) |
static void |
setDefault(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
Helper method to set the default values
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) |
getModelAnalyzerTabGroupBlackboard, setModelAnalyzerTabGroupBlackboard, setParentLaunchConfigurationTabpublic void activated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
activated in interface org.eclipse.debug.ui.ILaunchConfigurationTabactivated in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic boolean canSave()
canSave in interface org.eclipse.debug.ui.ILaunchConfigurationTabcanSave in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic void createControl(org.eclipse.swt.widgets.Composite parent)
public void deactivated(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy)
deactivated in interface org.eclipse.debug.ui.ILaunchConfigurationTabdeactivated in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic void dispose()
dispose in interface org.eclipse.debug.ui.ILaunchConfigurationTabdispose in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic org.eclipse.swt.widgets.Control getControl()
getControl in interface org.eclipse.debug.ui.ILaunchConfigurationTabgetControl in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic String getErrorMessage()
getErrorMessage in interface org.eclipse.debug.ui.ILaunchConfigurationTabgetErrorMessage in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic org.eclipse.swt.graphics.Image getImage()
getImage in interface org.eclipse.debug.ui.ILaunchConfigurationTabgetImage in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic String getMessage()
getMessage in interface org.eclipse.debug.ui.ILaunchConfigurationTabgetMessage in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic String getName()
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration 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 launched(org.eclipse.debug.core.ILaunch launch)
launched in interface org.eclipse.debug.ui.ILaunchConfigurationTablaunched in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
public static void setDefault(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
configuration -