Package de.uka.ipd.sdq.dsexplore.launch
Class DSEOptionsTab
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.DSEOptionsTab
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider
,ILaunchConfigurationTab
,ILaunchConfigurationTab2
public class DSEOptionsTab
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) void
dispose()
Disposes the image for the DSE options tab.getImage()
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
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, 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
-
Constructor Details
-
DSEOptionsTab
public DSEOptionsTab()
-
-
Method Details
-
createControl
- Specified by:
createControl
in interfaceILaunchConfigurationTab
- Overrides:
createControl
in classorg.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
getImage
- Specified by:
getImage
in interfaceILaunchConfigurationTab
- Overrides:
getImage
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
-
dispose
public void dispose()Disposes the image for the DSE options tab.- Specified by:
dispose
in interfaceILaunchConfigurationTab
- Overrides:
dispose
in classAbstractLaunchConfigurationTab
- See Also:
-
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
-
getName
- Specified by:
getName
in interfaceILaunchConfigurationTab
- Overrides:
getName
in classorg.palladiosimulator.analyzer.workflow.runconfig.ProtocomFileNamesInputTab
-