Methods from org.eclipse.jdt.launching used by org.eclipse.pde.ui

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getBuildOrder(ILaunchConfiguration, String)

OVERRIDE
Reference LocationLine Number
org.eclipse.pde.ui.launcher.JUnitLaunchConfigurationDelegate.getBuildOrder(ILaunchConfiguration, String)-1

org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getEnvironment(ILaunchConfiguration)

OVERRIDE
Reference LocationLine Number
org.eclipse.pde.ui.launcher.JUnitLaunchConfigurationDelegate.getEnvironment(ILaunchConfiguration)-1

org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getJavaProject(ILaunchConfiguration)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.JUnitLaunchConfigurationDelegate.getTestPluginId(ILaunchConfiguration)69

org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getProgramArguments(ILaunchConfiguration)

OVERRIDE
Reference LocationLine Number
org.eclipse.pde.ui.launcher.JUnitLaunchConfigurationDelegate.getProgramArguments(ILaunchConfiguration)-1

org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getProjectsForProblemSearch(ILaunchConfiguration, String)

OVERRIDE
Reference LocationLine Number
org.eclipse.pde.ui.launcher.JUnitLaunchConfigurationDelegate.getProjectsForProblemSearch(ILaunchConfiguration, String)-1

org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getVMArguments(ILaunchConfiguration)

OVERRIDE
Reference LocationLine Number
org.eclipse.pde.ui.launcher.JUnitLaunchConfigurationDelegate.getVMArguments(ILaunchConfiguration)-1

org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getVMRunner(ILaunchConfiguration, String)

OVERRIDE
Reference LocationLine Number
org.eclipse.pde.ui.launcher.JUnitLaunchConfigurationDelegate.getVMRunner(ILaunchConfiguration, String)-1

org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getVMSpecificAttributesMap(ILaunchConfiguration)

OVERRIDE
Reference LocationLine Number
org.eclipse.pde.ui.launcher.JUnitLaunchConfigurationDelegate.getVMSpecificAttributesMap(ILaunchConfiguration)-1

org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getWorkingDirectory(ILaunchConfiguration)

OVERRIDE
Reference LocationLine Number
org.eclipse.pde.ui.launcher.JUnitLaunchConfigurationDelegate.getWorkingDirectory(ILaunchConfiguration)-1

org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.setDefaultSourceLocator(ILaunch, ILaunchConfiguration)

OVERRIDE
Reference LocationLine Number
org.eclipse.pde.ui.launcher.JUnitLaunchConfigurationDelegate.setDefaultSourceLocator(ILaunch, ILaunchConfiguration)-1

org.eclipse.jdt.launching.environments.IExecutionEnvironment.getCompatibleVMs()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.internal.ui.launcher.LaunchValidationOperation.getMatchingEnvironments()84
org.eclipse.pde.internal.ui.wizards.plugin.FragmentContentPage.validatePage()320
org.eclipse.pde.internal.ui.wizards.plugin.PluginContentPage.validatePage()353

org.eclipse.jdt.launching.environments.IExecutionEnvironment.getId()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.internal.ui.build.BaseBuildAction.setDefaultValues(IFile)188
org.eclipse.pde.internal.ui.correction.RemoveUnknownExecEnvironments.createChange(BundleModel)35
org.eclipse.pde.internal.ui.editor.plugin.ExecutionEnvironmentSection.addExecutionEnvironments(Object[])297
org.eclipse.pde.internal.ui.editor.plugin.ExecutionEnvironmentSection.EELabelProvider.getText(Object)70
org.eclipse.pde.internal.ui.editor.plugin.ExecutionEnvironmentSection.EELabelProvider.getText(Object)70
org.eclipse.pde.internal.ui.editor.product.JRESection.EELabelProvider.getText(Object)54
org.eclipse.pde.internal.ui.editor.product.JRESection.EELabelProvider.getText(Object)56
org.eclipse.pde.internal.ui.editor.product.JRESection.EELabelProvider.getText(Object)54
org.eclipse.pde.internal.ui.editor.product.JRESection.EELabelProvider.getText(Object)56
org.eclipse.pde.internal.ui.editor.target.JRESection.initializeValues()182
org.eclipse.pde.internal.ui.launcher.JREBlock.setEECombo()313
org.eclipse.pde.internal.ui.launcher.LaunchValidationOperation.getPlatformProperties()56
org.eclipse.pde.internal.ui.wizards.plugin.FragmentContentPage.createExecutionEnvironmentControls(Composite)194
org.eclipse.pde.internal.ui.wizards.plugin.PluginContentPage.createExecutionEnvironmentControls(Composite)151

