Class PinsetAdvancedConfigurationTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.epsilon.common.dt.launching.tabs.AbstractAdvancedConfigurationTab
org.eclipse.epsilon.pinset.dt.launching.tabs.PinsetAdvancedConfigurationTab
- All Implemented Interfaces:
org.eclipse.debug.core.IPrototypeAttributesLabelProvider
,org.eclipse.debug.ui.ILaunchConfigurationTab
,org.eclipse.debug.ui.ILaunchConfigurationTab2
PinsetAdvancedConfigurationTab.
- Since:
- 2.1
- Author:
- Alfonso de la Vega
-
Field Summary
Fields inherited from class org.eclipse.epsilon.common.dt.launching.tabs.AbstractAdvancedConfigurationTab
IMPL_NAME, implName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLanguage
(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
-
PinsetAdvancedConfigurationTab
public PinsetAdvancedConfigurationTab()
-
-
Method Details
-
setDefaults
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration) -
getPlugin
- Specified by:
getPlugin
in classAbstractAdvancedConfigurationTab
-
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
-