Package org.somox.ui.runconfig.tabs
Class ModelAnalyzerStrategySelectionTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.somox.ui.runconfig.tabs.ModelAnalyzerStrategySelectionTab
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider
,ILaunchConfigurationTab
,ILaunchConfigurationTab2
The class defines a tab, which is responsible for the SoMoX strategy selection
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canSave()
static Button
createAndAddSWTCheckButton
(Composite inputFileTypeGroup, String label, String toolTip, SelectionListener... selectionListeners) void
createControl
(Composite parent) getName()
void
initializeFrom
(ILaunchConfiguration configuration) boolean
isValid
(ILaunchConfiguration launchConfig) void
performApply
(ILaunchConfigurationWorkingCopy configuration) void
setDefaults
(ILaunchConfigurationWorkingCopy configuration) void
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
activated, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, dispose, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getErrorMessage, getHelpContextId, getId, getImage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, initializeAttributes, isDirty, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage, updateLaunchConfigurationDialog
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTab
OkToLeaveTab, postApply
-
Constructor Details
-
ModelAnalyzerStrategySelectionTab
public ModelAnalyzerStrategySelectionTab()
-
-
Method Details
-
setModelAnalyzerTabGroupBlackboard
-
performApply
-
createControl
-
createAndAddSWTCheckButton
public static Button createAndAddSWTCheckButton(Composite inputFileTypeGroup, String label, String toolTip, SelectionListener... selectionListeners) -
initializeFrom
-
isValid
- Specified by:
isValid
in interfaceILaunchConfigurationTab
- Overrides:
isValid
in classAbstractLaunchConfigurationTab
-
getName
-
setDefaults
-
canSave
public boolean canSave()- Specified by:
canSave
in interfaceILaunchConfigurationTab
- Overrides:
canSave
in classAbstractLaunchConfigurationTab
-