org.eclipse.jdt.launching.environments.IExecutionEnvironment.isStrictlyCompatible(IVMInstall)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.internal.ui.wizards.plugin.FragmentContentPage.createExecutionEnvironmentControls(Composite)211
org.eclipse.pde.internal.ui.wizards.plugin.PluginContentPage.createExecutionEnvironmentControls(Composite)168

org.eclipse.jdt.launching.environments.IExecutionEnvironmentsManager.getEnvironment(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.internal.ui.correction.AddDefaultExecutionEnvironmentResolution.createChange(BundleModel)44
org.eclipse.pde.internal.ui.wizards.imports.PluginImportOperation.importPlugin(IPluginModelBase, IProgressMonitor)208

org.eclipse.jdt.launching.environments.IExecutionEnvironmentsManager.getExecutionEnvironments()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.internal.ui.build.BaseBuildAction.setDefaultValues(IFile)186
org.eclipse.pde.internal.ui.correction.RemoveUnknownExecEnvironments.createChange(BundleModel)31
org.eclipse.pde.internal.ui.editor.plugin.ExecutionEnvironmentSection.getEnvironments()326
org.eclipse.pde.internal.ui.editor.target.JRESection.initializeValues()180
org.eclipse.pde.internal.ui.launcher.LaunchValidationOperation.getMatchingEnvironments()80

org.eclipse.jdt.launching.ExecutionArguments.ExecutionArguments(String, String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.pde.internal.ui.launcher.LaunchArgumentsHelper.getUserProgramArgumentArray(ILaunchConfiguration)64
org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration.getVMArguments(ILaunchConfiguration)198

org.eclipse.jdt.launching.ExecutionArguments.getProgramArgumentsArray()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.pde.internal.ui.launcher.LaunchArgumentsHelper.getUserProgramArgumentArray(ILaunchConfiguration)64

org.eclipse.jdt.launching.ExecutionArguments.getVMArgumentsArray()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration.getVMArguments(ILaunchConfiguration)198

org.eclipse.jdt.launching.IRuntimeClasspathEntry.getResource()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.PDESourcePathProvider.resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration)98

org.eclipse.jdt.launching.IRuntimeClasspathEntry.getType()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.PDESourcePathProvider.resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration)93

org.eclipse.jdt.launching.IRuntimeClasspathEntry.setSourceAttachmentPath(IPath)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.internal.ui.launcher.PDESourceLookupDirector.convertClasspathEntry(IClasspathEntry)155
org.eclipse.pde.ui.launcher.PDESourcePathProvider.addBinaryPackageFragmentRoots(IJavaProject, List)130

org.eclipse.jdt.launching.IRuntimeClasspathEntry.setSourceAttachmentRootPath(IPath)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.internal.ui.launcher.PDESourceLookupDirector.convertClasspathEntry(IClasspathEntry)156
org.eclipse.pde.ui.launcher.PDESourcePathProvider.addBinaryPackageFragmentRoots(IJavaProject, List)131

org.eclipse.jdt.launching.IVMInstall.getInstallLocation()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.internal.ui.launcher.VMHelper.createLauncher(ILaunchConfiguration)89

org.eclipse.jdt.launching.IVMInstall.getName()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.internal.ui.editor.product.JRESection.EELabelProvider.getText(Object)54
org.eclipse.pde.internal.ui.editor.product.JRESection.EELabelProvider.getText(Object)54
org.eclipse.pde.internal.ui.editor.product.JRESection.JRELabelProvider.getText(Object)67
org.eclipse.pde.internal.ui.editor.product.JRESection.JRELabelProvider.getText(Object)67
org.eclipse.pde.internal.ui.editor.target.TargetProfileWindow.createEnvironmentTab(Composite, FormToolkit)161
org.eclipse.pde.internal.ui.launcher.VMHelper.getDefaultVMInstallName(ILaunchConfiguration)43
org.eclipse.pde.internal.ui.launcher.VMHelper.getVMInstall(String)80
org.eclipse.pde.ui.launcher.PDESourcePathProvider.getJREEntry(ILaunchConfiguration)65

