Class EolAdvancedConfigurationTab
- java.lang.Object
-
- org.eclipse.debug.ui.AbstractLaunchConfigurationTab
-
- org.eclipse.epsilon.common.dt.launching.tabs.AbstractAdvancedConfigurationTab
-
- org.eclipse.epsilon.eol.dt.launching.tabs.EolAdvancedConfigurationTab
-
- All Implemented Interfaces:
org.eclipse.debug.core.IPrototypeAttributesLabelProvider,org.eclipse.debug.ui.ILaunchConfigurationTab,org.eclipse.debug.ui.ILaunchConfigurationTab2
public class EolAdvancedConfigurationTab extends AbstractAdvancedConfigurationTab
The Class EolAdvancedConfigurationTab.- Since:
- 1.6
- Author:
- Horacio Hoyos Rodriguez
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.common.dt.launching.tabs.AbstractAdvancedConfigurationTab
IMPL_NAME, implName
-
-
Constructor Summary
Constructors Constructor Description EolAdvancedConfigurationTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLanguage()The language provided by the plugin.java.lang.StringgetLanguage(org.eclipse.debug.core.ILaunchConfiguration configuration)Get the name of the language being configuredEpsilonPlugingetPlugin()voidsetDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)-
Methods inherited from class org.eclipse.epsilon.common.dt.launching.tabs.AbstractAdvancedConfigurationTab
activated, createControl, enableApply, getImage, getImplementations, getImplementations, getName, initializeFrom, performApply, setImplementations, shouldConfigurationElementBeIncludedAsAnImplementation, shouldImplementationBeIncludedInDropDown, shouldImplementationBeRemoved, updateAvailableImpls
-
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
canSave, 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
-
getPlugin
public EpsilonPlugin getPlugin()
- Specified by:
getPluginin classAbstractAdvancedConfigurationTab
-
setDefaults
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
-
getLanguage
public java.lang.String getLanguage(org.eclipse.debug.core.ILaunchConfiguration configuration)
Description copied from class:AbstractAdvancedConfigurationTabGet the name of the language being configured- Specified by:
getLanguagein classAbstractAdvancedConfigurationTab- Parameters:
configuration- the eclipse launch configuration
-
getLanguage
public java.lang.String getLanguage()
The language provided by the plugin. It allows other plugins to contribute alternate IModule implementation of the language.- Since:
- 1.6
-
-