org.eclipse.pde.ui.launcher |
|
Java Source File Name | Type | Comment |
AbstractLauncherTab.java | Class | An abstract class subclassed by all PDE tabs. |
AbstractLaunchShortcut.java | Class | An abstract class subclassed by the Eclipse Application and OSGi Framework launch shortcuts. |
AbstractPDELaunchConfiguration.java | Class | An abstract launch delegate for PDE-based launch configurations
Clients may subclass this class. |
AbstractPDELaunchConfigurationTabGroup.java | Class | An abstract class subclassed by the Eclipse application and JUnit Plug-in launch
configuration tab groups. |
BundlesTab.java | Class | A launch configuration tab that customizes the list of bundles to launch with,
their start level and their auto-start attributes. |
ConfigurationTab.java | Class | A launch configuration tab that displays and edits the configuration area
location and template for a PDE launch configuration. |
EclipseApplicationLaunchConfiguration.java | Class | A launch delegate for launching Eclipse applications
Clients may subclass and instantiate this class. |
EclipseLauncherTabGroup.java | Class | Creates and initializes the tabs for the Eclipse Application launch configuration. |
EclipseLaunchShortcut.java | Class | A launch shortcut capable of launching an Eclipse application. |
EquinoxLaunchConfiguration.java | Class | A launch delegate for launching the Equinox framework
Clients may subclass and instantiate this class. |
EquinoxPluginsTab.java | Class | A launch configuration tab that lets the user customize the list of plug-ins to launch with,
their start level and their auto-start attributes.
This class may be instantiated. |
EquinoxSettingsTab.java | Class | A launch configuration tab that displays and edits the VM install
launch configuration attributes.
This class may be instantiated. |
IPDELauncherConstants.java | Interface | Constant definitions for PDE launch configurations. |
JUnitLaunchConfigurationDelegate.java | Class | A launch delegate for launching JUnit Plug-in tests. |
JUnitTabGroup.java | Class | Creates and initializes the tabs for the Plug-in JUnit test launch configuration. |
JUnitWorkbenchLaunchShortcut.java | Class | A launch shortcut capable of launching a Plug-in JUnit test. |
MainTab.java | Class | A launch configuration tab that displays and edits the main launching arguments
of an Eclipse application.
This class may be instantiated. |
OSGiLaunchConfigurationDelegate.java | Class | A launch delegate for launching OSGi frameworks
Clients may subclass and instantiate this class. |
OSGiLaunchConfigurationInitializer.java | Class | |
OSGiLauncherTabGroup.java | Class | Creates and initializes the tabs on the OSGi Framework launch configuration. |
OSGiLaunchShortcut.java | Class | A launch shortcut capable of launching an OSGi frameowrk
This class may be substantiated or subclassed by clients. |
OSGiSettingsTab.java | Class | A launch configuration tab that displays and edits the VM install
launch configuration attributes.
This class may be instantiated. |
PDESourcePathProvider.java | Class | Generates a source lookup path for all PDE-based launch configurations
Clients may subclass this class. |
PluginJUnitMainTab.java | Class | A launch configuration tab that displays and edits the main launching arguments
of a Plug-in JUnit test.
This class may be instantiated. |
PluginsTab.java | Class | 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. |
TracingTab.java | Class | A launch configuration tab that enables tracing and displays all plug-ins that support
tracing.
This class may be instantiated. |