org.eclipse.jdt.launching.IVMInstall.getVMInstallType()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.PDESourcePathProvider.getJREEntry(ILaunchConfiguration)64

org.eclipse.jdt.launching.IVMInstall.getVMRunner(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration.getVMRunner(ILaunchConfiguration, String)98
org.eclipse.pde.ui.launcher.JUnitLaunchConfigurationDelegate.getVMRunner(ILaunchConfiguration, String)56

org.eclipse.jdt.launching.IVMInstallType.getId()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.PDESourcePathProvider.getJREEntry(ILaunchConfiguration)64

org.eclipse.jdt.launching.IVMRunner.run(VMRunnerConfiguration, ILaunch, IProgressMonitor)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)73

org.eclipse.jdt.launching.JavaRuntime.getDefaultVMInstall()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.internal.ui.editor.target.TargetProfileWindow.createEnvironmentTab(Composite, FormToolkit)161
org.eclipse.pde.internal.ui.launcher.VMHelper.getVMInstall(String)84
org.eclipse.pde.internal.ui.wizards.plugin.FragmentContentPage.createExecutionEnvironmentControls(Composite)207
org.eclipse.pde.internal.ui.wizards.plugin.PluginContentPage.createExecutionEnvironmentControls(Composite)164

org.eclipse.jdt.launching.JavaRuntime.getExecutionEnvironmentId(IPath)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.internal.ui.editor.product.JRESection.refresh()267
org.eclipse.pde.internal.ui.launcher.JREBlock.initializeJRESection(ILaunchConfiguration)196
org.eclipse.pde.internal.ui.launcher.VMHelper.getVMInstall(ILaunchConfiguration)65

org.eclipse.jdt.launching.JavaRuntime.getExecutionEnvironmentsManager()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.internal.ui.build.BaseBuildAction.setDefaultValues(IFile)185
org.eclipse.pde.internal.ui.correction.AddDefaultExecutionEnvironmentResolution.createChange(BundleModel)44
org.eclipse.pde.internal.ui.correction.RemoveUnknownExecEnvironments.createChange(BundleModel)31
org.eclipse.pde.internal.ui.editor.plugin.ExecutionEnvironmentSection.getEnvironments()326
org.eclipse.pde.internal.ui.editor.target.JRESection.initializeValues()179
org.eclipse.pde.internal.ui.launcher.LaunchValidationOperation.getMatchingEnvironments()79
org.eclipse.pde.internal.ui.wizards.imports.PluginImportOperation.importPlugin(IPluginModelBase, IProgressMonitor)204

org.eclipse.jdt.launching.JavaRuntime.getJavaProject(ILaunchConfiguration)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.internal.ui.launcher.VMHelper.getDefaultVMInstallName(ILaunchConfiguration)36

org.eclipse.jdt.launching.JavaRuntime.getSourceContainers(IRuntimeClasspathEntry[])

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.internal.ui.launcher.PDESourceLookupDirector.getSourceContainers(String, String)139

org.eclipse.jdt.launching.JavaRuntime.getVMInstall(IJavaProject)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.internal.ui.launcher.VMHelper.getDefaultVMInstallName(ILaunchConfiguration)39

org.eclipse.jdt.launching.JavaRuntime.getVMInstall(IPath)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.internal.ui.editor.product.JRESection.EELabelProvider.getText(Object)51
org.eclipse.pde.internal.ui.editor.product.JRESection.EELabelProvider.getText(Object)51
org.eclipse.pde.internal.ui.editor.product.JRESection.refresh()278
org.eclipse.pde.internal.ui.launcher.VMHelper.getVMInstall(ILaunchConfiguration)63

org.eclipse.jdt.launching.JavaRuntime.getVMInstallName(IPath)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.internal.ui.launcher.JREBlock.initializeJRESection(ILaunchConfiguration)206
org.eclipse.pde.internal.ui.launcher.JREBlock.initializeJRESection(ILaunchConfiguration)198
org.eclipse.pde.internal.ui.launcher.VMHelper.getVMInstall(ILaunchConfiguration)67

