Class MainConfigTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.palladiosimulator.analyzer.workflow.runconfig.ProtocomFileNamesInputTab
org.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
org.palladiosimulator.solver.runconfig.MainConfigTab
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider
,ILaunchConfigurationTab
,ILaunchConfigurationTab2
public class MainConfigTab
extends org.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
Field Summary
Fields inherited from class org.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
eventMiddlewareRepository, rmiMiddlewareRepository
Fields inherited from class org.palladiosimulator.analyzer.workflow.runconfig.ProtocomFileNamesInputTab
container, modifyListener, PLUGIN_ID, textAllocation, textUsage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activated
(ILaunchConfigurationWorkingCopy workingCopy) void
createControl
(Composite parent) void
deactivated
(ILaunchConfigurationWorkingCopy workingCopy) getName()
void
initializeFrom
(ILaunchConfiguration configuration) boolean
isValid
(ILaunchConfiguration launchConfig) void
performApply
(ILaunchConfigurationWorkingCopy configuration) void
setDefaults
(ILaunchConfigurationWorkingCopy configuration) Methods inherited from class org.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
getId
Methods inherited from class org.palladiosimulator.analyzer.workflow.runconfig.ProtocomFileNamesInputTab
canSave, getImage
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 Details
-
comboLqnsOutput
-
comboLqsimOutput
-
comboSolver
-
-
Constructor Details
-
MainConfigTab
public MainConfigTab()
-
-
Method Details
-
createControl
- Specified by:
createControl
in interfaceILaunchConfigurationTab
- Overrides:
createControl
in classorg.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
getName
- Specified by:
getName
in interfaceILaunchConfigurationTab
- Overrides:
getName
in classorg.palladiosimulator.analyzer.workflow.runconfig.ProtocomFileNamesInputTab
-
initializeFrom
- Specified by:
initializeFrom
in interfaceILaunchConfigurationTab
- Overrides:
initializeFrom
in classorg.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
performApply
- Specified by:
performApply
in interfaceILaunchConfigurationTab
- Overrides:
performApply
in classorg.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
setDefaults
- Specified by:
setDefaults
in interfaceILaunchConfigurationTab
- Overrides:
setDefaults
in classorg.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
isValid
- Specified by:
isValid
in interfaceILaunchConfigurationTab
- Overrides:
isValid
in classorg.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
activated
- Specified by:
activated
in interfaceILaunchConfigurationTab
- Overrides:
activated
in classorg.palladiosimulator.analyzer.workflow.runconfig.ProtocomFileNamesInputTab
-
deactivated
- Specified by:
deactivated
in interfaceILaunchConfigurationTab
- Overrides:
deactivated
in classorg.palladiosimulator.analyzer.workflow.runconfig.ProtocomFileNamesInputTab
-