Package de.uka.ipd.sdq.dsexplore.launch
Class DSEFileNamesInputTab
- java.lang.Object
-
- org.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
- org.palladiosimulator.analyzer.workflow.runconfig.ProtocomFileNamesInputTab
-
- org.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
- de.uka.ipd.sdq.dsexplore.launch.DSEFileNamesInputTab
-
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider,ILaunchConfigurationTab,ILaunchConfigurationTab2
public class DSEFileNamesInputTab extends org.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTabThe DSEFileNamesInputTab has additional QML logic.
-
-
Field Summary
Fields Modifier and Type Field Description protected QMLManagerqmlManagerprotected TexttextQMLDefinitionFile
-
Constructor Summary
Constructors Constructor Description DSEFileNamesInputTab(QMLManager qmlManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateControl(Composite parent)voidinitializeFrom(ILaunchConfiguration configuration)booleanisValid(ILaunchConfiguration launchConfig)protected voidloadQML()voidperformApply(ILaunchConfigurationWorkingCopy configuration)-
Methods inherited from class org.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
getId, setDefaults
-
Methods inherited from class org.palladiosimulator.analyzer.workflow.runconfig.ProtocomFileNamesInputTab
activated, canSave, deactivated, getImage, getName
-
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, dispose, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getErrorMessage, getHelpContextId, 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
-
-
-
-
Field Detail
-
textQMLDefinitionFile
protected Text textQMLDefinitionFile
-
qmlManager
protected QMLManager qmlManager
-
-
Constructor Detail
-
DSEFileNamesInputTab
public DSEFileNamesInputTab(QMLManager qmlManager)
-
-
Method Detail
-
createControl
public void createControl(Composite parent)
- Specified by:
createControlin interfaceILaunchConfigurationTab- Overrides:
createControlin classorg.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
loadQML
protected void loadQML()
-
initializeFrom
public void initializeFrom(ILaunchConfiguration configuration)
- Specified by:
initializeFromin interfaceILaunchConfigurationTab- Overrides:
initializeFromin classorg.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
performApply
public void performApply(ILaunchConfigurationWorkingCopy configuration)
- Specified by:
performApplyin interfaceILaunchConfigurationTab- Overrides:
performApplyin classorg.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
isValid
public boolean isValid(ILaunchConfiguration launchConfig)
- Specified by:
isValidin interfaceILaunchConfigurationTab- Overrides:
isValidin classorg.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
-