PTP
Release 5.0

org.eclipse.ptp.launch.ui
Class EnvironmentTab

java.lang.Object
  extended by org.eclipse.debug.ui.EnvironmentTab
      extended by 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 String TAB_ID
           
 
Constructor Summary
EnvironmentTab()
           
 
Method Summary
 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
 

Field Detail

TAB_ID

public static final String TAB_ID
Since:
4.0
See Also:
Constant Field Values
Constructor Detail

EnvironmentTab

public EnvironmentTab()
Method Detail

getId

public 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)

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.