Class Summary |
AbstractLauncherTab |
An abstract class subclassed by all PDE tabs. |
AbstractLaunchShortcut |
An abstract class subclassed by the Eclipse Application and OSGi Framework launch shortcuts. |
AbstractPDELaunchConfiguration |
An abstract launch delegate for PDE-based launch configurations
Clients may subclass this class. |
AbstractPDELaunchConfigurationTabGroup |
An abstract class subclassed by the Eclipse application and JUnit Plug-in launch
configuration tab groups. |
BundlesTab |
A launch configuration tab that customizes the list of bundles to launch with,
their start level and their auto-start attributes. |
ConfigurationTab |
A launch configuration tab that displays and edits the configuration area
location and template for a PDE launch configuration. |
EclipseApplicationLaunchConfiguration |
A launch delegate for launching Eclipse applications
Clients may subclass and instantiate this class. |
EclipseLauncherTabGroup |
Creates and initializes the tabs for the Eclipse Application launch configuration. |
EclipseLaunchShortcut |
A launch shortcut capable of launching an Eclipse application. |
EquinoxLaunchConfiguration |
A launch delegate for launching the Equinox framework
Clients may subclass and instantiate this class. |
EquinoxPluginsTab |
Deprecated. use BundlesTab |
EquinoxSettingsTab |
Deprecated. use OSGiSettingsTab |
JUnitLaunchConfigurationDelegate |
A launch delegate for launching JUnit Plug-in tests. |
JUnitTabGroup |
Creates and initializes the tabs for the Plug-in JUnit test launch configuration. |
JUnitWorkbenchLaunchShortcut |
A launch shortcut capable of launching a Plug-in JUnit test. |
MainTab |
A launch configuration tab that displays and edits the main launching arguments
of an Eclipse application. |
OSGiLaunchConfigurationDelegate |
A launch delegate for launching OSGi frameworks
Clients may subclass and instantiate this class. |
OSGiLaunchConfigurationInitializer |
Initializes launch configuration attributes for newly-created OSGi Framework
launch configurations
Clients may instantiate or subclass this class
|
OSGiLauncherTabGroup |
Creates and initializes the tabs on the OSGi Framework launch configuration. |
OSGiLaunchShortcut |
A launch shortcut capable of launching an OSGi frameowrk
This class may be instantiated or subclassed by clients. |
OSGiSettingsTab |
A launch configuration tab that displays and edits the VM install
launch configuration attributes. |
PDESourcePathProvider |
Generates a source lookup path for all PDE-based launch configurations
Clients may subclass this class. |
PluginJUnitMainTab |
A launch configuration tab that displays and edits the main launching arguments
of a Plug-in JUnit test. |
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. |
TestTab |
The launch configuration tab for JUnit Plug-in Tests. |
TracingTab |
A launch configuration tab that enables tracing and displays all plug-ins that support
tracing. |