Uses of Interface
org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
Packages that use ILaunchConfigurationWorkingCopy
Package
Description
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a user interface for debug platform source lookup facilities.
-
Uses of ILaunchConfigurationWorkingCopy in org.eclipse.debug.core
Methods in org.eclipse.debug.core that return ILaunchConfigurationWorkingCopyModifier and TypeMethodDescriptionReturns a copy of this launch configuration, as a working copy, with the specified name.ILaunchConfigurationWorkingCopy.getParent()Returns the parent of this working copy ornullif this working copy is not a nested copy of another working copy.ILaunchConfiguration.getWorkingCopy()Returns a working copy of this launch configuration.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.ILaunchConfigurationType.newPrototypeInstance(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 ILaunchConfigurationWorkingCopyModifier and TypeMethodDescriptionvoidAbstractLaunchConfigurationTab.activated(ILaunchConfigurationWorkingCopy workingCopy) This method was added to theILaunchConfigurationTabinterface in the 3.0 release to allow tabs to distinguish between a tab being activated and a tab group be initialized for the first time, from a selected launch configuration.voidCommonTab.activated(ILaunchConfigurationWorkingCopy workingCopy) voidEnvironmentTab.activated(ILaunchConfigurationWorkingCopy workingCopy) voidILaunchConfigurationTab.activated(ILaunchConfigurationWorkingCopy workingCopy) Notification that this tab has become the active tab in the launch configuration dialog.voidPrototypeTab.activated(ILaunchConfigurationWorkingCopy workingCopy) voidRefreshTab.activated(ILaunchConfigurationWorkingCopy workingCopy) voidAbstractLaunchConfigurationTab.deactivated(ILaunchConfigurationWorkingCopy workingCopy) This method was added to theILaunchConfigurationTabinterface in the 3.0 release to allow tabs to distinguish between a tab being deactivated and saving its attributes to a launch configuration.voidCommonTab.deactivated(ILaunchConfigurationWorkingCopy workingCopy) voidEnvironmentTab.deactivated(ILaunchConfigurationWorkingCopy workingCopy) voidILaunchConfigurationTab.deactivated(ILaunchConfigurationWorkingCopy workingCopy) Notification that this tab is no longer the active tab in the launch configuration dialog.voidPrototypeTab.deactivated(ILaunchConfigurationWorkingCopy workingCopy) voidRefreshTab.deactivated(ILaunchConfigurationWorkingCopy workingCopy) voidAbstractLaunchConfigurationTabGroup.performApply(ILaunchConfigurationWorkingCopy configuration) By default, delegate to all of the tabs in this group.voidCommonTab.performApply(ILaunchConfigurationWorkingCopy configuration) voidEnvironmentTab.performApply(ILaunchConfigurationWorkingCopy configuration) Stores the environment in the given configurationvoidILaunchConfigurationTab.performApply(ILaunchConfigurationWorkingCopy configuration) Copies values from this tab into the given launch configuration.voidILaunchConfigurationTabGroup.performApply(ILaunchConfigurationWorkingCopy configuration) Copies values from this group's tabs into the given launch configuration.voidPrototypeTab.performApply(ILaunchConfigurationWorkingCopy configuration) voidRefreshTab.performApply(ILaunchConfigurationWorkingCopy configuration) voidWorkingDirectoryBlock.performApply(ILaunchConfigurationWorkingCopy configuration) protected voidAbstractLaunchConfigurationTab.setAttribute(String attribute, ILaunchConfigurationWorkingCopy configuration, boolean value, boolean defaultValue) Convenience method to set a boolean attribute of on a launch configuration.voidAbstractLaunchConfigurationTabGroup.setDefaults(ILaunchConfigurationWorkingCopy configuration) By default, delegate to all of the tabs in this group.voidCommonTab.setDefaults(ILaunchConfigurationWorkingCopy config) voidEnvironmentTab.setDefaults(ILaunchConfigurationWorkingCopy configuration) voidILaunchConfigurationTab.setDefaults(ILaunchConfigurationWorkingCopy configuration) Initializes the given launch configuration with default values for this tab.voidILaunchConfigurationTabGroup.setDefaults(ILaunchConfigurationWorkingCopy configuration) Initializes the given launch configuration with default values for this tab group.voidPrototypeTab.setDefaults(ILaunchConfigurationWorkingCopy config) voidRefreshTab.setDefaults(ILaunchConfigurationWorkingCopy configuration) voidWorkingDirectoryBlock.setDefaults(ILaunchConfigurationWorkingCopy config) Sets the default working directory to be used by the launch configuration. -
Uses of ILaunchConfigurationWorkingCopy in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup with parameters of type ILaunchConfigurationWorkingCopyModifier and TypeMethodDescriptionvoidSourceLookupTab.activated(ILaunchConfigurationWorkingCopy workingCopy) voidSourceLookupTab.performApply(ILaunchConfigurationWorkingCopy configuration) voidSourceLookupTab.setDefaults(ILaunchConfigurationWorkingCopy configuration) -
Uses of ILaunchConfigurationWorkingCopy in org.eclipse.unittest.ui
Methods in org.eclipse.unittest.ui that return ILaunchConfigurationWorkingCopyModifier and TypeMethodDescriptionConfigureViewerSupport.apply(ILaunchConfigurationWorkingCopy configuration) Methods in org.eclipse.unittest.ui with parameters of type ILaunchConfigurationWorkingCopyModifier and TypeMethodDescriptionConfigureViewerSupport.apply(ILaunchConfigurationWorkingCopy configuration)