Eclipse JDT
Release 3.5

Package org.eclipse.jdt.debug.ui.launchConfigurations

Provides an implementation launch configuration tabs for local and remote Java applications.

See:
          Description

Class Summary
AbstractVMInstallPage A wizard page used to edit the attributes of an installed JRE.
AppletArgumentsTab A launch configuration tab that displays and edits program arguments, VM arguments, and working directory launch configuration attributes, for an applet.
AppletMainTab This tab appears for Java applet launch configurations and allows the user to edit attributes such as the applet class to launch and its owning project, if any.
AppletParametersTab This tab appears for java applet launch configurations and allows the user to edit applet-specific attributes such as width, height, name & applet parameters.
JavaAppletLaunchShortcut Launch shortcut for Java applets.
JavaApplicationLaunchShortcut Launch shortcut for local Java applications.
JavaArgumentsTab A launch configuration tab that displays and edits program arguments, VM arguments, and working directory launch configuration attributes.
JavaClasspathTab A launch configuration tab that displays and edits the user and bootstrap classes comprising the classpath launch configuration attribute.
JavaConnectTab A launch configuration tab that displays and edits the project associated with a remote connection and the connector used to connect to a remote VM.
JavaJRETab A launch configuration tab that displays and edits the VM install launch configuration attributes.
JavaLaunchShortcut Common behavior for Java launch shortcuts This class may be subclassed.
JavaLaunchTab Common function for Java launch configuration tabs.
JavaMainTab A launch configuration tab that displays and edits project and main type name launch configuration attributes.
JavaSourceLookupTab Deprecated. In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0.
 

Package org.eclipse.jdt.debug.ui.launchConfigurations Description

Provides an implementation launch configuration tabs for local and remote Java applications.

Package Specification

This package provides user interface classes supporting the launching of local and remote Java applications. Launch configuration tabs and launch shortcuts are provided.


Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.