|
Eclipse PDE Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.pde.ui.launcher.AbstractLauncherTab
org.eclipse.pde.ui.launcher.PluginsTab
A launch configuration tab that displays the different self-hosting modes, and lets the user customize the list of plug-ins to launch with.
This class may be instantiated. This class is not intended to be subclassed by clients.
Constructor Summary | |
---|---|
PluginsTab()
Constructor. |
|
PluginsTab(boolean showFeatures)
Constructor |
Method Summary | |
---|---|
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. |
Methods inherited from class org.eclipse.pde.ui.launcher.AbstractLauncherTab |
---|
activated, createStartingSpace, deactivated, isValid, updateLaunchConfigurationDialog |
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
---|
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, getControl, getErrorMessage, getId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, launched, setAttribute, setControl, setDirty, setErrorMessage, setLaunchConfigurationDialog, setMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PluginsTab()
PluginsTab(boolean)
public PluginsTab(boolean showFeatures)
showFeatures
- a flag indicating if the tab should present the feature-based
self-hosting option.Method Detail |
public void dispose()
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()
public void validateTab()
validateTab
in class AbstractLauncherTab
AbstractLauncherTab.validateTab()
|
Eclipse PDE Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |