Class JavaConnectTab

java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab
org.eclipse.jdt.internal.debug.ui.launcher.AbstractJavaMainTab
org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
All Implemented Interfaces:
EventListener, IPrototypeAttributesLabelProvider, ILaunchConfigurationTab, ILaunchConfigurationTab2, IPropertyChangeListener

public class JavaConnectTab extends org.eclipse.jdt.internal.debug.ui.launcher.AbstractJavaMainTab implements IPropertyChangeListener
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.

This class may be instantiated.

Since:
2.0
Restriction:
This class is not intended to be sub-classed by clients.