Methods from org.eclipse.core.resources used by org.eclipse.dltk.debug.ui

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

Reference Details

org.eclipse.core.resources.IContainer.findMember(IPath)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.getContainer(String)580

org.eclipse.core.resources.IContainer.findMember(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.launcher.WorkingDirectoryBlock.getContainer()246

org.eclipse.core.resources.IContainer.getDefaultCharset()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.getDefaultEncoding(ILaunchConfiguration)414

org.eclipse.core.resources.IContainer.members()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.getScriptResources(Object[], IProgressMonitor)299

org.eclipse.core.resources.IFile.getCharset()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.getDefaultEncoding(ILaunchConfiguration)412

org.eclipse.core.resources.IFile.getName()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.getScriptResources(Object[], IProgressMonitor)295

org.eclipse.core.resources.IMarker.getAttribute(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.SimpleBreakpointLocationTester.evaluate(IBreakpoint)162
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.SimpleBreakpointLocationTester.evaluate(IBreakpoint)162
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getLineBreakpointEditorInput(Object)702

org.eclipse.core.resources.IMarker.getResource()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.ResourceBreakpointLocationTester.evaluate(IBreakpoint)142
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.ResourceBreakpointLocationTester.evaluate(IBreakpoint)142
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.SimpleBreakpointLocationTester.evaluate(IBreakpoint)159
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.SimpleBreakpointLocationTester.evaluate(IBreakpoint)159
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getLineBreakpointEditorInput(Object)694

org.eclipse.core.resources.IProject.getFile(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.getResource(ILaunchConfiguration)310
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.getSourceModule()421

org.eclipse.core.resources.IProject.isOpen()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.getResource(ILaunchConfiguration)303
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.validateLocalShared()914

org.eclipse.core.resources.IResource.equals(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.getBreakpointLocationTester(IEditorInput)173
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.ResourceBreakpointLocationTester.evaluate(IBreakpoint)142
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.ResourceBreakpointLocationTester.evaluate(IBreakpoint)142
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.SimpleBreakpointLocationTester.evaluate(IBreakpoint)160
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.SimpleBreakpointLocationTester.evaluate(IBreakpoint)160
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.validateLocalShared()910

org.eclipse.core.resources.IResource.exists()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.addExceptionBreakpoint(String, boolean, boolean, IType)308
org.eclipse.dltk.debug.ui.breakpoints.ScriptToggleBreakpointAdapter.isRemote(IWorkbenchPart, ISelection)58
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.getScriptProject()527
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.getResource(ILaunchConfiguration)303
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.getResource(ILaunchConfiguration)311
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.validateAndGetScriptPath()456

org.eclipse.core.resources.IResource.getFullPath()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.getBreakpointResourceLocation(ITextEditor)191
org.eclipse.dltk.debug.ui.breakpoints.ScriptLineBreakpointPropertyPage.getBreakpointResourceName()46
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.10.widgetSelected(SelectionEvent)334
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.getDefaultSharedConfigLocation(ILaunchConfiguration)528
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.initializeFrom(ILaunchConfiguration)602

org.eclipse.core.resources.IResource.getLocation()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.addMethodEntryBreakpoint(ITextEditor, int, String)266
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.addWatchPoint(ITextEditor, int, String)292

org.eclipse.core.resources.IResource.getLocationURI()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.validateAndGetScriptPath()456
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.validateAndGetScriptPath()457
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.validateAndGetScriptPath()433
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getStackFrameRelativePath(IScriptStackFrame)177
org.eclipse.dltk.internal.debug.ui.ScriptRunToLineAdapter.runToLine(IWorkbenchPart, ISelection, ISuspendResume)64

org.eclipse.core.resources.IResource.getName()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.createConfiguration(IResource)225
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.createConfiguration(IResource)231
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.findLaunchConfiguration(IResource, ILaunchConfigurationType)182

org.eclipse.core.resources.IResource.getParent()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.initializeFrom(ILaunchConfiguration)600

org.eclipse.core.resources.IResource.getProject()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.addExceptionBreakpoint(String, boolean, boolean, IType)308
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.getDefaultSharedConfigLocation(ILaunchConfiguration)526
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.validateLocalShared()914
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.getContextModelElement()568
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.createConfiguration(IResource)231
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.findLaunchConfiguration(IResource, ILaunchConfigurationType)182

org.eclipse.core.resources.IResource.getProjectRelativePath()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.handleSearchButtonSelected()200
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.setDefaults(ILaunchConfigurationWorkingCopy, IModelElement)256
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.createConfiguration(IResource)234
org.eclipse.dltk.internal.debug.ui.launcher.AbstractScriptLaunchShortcut.findLaunchConfiguration(IResource, ILaunchConfigurationType)177

org.eclipse.core.resources.IResource.isAccessible()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.2.isValid(IScriptProject)474
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.getDefaultSharedConfigLocation(ILaunchConfiguration)527
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.updateProjectFromConfig(ILaunchConfiguration)705

org.eclipse.core.resources.IWorkspace.getRoot()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.getWorkspaceRoot()116
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.getScriptProject()525
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.10.widgetSelected(SelectionEvent)329
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.getWorkspaceRoot()852
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.validateLocalShared()911
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.ensureValid(IModelElement)275
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.getWorkspaceRoot()625
org.eclipse.dltk.debug.ui.preferences.ScriptStepFilterPreferencePage.addAll()396
org.eclipse.dltk.debug.ui.ScriptDebugConsoleGenericHyperlink.getSourceModule(String)130
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getProject(IDebugElement)112
org.eclipse.dltk.internal.debug.ui.ExternalFileEditorInput.getAdapter(Class)63
org.eclipse.dltk.internal.debug.ui.interpreters.ScriptInterpreterPreferencePage.getScriptModel()199
org.eclipse.dltk.internal.debug.ui.launcher.WorkingDirectoryBlock.getContainer()230
org.eclipse.dltk.internal.debug.ui.launcher.WorkingDirectoryBlock.getWorkspaceRoot()296
org.eclipse.dltk.internal.debug.ui.launcher.WorkingDirectoryBlock.handleWorkspaceDirBrowseButtonSelected()207

org.eclipse.core.resources.IWorkspace.run(IWorkspaceRunnable, IProgressMonitor)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.updateBreakpoints(IBreakpoint[], ScriptDebugOptionsManagerIBreakpointUpdater)77

org.eclipse.core.resources.IWorkspace.run(IWorkspaceRunnable, ISchedulingRule, int, IProgressMonitor)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.breakpoints.ScriptBreakpointPropertyPage.performOk()420

org.eclipse.core.resources.IWorkspaceRoot.findContainersForLocation(IPath)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.launcher.WorkingDirectoryBlock.getContainer()237

org.eclipse.core.resources.IWorkspaceRoot.findFilesForLocation(IPath)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.internal.debug.ui.ExternalFileEditorInput.getAdapter(Class)64

org.eclipse.core.resources.IWorkspaceRoot.findFilesForLocationURI(URI)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.validateAndGetScriptPath()450

org.eclipse.core.resources.IWorkspaceRoot.getFileForLocation(IPath)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.ScriptDebugConsoleGenericHyperlink.getSourceModule(String)130

org.eclipse.core.resources.IWorkspaceRoot.getProject(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.getScriptProject()526
org.eclipse.dltk.debug.ui.launchConfigurations.MainLaunchConfigurationTab.getResource(ILaunchConfiguration)302
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.updateProjectFromConfig(ILaunchConfiguration)703
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getProject(IDebugElement)112

org.eclipse.core.resources.IWorkspaceRoot.getProjects()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.ensureValid(IModelElement)276

org.eclipse.core.resources.ResourcesPlugin.getEncoding()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.getDefaultEncoding(ILaunchConfiguration)420

org.eclipse.core.resources.ResourcesPlugin.getWorkspace()

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.dltk.debug.ui.breakpoints.BreakpointUtils.getWorkspaceRoot()116
org.eclipse.dltk.debug.ui.breakpoints.ScriptBreakpointPropertyPage.performOk()420
org.eclipse.dltk.debug.ui.launchConfigurations.InterpreterTab.getScriptProject()525
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.10.widgetSelected(SelectionEvent)329
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.getWorkspaceRoot()852
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptCommonTab.validateLocalShared()911
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.ensureValid(IModelElement)275
org.eclipse.dltk.debug.ui.launchConfigurations.ScriptLaunchConfigurationTab.getWorkspaceRoot()625
org.eclipse.dltk.debug.ui.preferences.ScriptStepFilterPreferencePage.addAll()395
org.eclipse.dltk.debug.ui.ScriptDebugConsoleGenericHyperlink.getSourceModule(String)130
org.eclipse.dltk.debug.ui.ScriptDebugModelPresentation.getProject(IDebugElement)112
org.eclipse.dltk.internal.debug.ui.ExternalFileEditorInput.getAdapter(Class)62
org.eclipse.dltk.internal.debug.ui.interpreters.ScriptInterpreterPreferencePage.getScriptModel()199
org.eclipse.dltk.internal.debug.ui.launcher.WorkingDirectoryBlock.getContainer()230
org.eclipse.dltk.internal.debug.ui.launcher.WorkingDirectoryBlock.getWorkspaceRoot()296
org.eclipse.dltk.internal.debug.ui.launcher.WorkingDirectoryBlock.handleWorkspaceDirBrowseButtonSelected()207
org.eclipse.dltk.internal.debug.ui.ScriptDebugOptionsManager.updateBreakpoints(IBreakpoint[], ScriptDebugOptionsManagerIBreakpointUpdater)77

Back to reference summary for org.eclipse.dltk.debug.ui

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict