Eclipse Platform
2.1

Uses of Interface
org.eclipse.debug.core.ILaunchConfigurationWorkingCopy

Packages that use ILaunchConfigurationWorkingCopy
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
 

Uses of ILaunchConfigurationWorkingCopy in org.eclipse.debug.core
 

Methods in org.eclipse.debug.core that return ILaunchConfigurationWorkingCopy
 ILaunchConfigurationWorkingCopy ILaunchConfiguration.getWorkingCopy()
          Returns a working copy of this launch configuration.
 ILaunchConfigurationWorkingCopy ILaunchConfiguration.copy(String name)
          Returns a copy of this launch configuration, as a working copy, with the specified name.
 ILaunchConfigurationWorkingCopy ILaunchConfigurationType.newInstance(IContainer container, String name)
          Returns a new launch configuration working copy of this type, that resides in the specified container, with the given name.
 

Uses of ILaunchConfigurationWorkingCopy in org.eclipse.debug.ui
 

Methods in org.eclipse.debug.ui with parameters of type ILaunchConfigurationWorkingCopy
 void ILaunchConfigurationTabGroup.setDefaults(ILaunchConfigurationWorkingCopy configuration)
          Initializes the given launch configuration with default values for this tab group.
 void ILaunchConfigurationTabGroup.performApply(ILaunchConfigurationWorkingCopy configuration)
          Copies values from this group's tabs into the given launch configuration.
 void AbstractLaunchConfigurationTabGroup.setDefaults(ILaunchConfigurationWorkingCopy configuration)
          By default, delegate to all of the tabs in this group.
 void AbstractLaunchConfigurationTabGroup.performApply(ILaunchConfigurationWorkingCopy configuration)
          By default, delegate to all of the tabs in this group.
protected  void AbstractLaunchConfigurationTab.setAttribute(String attribute, ILaunchConfigurationWorkingCopy configuration, boolean value, boolean defaultValue)
          Convenience method to set a boolean attribute of on a launch configuration.
 void CommonTab.setDefaults(ILaunchConfigurationWorkingCopy config)
           
 void CommonTab.performApply(ILaunchConfigurationWorkingCopy configuration)
           
 void ILaunchConfigurationTab.setDefaults(ILaunchConfigurationWorkingCopy configuration)
          Initializes the given launch configuration with default values for this tab.
 void ILaunchConfigurationTab.performApply(ILaunchConfigurationWorkingCopy configuration)
          Copies values from this tab into the given launch configuration.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.