| org.eclipse.pde.ui.launcher.AbstractLauncherTab org.eclipse.pde.ui.launcher.PluginsTab
PluginsTab | public class PluginsTab extends AbstractLauncherTab (Code) | | 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.
since: 3.2 |
Inner Class :class Listener extends SelectionAdapter | |
PluginsTab | public PluginsTab(boolean showFeatures)(Code) | | Constructor
Parameters: showFeatures - a flag indicating if the tab should present the feature-based self-hosting option. |
createControl | public void createControl(Composite parent)(Code) | | |
dispose | public void dispose()(Code) | | |
getImage | public Image getImage()(Code) | | |
initializeFrom | public void initializeFrom(ILaunchConfiguration configuration)(Code) | | |
performApply | public void performApply(ILaunchConfigurationWorkingCopy configuration)(Code) | | |
setDefaults | public void setDefaults(ILaunchConfigurationWorkingCopy configuration)(Code) | | |
Methods inherited from org.eclipse.pde.ui.launcher.AbstractLauncherTab | public void activated(ILaunchConfigurationWorkingCopy workingCopy)(Code)(Java Doc) protected void createStartingSpace(Composite parent, int span)(Code)(Java Doc) public void deactivated(ILaunchConfigurationWorkingCopy workingCopy)(Code)(Java Doc) public boolean isValid(ILaunchConfiguration config)(Code)(Java Doc) public void updateLaunchConfigurationDialog()(Code)(Java Doc) abstract public void validateTab()(Code)(Java Doc)
|
|
|