public class SelectionOverviewTab
extends org.eclipse.debug.ui.AbstractLaunchConfigurationTab
Modifier and Type | Field and Description |
---|---|
static String |
BEAGLE_LAUNCH_CONFIGURATION_CUSTOM_SELECTION
The key in the Beagle Launch Configuration for the List of elements the user
selected.
|
static List<String> |
BEAGLE_LAUNCH_CONFIGURATION_CUSTOM_SELECTION_DEFAULT_VALUE
The default value in Beagle's launch configuration for the key
BEAGLE_LAUNCH_CONFIGURATION_CUSTOM_SELECTION . |
static String |
BEAGLE_LAUNCH_CONFIGURATION_SELECTION_TYPE
The key in the Beagle Launch Configuration determining whether the user wants to
analyse the whole repository or selected some elements.
|
static String |
BEAGLE_LAUNCH_CONFIGURATION_SELECTION_TYPE_DEFAULT_VALUE
The default value in Beagle's launch configuration for the key
BEAGLE_LAUNCH_CONFIGURATION_SELECTION_TYPE . |
static String |
BEAGLE_LAUNCH_CONFIGURATION_SELECTION_TYPE_VALUE_CUSTOM_REPOSITORY
This value in Beagle's launch configuration for the key
BEAGLE_LAUNCH_CONFIGURATION_SELECTION_TYPE specifies that some elements
were selected for the analysis. |
static String |
BEAGLE_LAUNCH_CONFIGURATION_SELECTION_TYPE_VALUE_WHOLE_REPOSITORY
This value in Beagle's launch configuration for the key
BEAGLE_LAUNCH_CONFIGURATION_SELECTION_TYPE specifies that the whole
repository should be analysed. |
Constructor and Description |
---|
SelectionOverviewTab() |
Modifier and Type | Method and Description |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
String |
getName() |
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration) |
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) |
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) |
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getHelpContextId, getId, getImage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, isDirty, isValid, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage, updateLaunchConfigurationDialog
public static final String BEAGLE_LAUNCH_CONFIGURATION_SELECTION_TYPE
Permitted values are:
public static final String BEAGLE_LAUNCH_CONFIGURATION_SELECTION_TYPE_VALUE_WHOLE_REPOSITORY
BEAGLE_LAUNCH_CONFIGURATION_SELECTION_TYPE
specifies that the whole
repository should be analysed.public static final String BEAGLE_LAUNCH_CONFIGURATION_SELECTION_TYPE_VALUE_CUSTOM_REPOSITORY
BEAGLE_LAUNCH_CONFIGURATION_SELECTION_TYPE
specifies that some elements
were selected for the analysis.public static final String BEAGLE_LAUNCH_CONFIGURATION_SELECTION_TYPE_DEFAULT_VALUE
BEAGLE_LAUNCH_CONFIGURATION_SELECTION_TYPE
.public static final String BEAGLE_LAUNCH_CONFIGURATION_CUSTOM_SELECTION
public static final List<String> BEAGLE_LAUNCH_CONFIGURATION_CUSTOM_SELECTION_DEFAULT_VALUE
BEAGLE_LAUNCH_CONFIGURATION_CUSTOM_SELECTION
.public void createControl(org.eclipse.swt.widgets.Composite parent)
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
public String getName()