| org.eclipse.pde.ui.launcher.OSGiLauncherTabGroup
OSGiLauncherTabGroup | public class OSGiLauncherTabGroup extends AbstractLaunchConfigurationTabGroup (Code) | | Creates and initializes the tabs on the OSGi Framework launch configuration.
Clients may subclass this class.
since: 3.3 |
Method Summary | |
public void | createTabs(ILaunchConfigurationDialog dialog, String mode) | public void | setDefaults(ILaunchConfigurationWorkingCopy configuration) Configures defaults on newly created launch configurations. |
createTabs | public void createTabs(ILaunchConfigurationDialog dialog, String mode)(Code) | | |
setDefaults | public void setDefaults(ILaunchConfigurationWorkingCopy configuration)(Code) | | 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 the org.eclipse.pde.core.osgiFrameworks extension point for more details
on OSGi frameworks.
See Also: org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy) |
|
|