|
Eclipse PDE Release 3.6 |
||||||||||
| 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
public class 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)
Deprecated. As of 3.6 the feature-based workspace launch option is no longer available, so there is no need to set this flag |
|
| Method Summary | |
|---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
void |
dispose()
|
String |
getId()
|
org.eclipse.swt.graphics.Image |
getImage()
|
String |
getName()
|
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
void |
validateTab()
Validates the tab. |
| Methods inherited from class org.eclipse.pde.ui.launcher.AbstractLauncherTab |
|---|
activated, createStartingSpace, deactivated, isValid, scheduleUpdateJob, updateLaunchConfigurationDialog |
| Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
|---|
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, getControl, getErrorMessage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, 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()
dispose in interface org.eclipse.debug.ui.ILaunchConfigurationTabdispose in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic void createControl(org.eclipse.swt.widgets.Composite parent)
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
public String getName()
public org.eclipse.swt.graphics.Image getImage()
getImage in interface org.eclipse.debug.ui.ILaunchConfigurationTabgetImage in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabpublic void validateTab()
validateTab in class AbstractLauncherTabAbstractLauncherTab.validateTab()public String getId()
getId in class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
|
Eclipse PDE Release 3.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.