Class EmlEclSourceConfigurationTab
- java.lang.Object
-
- org.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
- org.eclipse.epsilon.common.dt.launching.tabs.AbstractSourceConfigurationTab
-
- org.eclipse.epsilon.ecl.dt.launching.tabs.EclSourceConfigurationTab
-
- org.eclipse.epsilon.eml.dt.launching.tabs.EmlEclSourceConfigurationTab
-
- All Implemented Interfaces:
EventListener
,org.eclipse.debug.core.IPrototypeAttributesLabelProvider
,org.eclipse.debug.ui.ILaunchConfigurationTab
,org.eclipse.debug.ui.ILaunchConfigurationTab2
,org.eclipse.swt.events.ModifyListener
,org.eclipse.swt.internal.SWTEventListener
public class EmlEclSourceConfigurationTab extends EclSourceConfigurationTab
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.common.dt.launching.tabs.AbstractSourceConfigurationTab
browse, extras, fileLabel, filePath
-
-
Constructor Summary
Constructors Constructor Description EmlEclSourceConfigurationTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSourceAttributeName()
String
getTitle()
-
Methods inherited from class org.eclipse.epsilon.ecl.dt.launching.tabs.EclSourceConfigurationTab
getFileExtension, getImagePath, getLaunchConfigurationKey, getPlugin, getSelectionSubtitle, getSelectionTitle
-
Methods inherited from class org.eclipse.epsilon.common.dt.launching.tabs.AbstractSourceConfigurationTab
canSave, createBrowseWorkspaceForContainerButton, createBrowseWorkspaceForFileButton, createControl, createGroup, createTwoColumnComposite, getActiveEditorName, getActiveEditorPath, getExtras, getFileLabel, getImage, getName, initializeFrom, modifyText, newLaunchConfigurationName, performApply, setDefaults
-
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
activated, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, dispose, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getErrorMessage, getHelpContextId, getId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, initializeAttributes, isDirty, isValid, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage, updateLaunchConfigurationDialog
-
-
-
-
Method Detail
-
getSourceAttributeName
public String getSourceAttributeName()
- Overrides:
getSourceAttributeName
in classAbstractSourceConfigurationTab
-
getTitle
public String getTitle()
- Overrides:
getTitle
in classAbstractSourceConfigurationTab
-
-