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
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
-
Method Summary
Modifier and TypeMethodDescriptionThe language provided by the plugin.getLanguage
(org.eclipse.debug.core.ILaunchConfiguration configuration) Get the name of the language being configuredvoid
setDefaults
(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
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
-
EolAdvancedConfigurationTab
public EolAdvancedConfigurationTab()
-
-
Method Details
-
getPlugin
- Specified by:
getPlugin
in classAbstractAdvancedConfigurationTab
-
setDefaults
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) -
getLanguage
Description copied from class:AbstractAdvancedConfigurationTab
Get the name of the language being configured- Specified by:
getLanguage
in classAbstractAdvancedConfigurationTab
- Parameters:
configuration
- the eclipse launch configuration
-
getLanguage
The language provided by the plugin. It allows other plugins to contribute alternate IModule implementation of the language.- Since:
- 1.6
-