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.
-
Field Summary
Fields inherited from class org.eclipse.jdt.internal.debug.ui.launcher.AbstractJavaMainTab
EMPTY_STRING, fModuleName, fProjText -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateControl(Composite parent) getId()getImage()getName()voidinitializeFrom(ILaunchConfiguration config) booleanisValid(ILaunchConfiguration config) voidvoidvoidMethods inherited from class org.eclipse.jdt.internal.debug.ui.launcher.AbstractJavaMainTab
createProjectEditor, getDefaultListener, getJavaProject, getWorkspaceRoot, handleProjectButtonSelected, mapResourcesMethods inherited from class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab
getContext, getCurrentLaunchConfiguration, initializeAttributes, initializeJavaProjectMethods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, deactivated, dispose, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getErrorMessage, getHelpContextId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, isDirty, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setLaunchConfigurationDialog, setMessage, setWarningMessage, updateLaunchConfigurationDialogMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTab
OkToLeaveTab, postApply
-
Constructor Details
-
JavaConnectTab
public JavaConnectTab()
-
-
Method Details
-
createControl
- Specified by:
createControlin interfaceILaunchConfigurationTab
-
initializeFrom
- Specified by:
initializeFromin interfaceILaunchConfigurationTab- Overrides:
initializeFromin classorg.eclipse.jdt.internal.debug.ui.launcher.AbstractJavaMainTab
-
performApply
- Specified by:
performApplyin interfaceILaunchConfigurationTab
-
setDefaults
- Specified by:
setDefaultsin interfaceILaunchConfigurationTab
-
isValid
- Specified by:
isValidin interfaceILaunchConfigurationTab- Overrides:
isValidin classAbstractLaunchConfigurationTab
-
getName
- Specified by:
getNamein interfaceILaunchConfigurationTab
-
getImage
- Specified by:
getImagein interfaceILaunchConfigurationTab- Overrides:
getImagein classAbstractLaunchConfigurationTab
-
getId
- Overrides:
getIdin classAbstractLaunchConfigurationTab- Since:
- 3.3
-
propertyChange
- Specified by:
propertyChangein interfaceIPropertyChangeListener
-