org.eclipse.ptp.launch.ui
Class EnvironmentTab
java.lang.Object
org.eclipse.debug.ui.EnvironmentTab
org.eclipse.ptp.launch.ui.EnvironmentTab
public class EnvironmentTab
- extends org.eclipse.debug.ui.EnvironmentTab
A modified version of org.eclipse.debug.ui.EnvironmentTab, where the
"append" and "replace" options are always disabled, and set to "append".
|
Field Summary |
static java.lang.String |
TAB_ID
|
|
Method Summary |
java.lang.String |
getId()
|
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
|
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
|
protected void |
updateAppendReplace()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAB_ID
public static final java.lang.String TAB_ID
- Since:
- 4.0
- See Also:
- Constant Field Values
EnvironmentTab
public EnvironmentTab()
getId
public java.lang.String getId()
updateAppendReplace
protected void updateAppendReplace()
setDefaults
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
initializeFrom
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
performApply
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.