org.eclipse.jdt.launching.JavaRuntime.newArchiveRuntimeClasspathEntry(IPath)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.internal.ui.launcher.PDESourceLookupDirector.convertClasspathEntry(IClasspathEntry)154
org.eclipse.pde.ui.launcher.PDESourcePathProvider.addBinaryPackageFragmentRoots(IJavaProject, List)127

org.eclipse.jdt.launching.JavaRuntime.newJREContainerPath(IExecutionEnvironment)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.internal.ui.editor.product.JRESection.EELabelProvider.getText(Object)50
org.eclipse.pde.internal.ui.editor.product.JRESection.EELabelProvider.getText(Object)50
org.eclipse.pde.internal.ui.editor.product.JRESection.setEE(IExecutionEnvironment)215
org.eclipse.pde.internal.ui.launcher.JREBlock.saveJRESection(ILaunchConfigurationWorkingCopy)276

org.eclipse.jdt.launching.JavaRuntime.newJREContainerPath(IVMInstall)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.internal.ui.editor.product.JRESection.setJRE(IVMInstall)223
org.eclipse.pde.internal.ui.launcher.JREBlock.saveJRESection(ILaunchConfigurationWorkingCopy)269
org.eclipse.pde.internal.ui.launcher.PDEMigrationDelegate.migrate(ILaunchConfigurationWorkingCopy)48

org.eclipse.jdt.launching.JavaRuntime.newProjectRuntimeClasspathEntry(IJavaProject)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.internal.ui.launcher.PDESourceLookupDirector.addProjectSourceContainers(IProject, ArrayList)193
org.eclipse.pde.ui.launcher.PDESourcePathProvider.computeUnresolvedClasspath(ILaunchConfiguration)46

org.eclipse.jdt.launching.JavaRuntime.newRuntimeContainerClasspathEntry(IPath, int)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.ui.launcher.PDESourcePathProvider.getJREEntry(ILaunchConfiguration)66

org.eclipse.jdt.launching.JavaRuntime.resolveRuntimeClasspathEntry(IRuntimeClasspathEntry, ILaunchConfiguration)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.ui.launcher.PDESourcePathProvider.resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration)103

org.eclipse.jdt.launching.JavaRuntime.setDefaultVMInstall(IVMInstall, IProgressMonitor)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.pde.internal.ui.preferences.TargetEnvironmentTab.applyJREGroup()268

org.eclipse.jdt.launching.sourcelookup.containers.JavaSourceLookupParticipant.JavaSourceLookupParticipant()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.pde.internal.ui.launcher.PDESourceLookupDirector.initializeParticipants()49

org.eclipse.jdt.launching.StandardSourcePathProvider.computeUnresolvedClasspath(ILaunchConfiguration)

OVERRIDE
Reference LocationLine Number
org.eclipse.pde.ui.launcher.PDESourcePathProvider.computeUnresolvedClasspath(ILaunchConfiguration)-1

org.eclipse.jdt.launching.StandardSourcePathProvider.resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration)

OVERRIDE
Reference LocationLine Number
org.eclipse.pde.ui.launcher.PDESourcePathProvider.resolveClasspath(IRuntimeClasspathEntry[], ILaunchConfiguration)-1

org.eclipse.jdt.launching.StandardSourcePathProvider.StandardSourcePathProvider()

OVERRIDE
Reference LocationLine Number
org.eclipse.pde.ui.launcher.PDESourcePathProvider.PDESourcePathProvider()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.PDESourcePathProvider.PDESourcePathProvider()33

org.eclipse.jdt.launching.VMRunnerConfiguration.setEnvironment(String[])

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)64

org.eclipse.jdt.launching.VMRunnerConfiguration.setProgramArguments(String[])

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)62

org.eclipse.jdt.launching.VMRunnerConfiguration.setVMArguments(String[])

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)61

org.eclipse.jdt.launching.VMRunnerConfiguration.setVMSpecificAttributesMap(Map)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)65

org.eclipse.jdt.launching.VMRunnerConfiguration.setWorkingDirectory(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)63

org.eclipse.jdt.launching.VMRunnerConfiguration.VMRunnerConfiguration(String, String[])

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.pde.ui.launcher.AbstractPDELaunchConfiguration.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor)60

Back to reference summary for org.eclipse.pde.ui

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict