public class PluginsTab extends AbstractLauncherTab
This class may be instantiated. This class is not intended to be subclassed by clients.
Constructor and Description |
---|
PluginsTab()
Constructor.
|
PluginsTab(boolean showFeatures)
Deprecated.
As of 3.6 the feature-based workspace launch option is no longer available, so there is no need to set this flag
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(Composite parent) |
void |
dispose() |
String |
getId() |
Image |
getImage() |
String |
getName() |
void |
initializeFrom(ILaunchConfiguration configuration) |
void |
performApply(ILaunchConfigurationWorkingCopy configuration) |
void |
setDefaults(ILaunchConfigurationWorkingCopy configuration) |
void |
validateTab()
Validates the tab.
|
activated, createStartingSpace, deactivated, isValid, scheduleUpdateJob, updateLaunchConfigurationDialog
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, getControl, getErrorMessage, getHelpContextId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, isDirty, launched, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage
public PluginsTab()
PluginsTab(boolean)
@Deprecated public PluginsTab(boolean showFeatures)
showFeatures
- a flag indicating if the tab should present the feature-based
self-hosting option.public void dispose()
dispose
in interface ILaunchConfigurationTab
dispose
in class AbstractLaunchConfigurationTab
public void createControl(Composite parent)
public void initializeFrom(ILaunchConfiguration configuration)
public void setDefaults(ILaunchConfigurationWorkingCopy configuration)
public void performApply(ILaunchConfigurationWorkingCopy configuration)
public String getName()
public Image getImage()
getImage
in interface ILaunchConfigurationTab
getImage
in class AbstractLaunchConfigurationTab
public void validateTab()
validateTab
in class AbstractLauncherTab
AbstractLauncherTab.validateTab()
public String getId()
getId
in class AbstractLaunchConfigurationTab
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.