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)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
createControl(Composite parent) |
void |
dispose() |
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, updateLaunchConfigurationDialog
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, getControl, getErrorMessage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, launched, setAttribute, setControl, setDirty, setErrorMessage, setLaunchConfigurationDialog, setMessage
public PluginsTab()
PluginsTab(boolean)
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()
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.