public class JavaConnectTab extends org.eclipse.jdt.internal.debug.ui.launcher.AbstractJavaMainTab implements IPropertyChangeListener
This class may be instantiated. This class is not intended to be subclassed.
Constructor and Description |
---|
JavaConnectTab() |
Modifier and Type | Method and Description |
---|---|
void |
createControl(Composite parent) |
Image |
getImage() |
String |
getName() |
void |
initializeFrom(ILaunchConfiguration config) |
boolean |
isValid(ILaunchConfiguration config) |
void |
performApply(ILaunchConfigurationWorkingCopy config) |
void |
propertyChange(PropertyChangeEvent event) |
void |
setDefaults(ILaunchConfigurationWorkingCopy config) |
createProjectEditor, getDefaultListener, getJavaProject, getWorkspaceRoot, handleProjectButtonSelected, mapResources
getContext, getCurrentLaunchConfiguration, initializeJavaProject
activated, canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createVerticalSpacer, deactivated, dispose, getControl, getErrorMessage, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, isDirty, launched, setAttribute, setControl, setDirty, setErrorMessage, setLaunchConfigurationDialog, setMessage, updateLaunchConfigurationDialog
public void createControl(Composite parent)
createControl
in interface ILaunchConfigurationTab
public void initializeFrom(ILaunchConfiguration config)
initializeFrom
in interface ILaunchConfigurationTab
initializeFrom
in class org.eclipse.jdt.internal.debug.ui.launcher.AbstractJavaMainTab
public void performApply(ILaunchConfigurationWorkingCopy config)
performApply
in interface ILaunchConfigurationTab
public void setDefaults(ILaunchConfigurationWorkingCopy config)
setDefaults
in interface ILaunchConfigurationTab
public boolean isValid(ILaunchConfiguration config)
isValid
in interface ILaunchConfigurationTab
isValid
in class AbstractLaunchConfigurationTab
public String getName()
getName
in interface ILaunchConfigurationTab
public Image getImage()
getImage
in interface ILaunchConfigurationTab
getImage
in class AbstractLaunchConfigurationTab
public void propertyChange(PropertyChangeEvent event)
propertyChange
in interface IPropertyChangeListener
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.