Package org.eclipse.pde.ui.launcher
Class OSGiLauncherTabGroup
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
org.eclipse.pde.ui.launcher.OSGiLauncherTabGroup
- All Implemented Interfaces:
ILaunchConfigurationTabGroup
Creates and initializes the tabs on the OSGi Framework launch configuration.
This class in not intended to be instantiated by clients - it is an extension
that is instantiated by the platform.
Clients may subclass this class.
- Since:
- 3.3
- Restriction:
- This class is not intended to be instantiated by clients.
-
Field Summary
Fields inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
fTabs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createTabs
(ILaunchConfigurationDialog dialog, String mode) void
initializeFrom
(ILaunchConfiguration configuration) The tab group delegates to all tabs in the group.void
setDefaults
(ILaunchConfigurationWorkingCopy configuration) Configures defaults on newly created launch configurations.Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
dispose, getTabs, launched, performApply, setTabs
-
Constructor Details
-
OSGiLauncherTabGroup
public OSGiLauncherTabGroup()
-
-
Method Details
-
initializeFrom
The tab group delegates to all tabs in the group. Prior to the delegation, it migrates all launch configurations.- Specified by:
initializeFrom
in interfaceILaunchConfigurationTabGroup
- Overrides:
initializeFrom
in classAbstractLaunchConfigurationTabGroup
- See Also:
-
createTabs
-
setDefaults
Configures defaults on newly created launch configurations. This function also passes the launch configuration copy to the default registered OSGi framework, giving it an opportunity to initialize and override more defaults on the launch configuration. Refer to theorg.eclipse.pde.core.osgiFrameworks
extension point for more details on OSGi frameworks.- Specified by:
setDefaults
in interfaceILaunchConfigurationTabGroup
- Overrides:
setDefaults
in classAbstractLaunchConfigurationTabGroup
- See Also:
-