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
-
-
Constructor Summary
Constructors Constructor Description DSEOptionsTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activated(ILaunchConfigurationWorkingCopy workingCopy)
void
createControl(Composite parent)
void
deactivated(ILaunchConfigurationWorkingCopy workingCopy)
void
dispose()
Disposes the image for the DSE options tab.Image
getImage()
String
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
-
-
-
-
Method Detail
-
createControl
public void createControl(Composite parent)
- Specified by:
createControl
in interfaceILaunchConfigurationTab
- Overrides:
createControl
in classorg.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
getImage
public Image getImage()
- Specified by:
getImage
in interfaceILaunchConfigurationTab
- Overrides:
getImage
in classorg.palladiosimulator.analyzer.workflow.runconfig.ProtocomFileNamesInputTab
-
initializeFrom
public void initializeFrom(ILaunchConfiguration configuration)
- Specified by:
initializeFrom
in interfaceILaunchConfigurationTab
- Overrides:
initializeFrom
in classorg.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
performApply
public void performApply(ILaunchConfigurationWorkingCopy configuration)
- Specified by:
performApply
in interfaceILaunchConfigurationTab
- Overrides:
performApply
in classorg.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
setDefaults
public void setDefaults(ILaunchConfigurationWorkingCopy configuration)
- Specified by:
setDefaults
in interfaceILaunchConfigurationTab
- Overrides:
setDefaults
in classorg.palladiosimulator.analyzer.workflow.runconfig.FileNamesInputTab
-
isValid
public boolean isValid(ILaunchConfiguration launchConfig)
- 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:
ILaunchConfigurationTab.dispose()
-
activated
public void activated(ILaunchConfigurationWorkingCopy workingCopy)
- Specified by:
activated
in interfaceILaunchConfigurationTab
- Overrides:
activated
in classorg.palladiosimulator.analyzer.workflow.runconfig.ProtocomFileNamesInputTab
-
deactivated
public void deactivated(ILaunchConfigurationWorkingCopy workingCopy)
- Specified by:
deactivated
in interfaceILaunchConfigurationTab
- Overrides:
deactivated
in classorg.palladiosimulator.analyzer.workflow.runconfig.ProtocomFileNamesInputTab
-
getName
public String getName()
- Specified by:
getName
in interfaceILaunchConfigurationTab
- Overrides:
getName
in classorg.palladiosimulator.analyzer.workflow.runconfig.ProtocomFileNamesInputTab
-
-