Uses of Interface
org.eclipse.core.runtime.IProgressMonitor
Packages that use IProgressMonitor
Package
Description
Provides support for running the Ant build tool in the platform.
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Support for compare and merge viewers which show the
content side-by-side.
Provides support for applying and working with patches.
Provides support for finding the differences between
two or three sequences of comparable entities.
Provides support for finding and displaying the differences
between hierarchically structured data.
Classes for the creation of undoable operations which can be added to an operations
history and later be undone and redone.
Provides the API for accessing file buffers.
Provides the API for manipulating file buffers.
Provides an interface for interacting with a file system.
Provides an API to be extended by a file system implementation.
Provides basic support for managing a workspace and
its resources.
Provides APIs for integrating application models with the workspace
Provides APIs intended to be implemented by the auto-refresh providers.
Provides APIs intended to be implemented by the Team component.
Provides support for the runtime platform, core utility methods and the extension registry.
Provides core support for scheduling and interacting with background activity.
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Provides a set of interfaces for common debug commands.
Defines interfaces for debug model elements, source lookup, and launching.
Provides support for source lookup.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a set of actions related to running and debugging applications.
Provides a user interface for debug platform source lookup facilities.
Provides support for interacting with the p2 provisioning engine
Provides support for registering new provisioning actions and touchpoints.
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
Provides core support for interacting with a dependency resolution mechanism.
Provides common classes for the query mechanism.
Defines common API for querying and modifying provisioning repositories.
Defines artifact repository.
Defines SPI for registering new implementations of artifact repositories.
Defines metadata repository.
Defines SPI for registering new implementations of metadata repositories.
Defines common types for handling repositories.
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
Provides the ability to add participants to help search and is responsible
for creating search indices.
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides support for dialogs.
Provides JFace support for long-running operations.
Provides a content assist add-on for an
ITextViewer.Provides a reconciler add-on for an
ITextViewer.Provides a framework for wizards.
Provides support for the JSch SSH2 library.
Application programmer interface to implement semantic preserving workspace transformations.
Application programming interface to query refactoring history information from the refactoring infrastructure.
Application programming interface to support logical models.
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
Application programmer interface to implement resource dependend refactorings.
Application programming interface to display and preview refactoring history information.
Application programming interface to provide model integration for refactoring histories.
Classes giving access to the file (text) search functionality.
Classes and interface required to contribute search dialog pages and search result view pages.
Application programming interfaces for defining and working with repository providers.
Application programming interfaces for working with diffs.
Application programming interfaces for working with diffs.
Application programming interfaces for describing the history associated with
files.
Application programming interfaces for importing projects into the workspace.
Application programming interfaces for working with resource mappings.
Application programming interfaces for working with resource mappings.
Application programming interfaces for generating and refreshing
synchronization state.
Application programming interfaces for managing synchronization state.
Application programming interfaces for accessing and managing resource variants.
Provides basic support for managing Team providers.
Application programming interfaces for working with history.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.Support for forms-based multi-page editors.
APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
Provides the Common Navigator framework.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
Provides interfaces to for the
org.eclipse.ui.editors.quickDiffReferenceProvider
extension point and adds an action to enable quick diff display for an editor.Partial infrastructure for spell checking in text editors.
Utility classes for working with markers in views
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
-
Uses of IProgressMonitor in org.eclipse.ant.core
Methods in org.eclipse.ant.core with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidAntRunner.run(IProgressMonitor monitor) Runs the build file. -
Uses of IProgressMonitor in org.eclipse.compare
Methods in org.eclipse.compare with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected voidCompareEditorInput.flushLeftViewers(IProgressMonitor monitor) protected voidCompareEditorInput.flushRightViewers(IProgressMonitor monitor) protected voidCompareEditorInput.flushViewers(IProgressMonitor monitor) Flushes the viewer contents into the input.IStreamMerger.merge(OutputStream output, String outputEncoding, InputStream ancestor, String ancestorEncoding, InputStream target, String targetEncoding, InputStream other, String otherEncoding, IProgressMonitor monitor) Deprecated.Performs a merge operation on the given input streams and writes the merge result to the output stream.protected abstract ObjectCompareEditorInput.prepareInput(IProgressMonitor monitor) Runs the compare operation and returns the compare result.voidCompareEditorInput.run(IProgressMonitor monitor) Runs the compare operation and stores the compare result.voidCompareEditorInput.save(IProgressMonitor pm) Deprecated.Override method saveChanges instead.voidCompareEditorInput.saveChanges(IProgressMonitor monitor) Saves any unsaved changes.protected voidSharedDocumentAdapter.saveDocument(IDocumentProvider provider, IEditorInput documentKey, IDocument document, boolean overwrite, IProgressMonitor monitor) A helper method to save a document. -
Uses of IProgressMonitor in org.eclipse.compare.contentmergeviewer
Methods in org.eclipse.compare.contentmergeviewer with parameters of type IProgressMonitorModifier and TypeMethodDescriptionfinal voidContentMergeViewer.flush(IProgressMonitor monitor) Flush any modifications made in the viewer into the compare input.voidIFlushable.flush(IProgressMonitor monitor) Request that the view contents be flushed to the underlying compare input.protected voidContentMergeViewer.flushContent(Object input, IProgressMonitor monitor) Flushes the modified content back to input elements via the content provider.protected voidTextMergeViewer.flushContent(Object oldInput, IProgressMonitor monitor) voidContentMergeViewer.flushLeft(IProgressMonitor monitor) voidContentMergeViewer.flushRight(IProgressMonitor monitor) voidContentMergeViewer.save(IProgressMonitor monitor) Deprecated. -
Uses of IProgressMonitor in org.eclipse.compare.internal
Methods in org.eclipse.compare.internal with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidBufferedResourceNode.commit(IProgressMonitor pm) voidCompareEditor.doSave(IProgressMonitor progressMonitor) voidIFlushable2.flushLeft(IProgressMonitor monitor) voidIFlushable2.flushRight(IProgressMonitor monitor) CompareUIPlugin.prepareInput(CompareEditorInput input, IProgressMonitor monitor) static StringUtilities.readString(InputStream is, String encoding, int length, IProgressMonitor monitor) voidWorker.run(IProgressMonitor monitor) protected IStatusWorkerJob.run(IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.compare.patch
Methods in org.eclipse.compare.patch with parameters of type IProgressMonitorModifier and TypeMethodDescriptionIFilePatch.apply(IStorage contents, PatchConfiguration configuration, IProgressMonitor monitor) Apply this patch to the given file contents.IFilePatch2.apply(ReaderCreator content, PatchConfiguration configuration, IProgressMonitor monitor) Apply this patch to the given contents. -
Uses of IProgressMonitor in org.eclipse.compare.rangedifferencer
Methods in org.eclipse.compare.rangedifferencer with parameters of type IProgressMonitorModifier and TypeMethodDescriptionstatic RangeDifference[]RangeDifferencer.findDifferences(AbstractRangeDifferenceFactory factory, IProgressMonitor pm, IRangeComparator left, IRangeComparator right) Finds the differences between twoIRangeComparators.static RangeDifference[]RangeDifferencer.findDifferences(AbstractRangeDifferenceFactory factory, IProgressMonitor pm, IRangeComparator ancestor, IRangeComparator left, IRangeComparator right) Finds the differences among threeIRangeComparators.static RangeDifference[]RangeDifferencer.findDifferences(IProgressMonitor pm, IRangeComparator left, IRangeComparator right) Finds the differences between twoIRangeComparators.static RangeDifference[]RangeDifferencer.findDifferences(IProgressMonitor pm, IRangeComparator ancestor, IRangeComparator left, IRangeComparator right) Finds the differences among threeIRangeComparators.static RangeDifference[]RangeDifferencer.findRanges(AbstractRangeDifferenceFactory factory, IProgressMonitor pm, IRangeComparator left, IRangeComparator right) Finds the differences among twoIRangeComparators.static RangeDifference[]RangeDifferencer.findRanges(AbstractRangeDifferenceFactory factory, IProgressMonitor pm, IRangeComparator ancestor, IRangeComparator left, IRangeComparator right) Finds the differences among threeIRangeComparators.static RangeDifference[]RangeDifferencer.findRanges(IProgressMonitor pm, IRangeComparator left, IRangeComparator right) Finds the differences among twoIRangeComparators.static RangeDifference[]RangeDifferencer.findRanges(IProgressMonitor pm, IRangeComparator ancestor, IRangeComparator left, IRangeComparator right) Finds the differences among threeIRangeComparators. -
Uses of IProgressMonitor in org.eclipse.compare.structuremergeviewer
Methods in org.eclipse.compare.structuremergeviewer with parameters of type IProgressMonitorModifier and TypeMethodDescriptionIStructureCreator2.createElement(Object element, Object input, IProgressMonitor monitor) Creates the single node specified by path from the given input object.StructureCreator.createElement(Object element, Object input, IProgressMonitor monitor) Default implementation ofStructureCreator.createElement(Object, Object, IProgressMonitor)that usesStructureCreator.getPath(Object, Object)to determine the path for the element,StructureCreator.createStructure(Object, IProgressMonitor)to create the structure andStructureCreator.findElement(IStructureComparator, String[])to find the element in the structure.IStructureCreator2.createStructure(Object input, IProgressMonitor monitor) Creates a tree structure consisting ofIStructureComparators from the given object and returns its root object.StructureCreator.createStructure(Object element, IProgressMonitor monitor) protected abstract IStructureComparatorStructureCreator.createStructureComparator(Object element, IDocument document, ISharedDocumentAdapter sharedDocumentAdapter, IProgressMonitor monitor) Creates anIStructureComparatorfor the given element using the contents available in the given document.protected voidStructureDiffViewer.diff(IProgressMonitor monitor) Runs the difference engine and refreshes the tree.Differencer.findDifferences(boolean threeWay, IProgressMonitor pm, Object data, Object ancestor, Object left, Object right) Starts the differencing engine on the three input objects.protected voidStructureDiffViewer.postDiffHook(Differencer differencer, IDiffContainer root, IProgressMonitor monitor) This method is called from withinStructureDiffViewer.diff(IProgressMonitor)after the difference tree has been built.protected voidStructureDiffViewer.preDiffHook(IStructureComparator ancestor, IStructureComparator left, IStructureComparator right, IProgressMonitor monitor) This method is called from withinStructureDiffViewer.diff(IProgressMonitor)before the difference tree is being built.protected voidDifferencer.updateProgress(IProgressMonitor progressMonitor, Object node) Called for every leaf or node compare to update progress information. -
Uses of IProgressMonitor in org.eclipse.core.commands.operations
Methods in org.eclipse.core.commands.operations with parameters of type IProgressMonitorModifier and TypeMethodDescriptionIAdvancedUndoableOperation2.computeExecutionStatus(IProgressMonitor monitor) Return a status indicating the projected outcome of executing the receiver.TriggeredOperations.computeExecutionStatus(IProgressMonitor monitor) IAdvancedUndoableOperation.computeRedoableStatus(IProgressMonitor monitor) Return a status indicating the projected outcome of redoing the receiver.TriggeredOperations.computeRedoableStatus(IProgressMonitor monitor) IAdvancedUndoableOperation.computeUndoableStatus(IProgressMonitor monitor) Return a status indicating the projected outcome of undoing the receiver.TriggeredOperations.computeUndoableStatus(IProgressMonitor monitor) abstract IStatusAbstractOperation.execute(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.execute(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) IOperationHistory.execute(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) Execute the specified operation and add it to the operations history if successful.IUndoableOperation.execute(IProgressMonitor monitor, IAdaptable info) Execute the operation.TriggeredOperations.execute(IProgressMonitor monitor, IAdaptable info) abstract IStatusAbstractOperation.redo(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.redo(IUndoContext context, IProgressMonitor monitor, IAdaptable info) IOperationHistory.redo(IUndoContext context, IProgressMonitor monitor, IAdaptable info) Redo the most recently undone operation in the given context.IUndoableOperation.redo(IProgressMonitor monitor, IAdaptable info) Redo the operation.TriggeredOperations.redo(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.redoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) IOperationHistory.redoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) Redo the specified operation.abstract IStatusAbstractOperation.undo(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.undo(IUndoContext context, IProgressMonitor monitor, IAdaptable info) IOperationHistory.undo(IUndoContext context, IProgressMonitor monitor, IAdaptable info) Undo the most recently executed operation in the given context.IUndoableOperation.undo(IProgressMonitor monitor, IAdaptable info) Undo the operation.TriggeredOperations.undo(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.undoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) IOperationHistory.undoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) Undo the specified operation. -
Uses of IProgressMonitor in org.eclipse.core.filebuffers
Methods in org.eclipse.core.filebuffers with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidIFileBuffer.commit(IProgressMonitor monitor, boolean overwrite) Commits this file buffer by changing the contents of the underlying file to the contents of this file buffer.voidIFileBufferManager.connect(IPath location, LocationKind locationKind, IProgressMonitor monitor) Connects the file at the given location to this manager.voidIFileBufferManager.connect(IPath location, IProgressMonitor monitor) Deprecated.As of 3.3, replaced byIFileBufferManager.connect(IPath, LocationKind, IProgressMonitor)voidIFileBufferManager.connectFileStore(IFileStore fileStore, IProgressMonitor monitor) Connects the given file store to this manager.voidIFileBufferManager.disconnect(IPath location, LocationKind locationKind, IProgressMonitor monitor) Disconnects the file at the given location from this manager.voidIFileBufferManager.disconnect(IPath location, IProgressMonitor monitor) Deprecated.As of 3.3, replaced byIFileBufferManager.disconnect(IPath, LocationKind, IProgressMonitor)voidIFileBufferManager.disconnectFileStore(IFileStore fileStore, IProgressMonitor monitor) Disconnects the given file store from this manager.voidIFileBuffer.revert(IProgressMonitor monitor) Reverts the contents of this file buffer to the content of its underlying file.voidIFileBuffer.validateState(IProgressMonitor monitor, Object computationContext) Validates the state of this file buffer and tries to bring the buffer's underlying file into a state in which it can be modified.voidIFileBufferManager.validateState(IFileBuffer[] fileBuffers, IProgressMonitor monitor, Object computationContext) Validates the state of the given file buffers and tries to bring the buffer's underlying file into a state in which it can be modified. -
Uses of IProgressMonitor in org.eclipse.core.filebuffers.manipulation
Methods in org.eclipse.core.filebuffers.manipulation with parameters of type IProgressMonitorModifier and TypeMethodDescriptionfinal UndoEditMultiTextEditWithProgress.apply(IDocument document, int style, IProgressMonitor progressMonitor) final UndoEditMultiTextEditWithProgress.apply(IDocument document, IProgressMonitor progressMonitor) protected voidFileBufferOperationRunner.commit(IFileBuffer[] fileBuffers, IProgressMonitor progressMonitor) protected voidGenericFileBufferOperationRunner.commit(IFileBuffer[] fileBuffers, IProgressMonitor progressMonitor) protected MultiTextEditWithProgressConvertLineDelimitersOperation.computeTextEdit(ITextFileBuffer fileBuffer, IProgressMonitor progressMonitor) protected MultiTextEditWithProgressRemoveTrailingWhitespaceOperation.computeTextEdit(ITextFileBuffer fileBuffer, IProgressMonitor progressMonitor) protected abstract MultiTextEditWithProgressTextFileBufferOperation.computeTextEdit(ITextFileBuffer textFileBuffer, IProgressMonitor progressMonitor) Computes and returns a text edit.ContainerCreator.createContainer(IProgressMonitor progressMonitor) Creates this container.protected voidGenericFileBufferOperationRunner.doCommit(IFileBuffer[] fileBuffers, IProgressMonitor progressMonitor) voidGenericFileBufferOperationRunner.execute(IPath[] locations, IFileBufferOperation operation, IProgressMonitor monitor) Executes the given operation for all file buffers specified by the given locations.voidIFileBufferOperation.run(IFileBuffer fileBuffer, IProgressMonitor monitor) Runs this operation, that is manipulates the content of the given file buffer.voidTextFileBufferOperation.run(IFileBuffer fileBuffer, IProgressMonitor progressMonitor) -
Uses of IProgressMonitor in org.eclipse.core.filesystem
Methods in org.eclipse.core.filesystem with parameters of type IProgressMonitorModifier and TypeMethodDescriptionIFileStore.childInfos(int options, IProgressMonitor monitor) Returns anIFileInfoinstance for each file and directory contained within this store.String[]IFileStore.childNames(int options, IProgressMonitor monitor) Returns the names of the files and directories contained within this store.IFileStore.childStores(int options, IProgressMonitor monitor) Returns anIFileStoreinstance for each file and directory contained within this store.voidIFileStore.copy(IFileStore destination, int options, IProgressMonitor monitor) Copies the file represented by this store to the provided destination store.voidIFileStore.delete(int options, IProgressMonitor monitor) Deletes the files and directories represented by this store.IFileSystem.fetchFileTree(IFileStore root, IProgressMonitor monitor) Returns a file tree containing information about the complete sub-tree rooted at the given store.IFileStore.fetchInfo(int options, IProgressMonitor monitor) Fetches and returns information about this file from the underlying file system.IFileStore.mkdir(int options, IProgressMonitor monitor) Creates a directory, and optionally its parent directories.voidIFileStore.move(IFileStore destination, int options, IProgressMonitor monitor) Moves the file represented by this store to the provided destination store.IFileStore.openInputStream(int options, IProgressMonitor monitor) Returns an open input stream on the contents of this file.IFileStore.openOutputStream(int options, IProgressMonitor monitor) Returns an open output stream on the contents of this file.voidIFileStore.putInfo(IFileInfo info, int options, IProgressMonitor monitor) Writes information about this file to the underlying file system.default byte[]IFileStore.readAllBytes(int options, IProgressMonitor monitor) Returns the bytes contents of this file.IFileStore.toLocalFile(int options, IProgressMonitor monitor) Returns a file in the local file system with the same state as this file.default voidIFileStore.write(byte[] content, int options, IProgressMonitor monitor) Writes the contents to this file. -
Uses of IProgressMonitor in org.eclipse.core.filesystem.provider
Methods in org.eclipse.core.filesystem.provider with parameters of type IProgressMonitorModifier and TypeMethodDescriptionFileStore.childInfos(int options, IProgressMonitor monitor) The default implementation ofIFileStore.childInfos(int, IProgressMonitor).abstract String[]FileStore.childNames(int options, IProgressMonitor monitor) FileStore.childStores(int options, IProgressMonitor monitor) The default implementation ofIFileStore.childStores(int, IProgressMonitor).voidFileStore.copy(IFileStore destination, int options, IProgressMonitor monitor) The default implementation ofIFileStore.copy(IFileStore, int, IProgressMonitor).protected voidFileStore.copyDirectory(IFileInfo sourceInfo, IFileStore destination, int options, IProgressMonitor monitor) Recursively copies a directory as specified byIFileStore.copy(IFileStore, int, IProgressMonitor).protected voidFileStore.copyFile(IFileInfo sourceInfo, IFileStore destination, int options, IProgressMonitor monitor) Copies a file as specified byIFileStore.copy(IFileStore, int, IProgressMonitor).voidFileStore.delete(int options, IProgressMonitor monitor) The default implementation ofIFileStore.delete(int, IProgressMonitor).FileSystem.fetchFileTree(IFileStore root, IProgressMonitor monitor) Returns a file tree containing information about the complete sub-tree rooted at the given store.abstract IFileInfoFileStore.fetchInfo(int options, IProgressMonitor monitor) FileStore.mkdir(int options, IProgressMonitor monitor) The default implementation ofIFileStore.mkdir(int, IProgressMonitor).voidFileStore.move(IFileStore destination, int options, IProgressMonitor monitor) The default implementation ofIFileStore.move(IFileStore, int, IProgressMonitor).abstract InputStreamFileStore.openInputStream(int options, IProgressMonitor monitor) FileStore.openOutputStream(int options, IProgressMonitor monitor) The default implementation ofIFileStore.openOutputStream(int, IProgressMonitor).voidFileStore.putInfo(IFileInfo info, int options, IProgressMonitor monitor) The default implementation ofIFileStore.putInfo(IFileInfo, int, IProgressMonitor).FileStore.toLocalFile(int options, IProgressMonitor monitor) The default implementation ofIFileStore.toLocalFile(int, IProgressMonitor). -
Uses of IProgressMonitor in org.eclipse.core.resources
Methods in org.eclipse.core.resources with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidIFile.appendContents(InputStream source, boolean force, boolean keepHistory, IProgressMonitor monitor) Appends the entire contents of the given stream to this file.voidIFile.appendContents(InputStream source, int updateFlags, IProgressMonitor monitor) Appends the entire contents of the given stream to this file.protected abstract IProject[]IncrementalProjectBuilder.build(int kind, Map<String, String> args, IProgressMonitor monitor) Runs this builder in the specified manner.voidInvokes thebuildmethod of the specified builder for this project.voidIProject.build(int kind, IProgressMonitor monitor) Builds this project.voidIProject.build(IBuildConfiguration config, int kind, IProgressMonitor monitor) Builds a specific build configuration of this project.voidIWorkspace.build(int kind, IProgressMonitor monitor) Builds all projects in this workspace.voidIWorkspace.build(IBuildConfiguration[] buildConfigs, int kind, boolean buildReferences, IProgressMonitor monitor) Build the build configurations specified in the passed in build configuration array.voidIIncrementalProjectBuilder2.clean(Map<String, String> args, IProgressMonitor monitor) Clean is an opportunity for a builder to discard any additional state that has been computed as a result of previous builds.protected voidIncrementalProjectBuilder.clean(IProgressMonitor monitor) Clean is an opportunity for a builder to discard any additional state that has been computed as a result of previous builds.voidIResource.clearHistory(IProgressMonitor monitor) Removes the local history of this resource and its descendents.voidIProject.close(IProgressMonitor monitor) Closes this project.voidIResource.copy(IProjectDescription description, boolean force, IProgressMonitor monitor) Makes a copy of this project using the given project description.voidIResource.copy(IProjectDescription description, int updateFlags, IProgressMonitor monitor) Makes a copy of this project using the given project description.voidIResource.copy(IPath destination, boolean force, IProgressMonitor monitor) Makes a copy of this resource at the given path.voidIResource.copy(IPath destination, int updateFlags, IProgressMonitor monitor) Makes a copy of this resource at the given path.IWorkspace.copy(IResource[] resources, IPath destination, boolean force, IProgressMonitor monitor) Copies the given sibling resources so that they are located as members of the resource at the given path; the names of the copies are the same as the corresponding originals.IWorkspace.copy(IResource[] resources, IPath destination, int updateFlags, IProgressMonitor monitor) Copies the given sibling resources so that they are located as members of the resource at the given path; the names of the copies are the same as the corresponding originals.default voidIFile.create(byte[] content, boolean force, boolean derived, IProgressMonitor monitor) Creates the file with the given content as byte array.default voidIFile.create(byte[] content, int createFlags, IProgressMonitor monitor) Creates the file with the given content as byte array.voidIFile.create(InputStream source, boolean force, IProgressMonitor monitor) Creates a new file resource as a member of this handle's parent resource.voidIFile.create(InputStream source, int updateFlags, IProgressMonitor monitor) Creates a new file resource as a member of this handle's parent resource.voidIFolder.create(boolean force, boolean local, IProgressMonitor monitor) Creates a new folder resource as a member of this handle's parent resource.voidIFolder.create(int updateFlags, boolean local, IProgressMonitor monitor) Creates a new folder resource as a member of this handle's parent resource.voidIProject.create(IProjectDescription description, int updateFlags, IProgressMonitor monitor) Creates a new project resource in the workspace using the given project description.voidIProject.create(IProjectDescription description, IProgressMonitor monitor) Creates a new project resource in the workspace using the given project description.voidIProject.create(IProgressMonitor monitor) Creates a new project resource in the workspace with files in the default location in the local file system.IContainer.createFilter(int type, FileInfoMatcherDescription matcherDescription, int updateFlags, IProgressMonitor monitor) Adds a new filter to this container.voidIFile.createLink(URI location, int updateFlags, IProgressMonitor monitor) Creates a new file resource as a member of this handle's parent resource.voidIFile.createLink(IPath localLocation, int updateFlags, IProgressMonitor monitor) Creates a new file resource as a member of this handle's parent resource.voidIFolder.createLink(URI location, int updateFlags, IProgressMonitor monitor) Creates a new folder resource as a member of this handle's parent resource.voidIFolder.createLink(IPath localLocation, int updateFlags, IProgressMonitor monitor) Creates a new folder resource as a member of this handle's parent resource.voidIFile.delete(boolean force, boolean keepHistory, IProgressMonitor monitor) Deletes this file from the workspace.voidIFolder.delete(boolean force, boolean keepHistory, IProgressMonitor monitor) Deletes this resource from the workspace.voidIProject.delete(boolean deleteContent, boolean force, IProgressMonitor monitor) Deletes this project from the workspace.voidIResource.delete(boolean force, IProgressMonitor monitor) Deletes this resource from the workspace.voidIResource.delete(int updateFlags, IProgressMonitor monitor) Deletes this resource from the workspace.voidIResourceFilterDescription.delete(int updateFlags, IProgressMonitor monitor) Deletes this filter description from its associated resource.IWorkspace.delete(IResource[] resources, boolean force, IProgressMonitor monitor) Deletes the given resources.IWorkspace.delete(IResource[] resources, int updateFlags, IProgressMonitor monitor) Deletes the given resources.voidIWorkspaceRoot.delete(boolean deleteContent, boolean force, IProgressMonitor monitor) Deletes everything in the workspace except the workspace root resource itself.IFile[]IContainer.findDeletedMembersWithHistory(int depth, IProgressMonitor monitor) Returns a list of recently deleted files inside this container that have one or more saved states in the local history.IFile.getHistory(IProgressMonitor monitor) Returns a list of past states of this file known to this workspace.voidIProject.loadSnapshot(int options, URI snapshotLocation, IProgressMonitor monitor) Loads a snapshot of project meta-data from the given location URI.voidIFile.move(IPath destination, boolean force, boolean keepHistory, IProgressMonitor monitor) Moves this resource to be at the given location.voidIFolder.move(IPath destination, boolean force, boolean keepHistory, IProgressMonitor monitor) Moves this resource so that it is located at the given path.voidIProject.move(IProjectDescription description, boolean force, IProgressMonitor monitor) Renames this project so that it is located at the name in the given description.voidIResource.move(IProjectDescription description, boolean force, boolean keepHistory, IProgressMonitor monitor) Renames or relocates this project so that it is the project specified by the given project description.voidIResource.move(IProjectDescription description, int updateFlags, IProgressMonitor monitor) Renames or relocates this project so that it is the project specified by the given project description.voidIResource.move(IPath destination, boolean force, IProgressMonitor monitor) Moves this resource so that it is located at the given path.voidIResource.move(IPath destination, int updateFlags, IProgressMonitor monitor) Moves this resource so that it is located at the given path.IWorkspace.move(IResource[] resources, IPath destination, boolean force, IProgressMonitor monitor) Moves the given sibling resources so that they are located as members of the resource at the given path; the names of the new members are the same.IWorkspace.move(IResource[] resources, IPath destination, int updateFlags, IProgressMonitor monitor) Moves the given sibling resources so that they are located as members of the resource at the given path; the names of the new members are the same.voidIProject.open(int updateFlags, IProgressMonitor monitor) Opens this project.voidIProject.open(IProgressMonitor monitor) Opens this project.voidIResource.refreshLocal(int depth, IProgressMonitor monitor) Refreshes the resource hierarchy from this resource and its children (to the specified depth) relative to the local file system.voidIWorkspace.run(IWorkspaceRunnable action, IProgressMonitor monitor) Identical toIWorkspace.run(ICoreRunnable, IProgressMonitor).voidIWorkspace.run(IWorkspaceRunnable action, ISchedulingRule rule, int flags, IProgressMonitor monitor) voidIWorkspace.run(ICoreRunnable action, IProgressMonitor monitor) Runs the given action as an atomic workspace operation.voidIWorkspace.run(ICoreRunnable action, ISchedulingRule rule, int flags, IProgressMonitor monitor) Runs the given action as an atomic workspace operation.voidIWorkspaceRunnable.run(IProgressMonitor monitor) abstract IStatusWorkspaceJob.runInWorkspace(IProgressMonitor monitor) Runs the operation, reporting progress to and accepting cancellation requests from the given progress monitor.IWorkspace.save(boolean full, IProgressMonitor monitor) Saves this workspace's valuable state on disk.voidIProject.saveSnapshot(int options, URI snapshotLocation, IProgressMonitor monitor) Writes a snapshot of project meta-data into the given location URI.voidIFile.setCharset(String newCharset, IProgressMonitor monitor) Sets the charset for this file.default voidIFile.setContents(byte[] content, boolean force, boolean keepHistory, IProgressMonitor monitor) Equivalent of callingIFile.setContents(InputStream, boolean, boolean, IProgressMonitor)withnew ByteArrayInputStream(content)asInputStream.default voidIFile.setContents(byte[] content, int updateFlags, IProgressMonitor monitor) Equivalent of callingIFile.setContents(InputStream, int, IProgressMonitor)withnew ByteArrayInputStream(content)asInputStream.voidIFile.setContents(InputStream source, boolean force, boolean keepHistory, IProgressMonitor monitor) Sets the contents of this file to the bytes in the given input stream.voidIFile.setContents(InputStream source, int updateFlags, IProgressMonitor monitor) Sets the contents of this file to the bytes in the given input stream.voidIFile.setContents(IFileState source, boolean force, boolean keepHistory, IProgressMonitor monitor) Sets the contents of this file to the bytes in the given file state.voidIFile.setContents(IFileState source, int updateFlags, IProgressMonitor monitor) Sets the contents of this file to the bytes in the given file state.voidIContainer.setDefaultCharset(String charset, IProgressMonitor monitor) Sets the default charset for this container.voidIResource.setDerived(boolean isDerived, IProgressMonitor monitor) Sets whether this resource subtree is marked as derived.voidIProject.setDescription(IProjectDescription description, int updateFlags, IProgressMonitor monitor) Changes this project resource to match the given project description.voidIProject.setDescription(IProjectDescription description, IProgressMonitor monitor) Changes this project resource to match the given project description.voidIResource.setLocal(boolean flag, int depth, IProgressMonitor monitor) Deprecated.This API is no longer in use.voidIResource.touch(IProgressMonitor monitor) Marks this resource as having changed even though its content may not have changed.default voidIFile.write(byte[] content, boolean force, boolean derived, boolean keepHistory, IProgressMonitor monitor) Creates the file and sets the file content.default voidIWorkspace.write(Map<IFile, byte[]> contentMap, boolean force, boolean derived, boolean keepHistory, IProgressMonitor monitor, ExecutorService executorService) Creates the files and sets/replaces the files content. -
Uses of IProgressMonitor in org.eclipse.core.resources.mapping
Methods in org.eclipse.core.resources.mapping with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidResourceMapping.accept(ResourceMappingContext context, IResourceVisitor visitor, IProgressMonitor monitor) Accepts the given visitor for all existing resources in this mapping.abstract IStorageRemoteResourceMappingContext.fetchBaseContents(IFile file, IProgressMonitor monitor) For three-way comparisons, returns an instance of IStorage in order to allow the caller to access the contents of the base resource that corresponds to the given local resource.RemoteResourceMappingContext.fetchBaseMembers(IContainer container, IProgressMonitor monitor) Returns the members of the base resource corresponding to the given container.abstract IResource[]RemoteResourceMappingContext.fetchMembers(IContainer container, IProgressMonitor monitor) Returns the combined members of the base and remote resources corresponding to the given container.abstract IStorageRemoteResourceMappingContext.fetchRemoteContents(IFile file, IProgressMonitor monitor) Returns an instance of IStorage in order to allow the caller to access the contents of the remote that corresponds to the given local resource.RemoteResourceMappingContext.fetchRemoteMembers(IContainer container, IProgressMonitor monitor) Returns the members of the remote resource corresponding to the given container.IMarker[]ResourceMapping.findMarkers(String type, boolean includeSubtypes, IProgressMonitor monitor) Returns all markers of the specified type on the resources in this mapping.ModelProvider.getMappings(IResource[] resources, ResourceMappingContext context, IProgressMonitor monitor) Returns the set of mappings that cover the given resources.ModelProvider.getMappings(IResource resource, ResourceMappingContext context, IProgressMonitor monitor) Returns the resource mappings that cover the given resource.ModelProvider.getMappings(ResourceTraversal[] traversals, ResourceMappingContext context, IProgressMonitor monitor) Returns the set of mappings that overlap with the given resource traversals.CompositeResourceMapping.getTraversals(ResourceMappingContext context, IProgressMonitor monitor) ModelProvider.getTraversals(ResourceMapping[] mappings, ResourceMappingContext context, IProgressMonitor monitor) Returns a set of traversals that cover the given resource mappings.abstract ResourceTraversal[]ResourceMapping.getTraversals(ResourceMappingContext context, IProgressMonitor monitor) Returns one or more traversals that can be used to access all the physical resources that constitute the logical resource.abstract booleanRemoteResourceMappingContext.hasLocalChange(IResource resource, IProgressMonitor monitor) For three-way comparisons, this method indicates whether local modifications have been made to the given resource.abstract booleanRemoteResourceMappingContext.hasRemoteChange(IResource resource, IProgressMonitor monitor) For two-way comparisons, return whether the contents of the corresponding remote differs from the content of the local file in the context of the current operation.abstract voidRemoteResourceMappingContext.refresh(ResourceTraversal[] traversals, int flags, IProgressMonitor monitor) Refresh the known remote state for any resources covered by the given traversals.ModelProvider.validateChange(IResourceDelta delta, IProgressMonitor monitor) Validates the proposed changes contained in the given delta.ResourceChangeValidator.validateChange(IResourceDelta delta, IProgressMonitor monitor) Validate the proposed changes contained in the given delta by consulting all model providers to determine if the changes have any adverse side effects. -
Uses of IProgressMonitor in org.eclipse.core.resources.refresh
Methods in org.eclipse.core.resources.refresh with parameters of type IProgressMonitorModifier and TypeMethodDescriptionRefreshProvider.installMonitor(IResource resource, IRefreshResult result, IProgressMonitor progressMonitor) Returns anIRefreshMonitorthat will monitor a resource.voidRefreshProvider.resetMonitors(IResource resource, IProgressMonitor progressMonitor) Resets the installed monitors for the given resource. -
Uses of IProgressMonitor in org.eclipse.core.resources.team
Methods in org.eclipse.core.resources.team with parameters of type IProgressMonitorModifier and TypeMethodDescriptionbooleanIMoveDeleteHook.deleteFile(IResourceTree tree, IFile file, int updateFlags, IProgressMonitor monitor) ImplementsIResource.delete(int,IProgressMonitor)where the receiver is a file.booleanIMoveDeleteHook.deleteFolder(IResourceTree tree, IFolder folder, int updateFlags, IProgressMonitor monitor) ImplementsIResource.delete(int,IProgressMonitor)where the receiver is a folder.booleanIMoveDeleteHook.deleteProject(IResourceTree tree, IProject project, int updateFlags, IProgressMonitor monitor) ImplementsIResource.delete(int,IProgressMonitor)where the receiver is a project.booleanIMoveDeleteHook.moveFile(IResourceTree tree, IFile source, IFile destination, int updateFlags, IProgressMonitor monitor) ImplementsIResource.move(IPath,int,IProgressMonitor)where the receiver is a file.booleanIMoveDeleteHook.moveFolder(IResourceTree tree, IFolder source, IFolder destination, int updateFlags, IProgressMonitor monitor) ImplementsIResource.move(IPath,int,IProgressMonitor)where the receiver is a project.booleanIMoveDeleteHook.moveProject(IResourceTree tree, IProject source, IProjectDescription description, int updateFlags, IProgressMonitor monitor) ImplementsIResource.move(IPath,int,IProgressMonitor)andIResource.move(IProjectDescription,int,IProgressMonitor)where the receiver is a project.voidIResourceTree.standardDeleteFile(IFile file, int updateFlags, IProgressMonitor monitor) Deletes the given file in the standard manner from both the local file system and from the workspace resource tree.voidIResourceTree.standardDeleteFolder(IFolder folder, int updateFlags, IProgressMonitor monitor) Deletes the given folder and its descendents in the standard manner from both the local file system and from the workspace resource tree.voidIResourceTree.standardDeleteProject(IProject project, int updateFlags, IProgressMonitor monitor) Deletes the given project and its descendents in the standard manner from both the local file system and from the workspace resource tree.voidIResourceTree.standardMoveFile(IFile source, IFile destination, int updateFlags, IProgressMonitor monitor) Moves the given file in the standard manner from both the local file system and from the workspace resource tree.voidIResourceTree.standardMoveFolder(IFolder source, IFolder destination, int updateFlags, IProgressMonitor monitor) Moves the given folder and its descendents in the standard manner from both the local file system and from the workspace resource tree.voidIResourceTree.standardMoveProject(IProject source, IProjectDescription description, int updateFlags, IProgressMonitor monitor) Renames and/or relocates the given project in the standard manner. -
Uses of IProgressMonitor in org.eclipse.core.resources.undo.snapshot
Methods in org.eclipse.core.resources.undo.snapshot with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidIResourceSnapshot.createExistentResourceFromHandle(IProgressMonitor monitor) Given a resource handle, create an actual resource with the attributes of the receiver resource description.IResourceSnapshot.createResource(IProgressMonitor monitor) Create an existent resource from this resource description.voidIResourceSnapshot.recordStateFromHistory(IProgressMonitor monitor) Record the appropriate state of this resource description using any available resource history. -
Uses of IProgressMonitor in org.eclipse.core.runtime
Subinterfaces of IProgressMonitor in org.eclipse.core.runtimeClasses in org.eclipse.core.runtime that implement IProgressMonitorModifier and TypeClassDescriptionclassA default progress monitor implementation suitable for subclassing.classAn abstract wrapper around a progress monitor which, unless overridden, forwardsIProgressMonitorandIProgressMonitorWithBlockingmethods to the wrapped progress monitor.classdefault implementation of aSlicedProgressMonitorthat synchronizes on the given monitor to report workfinal classA progress monitor that uses a given amount of work ticks from a parent monitor.classDeprecated.useSubMonitorinsteadMethods in org.eclipse.core.runtime that return IProgressMonitorModifier and TypeMethodDescriptionProgressMonitorWrapper.getWrappedProgressMonitor()Returns the wrapped progress monitor.static IProgressMonitorIProgressMonitor.nullSafe(IProgressMonitor monitor) Returns anullsafe access to the given monitor, for example in cases where a monitor is passed to a function the implementation can call this method to get a guaranteed non-null monitor referencedefault IProgressMonitorIProgressMonitor.slice(int work) This method creates a slice out of this monitor.Methods in org.eclipse.core.runtime with parameters of type IProgressMonitorModifier and TypeMethodDescriptionstatic SubMonitorSubMonitor.convert(IProgressMonitor monitor) Converts an unknown (possibly null) IProgressMonitor into a SubMonitor.static SubMonitorSubMonitor.convert(IProgressMonitor monitor, int work) Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated with the given number of ticks.static SubMonitorSubMonitor.convert(IProgressMonitor monitor, String taskName, int work) Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated with the given number of ticks.static voidIProgressMonitor.done(IProgressMonitor monitor) Callsdone()on the given monitor if is non-null.static voidSubMonitor.done(IProgressMonitor monitor) CallsSubMonitor.done()on the given monitor if is non-null.static IProgressMonitorIProgressMonitor.nullSafe(IProgressMonitor monitor) Returns anullsafe access to the given monitor, for example in cases where a monitor is passed to a function the implementation can call this method to get a guaranteed non-null monitor referencevoidICoreRunnable.run(IProgressMonitor monitor) Executes this runnable.Constructors in org.eclipse.core.runtime with parameters of type IProgressMonitorModifierConstructorDescriptionprotectedProgressMonitorWrapper(IProgressMonitor monitor) Creates a new wrapper around the given monitor.SlicedProgressMonitor(IProgressMonitor monitor, int totalWork) SubProgressMonitor(IProgressMonitor monitor, int ticks) Deprecated.Creates a new sub-progress monitor for the given monitor.SubProgressMonitor(IProgressMonitor monitor, int ticks, int style) Deprecated.Creates a new sub-progress monitor for the given monitor. -
Uses of IProgressMonitor in org.eclipse.core.runtime.jobs
Methods in org.eclipse.core.runtime.jobs that return IProgressMonitorModifier and TypeMethodDescriptionabstract IProgressMonitorProgressProvider.createMonitor(Job job) Provides a new progress monitor instance to be used by the given job.ProgressProvider.createMonitor(Job job, IProgressMonitor group, int ticks) Returns a progress monitor that can be used by a running job to report progress in the context of a progress group.IJobManager.createProgressGroup()Returns a progress monitor that can be used to provide aggregated progress feedback on a set of running jobs.ProgressProvider.createProgressGroup()Returns a progress monitor that can be used to provide aggregated progress feedback on a set of running jobs.ProgressProvider.getDefaultMonitor()Returns a progress monitor to use when none has been provided by the client running the job.ProgressProvider.monitorFor(IProgressMonitor monitor) Returns a (possibly wrapped) progress monitor to use when running in a job.Methods in org.eclipse.core.runtime.jobs with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidIJobManager.beginRule(ISchedulingRule rule, IProgressMonitor monitor) Begins applying this rule in the calling thread.ProgressProvider.createMonitor(Job job, IProgressMonitor group, int ticks) Returns a progress monitor that can be used by a running job to report progress in the context of a progress group.voidIJobManager.join(Object family, IProgressMonitor monitor) Waits until all jobs of the given family are finished.final booleanJob.join(long timeoutMillis, IProgressMonitor monitor) Waits until either the job is finished or the given timeout has expired.final booleanJobGroup.join(long timeoutMillis, IProgressMonitor monitor) Waits until either all jobs belonging to this job group have finished or the given timeout has expired.ProgressProvider.monitorFor(IProgressMonitor monitor) Returns a (possibly wrapped) progress monitor to use when running in a job.IJobFunction.run(IProgressMonitor monitor) Executes this job.protected abstract IStatusJob.run(IProgressMonitor monitor) Executes this job.final voidJob.setProgressGroup(IProgressMonitor group, int ticks) Associates this job with a progress group.voidIJobManager.suspend(ISchedulingRule rule, IProgressMonitor monitor) Deprecated.This method is not safe and should not be used.Job.yieldRule(IProgressMonitor monitor) Temporarily puts thisJobback intoJob.WAITINGstate and relinquishes the job's scheduling rule so that anyJob.WAITINGjobs that conflict with this job's scheduling rule have an opportunity to start. -
Uses of IProgressMonitor in org.eclipse.debug.core
Methods in org.eclipse.debug.core with parameters of type IProgressMonitorModifier and TypeMethodDescriptionILaunchConfiguration.launch(String mode, IProgressMonitor monitor) Launches this configuration in the specified mode by delegating to this configuration's launch configuration delegate, and returns the resulting launch.ILaunchConfiguration.launch(String mode, IProgressMonitor monitor, boolean build) Launches this configuration in the specified mode by delegating to this configuration's launch configuration delegate, and returns the resulting launch.ILaunchConfiguration.launch(String mode, IProgressMonitor monitor, boolean build, boolean register) Launches this configuration in the specified mode by delegating to this configuration's launch configuration delegate, and returns the resulting launch.static voidRefreshUtil.refreshResources(IResource[] resources, int depth, IProgressMonitor monitor) Refreshes the resources as specified by the given launch configuration.static voidRefreshUtil.refreshResources(ILaunchConfiguration configuration, IProgressMonitor monitor) Refreshes the resources as specified by the given launch configuration via itsRefreshUtil.ATTR_REFRESH_SCOPEandRefreshUtil.ATTR_REFRESH_RECURSIVEattributes. -
Uses of IProgressMonitor in org.eclipse.debug.core.commands
Methods in org.eclipse.debug.core.commands with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected abstract voidAbstractDebugCommand.doExecute(Object[] targets, IProgressMonitor monitor, IRequest request) Executes this command synchronously on the specified targets, reporting progress.protected abstract booleanAbstractDebugCommand.isExecutable(Object[] targets, IProgressMonitor monitor, IEnabledStateRequest request) Returns whether this command is executable on the specified targets, reporting progress. -
Uses of IProgressMonitor in org.eclipse.debug.core.model
Methods in org.eclipse.debug.core.model with parameters of type IProgressMonitorModifier and TypeMethodDescriptionbooleanILaunchConfigurationDelegate2.buildForLaunch(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Optionally performs any required building before launching the given configuration in the specified mode, and returns whether the debug platform should perform an incremental workspace build before the launch continues.booleanLaunchConfigurationDelegate.buildForLaunch(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) protected voidLaunchConfigurationDelegate.buildProjects(IProject[] projects, IProgressMonitor monitor) Performs an incremental build on each of the given projects.booleanILaunchConfigurationDelegate2.finalLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Returns whether a launch should proceed.booleanLaunchConfigurationDelegate.finalLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) voidILaunchConfigurationDelegate.launch(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) Launches the given configuration in the specified mode, contributing debug targets and/or processes to the given launch object.booleanILaunchConfigurationDelegate2.preLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Returns whether a launch should proceed.booleanLaunchConfigurationDelegate.preLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) protected booleanLaunchConfigurationDelegate.saveBeforeLaunch(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Performs the scoped saving of resources before launching and returns whether the launch should continue.default StringILaunchConfigurationDelegate.showCommandLine(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) Gets the command line to launch the given configuration in the specified mode. -
Uses of IProgressMonitor in org.eclipse.debug.core.sourcelookup
Methods in org.eclipse.debug.core.sourcelookup with parameters of type IProgressMonitorModifier and TypeMethodDescriptionISourcePathComputerDelegate.computeSourceContainers(ILaunchConfiguration configuration, IProgressMonitor monitor) Returns a default collection source containers to be considered for the given launch configuration. -
Uses of IProgressMonitor in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type IProgressMonitorModifier and TypeMethodDescriptionstatic ILaunchDebugUITools.buildAndLaunch(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) Builds the workspace according to current preference settings, and launches the given configuration in the specified mode, returning the resulting launch object.static voidDebugUITools.deleteBreakpoints(IBreakpoint[] breakpoints, Shell shell, IProgressMonitor progressMonitor) Deletes the given breakpoints using the operation history, which allows to undo the deletion.voidDeferredDebugElementWorkbenchAdapter.fetchDeferredChildren(Object object, IElementCollector collector, IProgressMonitor monitor) Deprecated.static voidRefreshTab.refreshResources(ILaunchConfiguration configuration, IProgressMonitor monitor) Refreshes the resources as specified by the given launch configuration. -
Uses of IProgressMonitor in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidExportBreakpointsOperation.run(IProgressMonitor monitor) voidImportBreakpointsOperation.run(IProgressMonitor monitor) voidRunToLineHandler.run(IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidCommonSourceNotFoundEditor.doSave(IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.e4.ui.dialogs.filteredtree
Methods in org.eclipse.e4.ui.dialogs.filteredtree with parameters of type IProgressMonitorModifier and TypeMethodDescriptionfinal IStatusBasicUIJob.run(IProgressMonitor monitor) abstract IStatusBasicUIJob.runInUIThread(IProgressMonitor monitor) Run the job in the UI Thread. -
Uses of IProgressMonitor in org.eclipse.equinox.p2.engine
Methods in org.eclipse.equinox.p2.engine with parameters of type IProgressMonitorModifier and TypeMethodDescriptionIProfile.available(IQuery<IInstallableUnit> query, IProgressMonitor monitor) Returns the installable units in this profile that match the given query.ProvisioningContext.getArtifactDescriptors(IProgressMonitor monitor) Returns a queryable that can be used to obtain any artifact descriptors that are needed for the provisioning operation.ProvisioningContext.getArtifactKeys(IProgressMonitor monitor) Returns a queryable that can be used to obtain any artifact keys that are needed for the provisioning operation.ProvisioningContext.getArtifactRepositories(IProgressMonitor monitor) Returns a queryable that can be used to obtain any artifact repositories that are needed for the provisioning operation.ProvisioningContext.getArtifactSources(Collection<? extends IArtifactKey> keys, IProgressMonitor monitor) Returns a map from simple artifact repository location to a subset of the given artifact keys available in that repository.ProvisioningContext.getInstallableUnitSources(Collection<? extends IInstallableUnit> ius, IProgressMonitor monitor) Returns a map from simple metadata repository location to a subset of the given installable units available in that repository.ProvisioningContext.getMetadata(IProgressMonitor monitor) Returns a queryable that can be used to obtain any metadata (installable units) that are needed for the provisioning operation.IEngine.perform(IProvisioningPlan plan, IProgressMonitor monitor) Executes a provisioning plan with a default phase set and context.IEngine.perform(IProvisioningPlan plan, IPhaseSet phaseSet, IProgressMonitor monitor) Executes a provisioning plan. -
Uses of IProgressMonitor in org.eclipse.equinox.p2.engine.spi
Methods in org.eclipse.equinox.p2.engine.spi with parameters of type IProgressMonitorModifier and TypeMethodDescriptionTouchpoint.completePhase(IProgressMonitor monitor, IProfile profile, String phaseId, Map<String, Object> parameters) This method is called at the end of execution of an engine phase.Touchpoint.initializePhase(IProgressMonitor monitor, IProfile profile, String phaseId, Map<String, Object> parameters) This method is called at the beginning of execution of an engine phase. -
Uses of IProgressMonitor in org.eclipse.equinox.p2.operations
Methods in org.eclipse.equinox.p2.operations with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected voidInstallOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor) protected abstract voidProfileChangeOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor) Compute the profile change request for this operation, adding any relevant intermediate status to the supplied status.protected voidRemediationOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor) protected voidSynchronizeOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor) protected voidUninstallOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor) protected voidUpdateOperation.computeProfileChangeRequest(MultiStatus status, IProgressMonitor monitor) OperationFactory.createInstallOperation(Collection<? extends IVersionedId> toInstall, Collection<URI> repos, IProgressMonitor monitor) This factory method creates anInstallOperationto install all the elements listed from the specified repositories.OperationFactory.createSynchronizeOperation(Collection<? extends IVersionedId> toInstall, Collection<URI> repos, IProgressMonitor monitor) This factory method creates anSynchronizeOperationthat will cause the current installation to exclusively contain the elements listed once executed.OperationFactory.createUninstallOperation(Collection<? extends IVersionedId> toUninstall, Collection<URI> repos, IProgressMonitor monitor) Create anUninstallOperationthat will uninstall the listed elements from the running instance.OperationFactory.createUpdateOperation(Collection<? extends IVersionedId> toUpdate, Collection<URI> repos, IProgressMonitor monitor) Create anUpdateOperationthat will update the elements specified.ProfileChangeOperation.getProvisioningJob(IProgressMonitor monitor) Return a provisioning job that can be used to perform the resolved operation.RemediationOperation.getProvisioningJob(IProgressMonitor monitor) final ProvisioningJobProfileChangeOperation.getResolveJob(IProgressMonitor monitor) Return a job that can be used to resolve this operation in the background.OperationFactory.listInstalledElements(boolean rootsOnly, IProgressMonitor monitor) Returns theIInstallableUnits that are installed in the running instance of Eclipse.ProvisioningSession.performProvisioningPlan(IProvisioningPlan plan, IPhaseSet phaseSet, ProvisioningContext context, IProgressMonitor monitor) Perform the specified provisioning plan.abstract voidRepositoryTracker.refreshRepositories(URI[] locations, ProvisioningSession session, IProgressMonitor monitor) Refresh the repositories at the specified locationsfinal IStatusProfileChangeOperation.resolveModal(IProgressMonitor monitor) Resolve the operation in the current thread using the specified progress monitor.final IStatusProvisioningJob.run(IProgressMonitor monitor) Executes this job.ProfileModificationJob.runModal(IProgressMonitor monitor) abstract IStatusProvisioningJob.runModal(IProgressMonitor monitor) Perform the specific work involved in running this job in the current thread.voidProvisioningJob.setAdditionalProgressMonitor(IProgressMonitor monitor) RepositoryTracker.validateRepositoryLocation(ProvisioningSession session, URI location, boolean contactRepositories, IProgressMonitor monitor) Validate the specified repository location. -
Uses of IProgressMonitor in org.eclipse.equinox.p2.planner
Methods in org.eclipse.equinox.p2.planner with parameters of type IProgressMonitorModifier and TypeMethodDescriptionIPlanner.getDiffPlan(IProfile currentProfile, IProfile targetProfile, IProgressMonitor monitor) IPlanner.getProvisioningPlan(IProfileChangeRequest profileChangeRequest, ProvisioningContext context, IProgressMonitor monitor) Returns a plan describing the set of changes that must be performed to satisfy the given profile change request.IPlanner.updatesFor(IInstallableUnit iu, ProvisioningContext context, IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.equinox.p2.query
Methods in org.eclipse.equinox.p2.query with parameters of type IProgressMonitorModifier and TypeMethodDescriptionCollectionResult.query(IQuery<T> query, IProgressMonitor monitor) Collector.query(IQuery<T> query, IProgressMonitor monitor) Performs a query on this results of this collector.IQueryable.query(IQuery<T> query, IProgressMonitor monitor) Performs a query, passing any objects that satisfy the query to the provided collector. -
Uses of IProgressMonitor in org.eclipse.equinox.p2.repository
Methods in org.eclipse.equinox.p2.repository with parameters of type IProgressMonitorModifier and TypeMethodDescriptionIRepositoryManager.loadRepository(URI location, int flags, IProgressMonitor monitor) Loads the repository at the given location.IRepositoryManager.loadRepository(URI location, IProgressMonitor monitor) Loads the repository at the given location.IRepositoryManager.refreshRepository(URI location, IProgressMonitor monitor) Refreshes the repository corresponding to the given URL.voidIRunnableWithProgress.run(IProgressMonitor monitor) Runs this operation.IRepository.setProperty(String key, String value, IProgressMonitor monitor) Sets the value of the property with the given key. -
Uses of IProgressMonitor in org.eclipse.equinox.p2.repository.artifact
Methods in org.eclipse.equinox.p2.repository.artifact with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidIArtifactRepository.addDescriptor(IArtifactDescriptor descriptor, IProgressMonitor monitor) Add the given descriptor to the set of descriptors in this repository.voidIArtifactRepository.addDescriptors(IArtifactDescriptor[] descriptors, IProgressMonitor monitor) Add the given artifact descriptors to this repositoryIArtifactRepository.executeBatch(IRunnableWithProgress runnable, IProgressMonitor monitor) Executes a runnable against this repository.IArtifactRepository.getArtifact(IArtifactDescriptor descriptor, OutputStream destination, IProgressMonitor monitor) Writes to the given output stream the bytes represented by the artifact descriptor.IArtifactRepository.getArtifacts(IArtifactRequest[] requests, IProgressMonitor monitor) Executes the given artifact requests on this byte server.IArtifactRepository.getRawArtifact(IArtifactDescriptor descriptor, OutputStream destination, IProgressMonitor monitor) Writes to the given output stream the bytes represented by the artifact descriptor.IArtifactRepositoryManager.loadRepository(URI location, int flags, IProgressMonitor monitor) Loads the repository at the given location.IArtifactRepositoryManager.loadRepository(URI location, IProgressMonitor monitor) Loads the repository at the given location.voidIArtifactRequest.perform(IArtifactRepository sourceRepository, IProgressMonitor monitor) Performs the artifact request, and sets the result status.IArtifactRepositoryManager.refreshRepository(URI location, IProgressMonitor monitor) Refreshes the repository corresponding to the given URL.voidIArtifactRepository.removeAll(IProgressMonitor monitor) Remove the all keys, descriptors, and contents from this repository.voidIArtifactRepository.removeDescriptor(IArtifactKey key, IProgressMonitor monitor) Remove the given key and all related content and descriptors from this repository.voidIArtifactRepository.removeDescriptor(IArtifactDescriptor descriptor, IProgressMonitor monitor) Remove the given descriptor and its corresponding content in this repository.voidIArtifactRepository.removeDescriptors(IArtifactKey[] keys, IProgressMonitor monitor) Remove the given list of keys and all related content and descriptors from this repository.voidIArtifactRepository.removeDescriptors(IArtifactDescriptor[] descriptors, IProgressMonitor monitor) Remove the given list of artifact descriptors and their corresponding content in this repository. -
Uses of IProgressMonitor in org.eclipse.equinox.p2.repository.artifact.spi
Methods in org.eclipse.equinox.p2.repository.artifact.spi with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidAbstractArtifactRepository.addDescriptor(IArtifactDescriptor descriptor, IProgressMonitor monitor) voidAbstractArtifactRepository.addDescriptors(IArtifactDescriptor[] descriptors, IProgressMonitor monitor) Add the given artifact descriptors to this repositoryAbstractArtifactRepository.executeBatch(IRunnableWithProgress runnable, IProgressMonitor monitor) abstract IStatusAbstractArtifactRepository.getArtifact(IArtifactDescriptor descriptor, OutputStream destination, IProgressMonitor monitor) abstract IStatusAbstractArtifactRepository.getArtifacts(IArtifactRequest[] requests, IProgressMonitor monitor) abstract IArtifactRepositoryArtifactRepositoryFactory.load(URI location, int flags, IProgressMonitor monitor) Loads and returns the repository of this factory's type at the given location.voidAbstractArtifactRepository.removeAll(IProgressMonitor monitor) voidAbstractArtifactRepository.removeDescriptor(IArtifactKey key, IProgressMonitor monitor) Remove the given key and all related content and descriptors from this repository.voidAbstractArtifactRepository.removeDescriptor(IArtifactDescriptor descriptor, IProgressMonitor monitor) Remove the given descriptor and its corresponding content in this repository.voidAbstractArtifactRepository.removeDescriptors(IArtifactKey[] keys, IProgressMonitor monitor) Remove the given list of keys and all related content and descriptors from this repository.voidAbstractArtifactRepository.removeDescriptors(IArtifactDescriptor[] descriptors, IProgressMonitor monitor) Remove the given list of artifact descriptors and their corresponding content in this repository. -
Uses of IProgressMonitor in org.eclipse.equinox.p2.repository.metadata
Methods in org.eclipse.equinox.p2.repository.metadata with parameters of type IProgressMonitorModifier and TypeMethodDescriptionIMetadataRepository.executeBatch(IRunnableWithProgress runnable, IProgressMonitor monitor) Executes a runnable against this repository.IMetadataRepositoryManager.loadRepository(URI location, int flags, IProgressMonitor monitor) Loads the repository at the given location.IMetadataRepositoryManager.loadRepository(URI location, IProgressMonitor monitor) Loads the repository at the given location.IMetadataRepositoryManager.refreshRepository(URI location, IProgressMonitor monitor) Refreshes the repository corresponding to the given URL. -
Uses of IProgressMonitor in org.eclipse.equinox.p2.repository.metadata.spi
Methods in org.eclipse.equinox.p2.repository.metadata.spi with parameters of type IProgressMonitorModifier and TypeMethodDescriptionAbstractMetadataRepository.executeBatch(IRunnableWithProgress runnable, IProgressMonitor monitor) abstract IMetadataRepositoryMetadataRepositoryFactory.load(URI location, int flags, IProgressMonitor monitor) Loads a repository corresponding to the given URL. -
Uses of IProgressMonitor in org.eclipse.equinox.p2.repository.spi
Methods in org.eclipse.equinox.p2.repository.spi with parameters of type IProgressMonitorModifier and TypeMethodDescriptionAbstractRepository.setProperty(String key, String value, IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.equinox.p2.ui
Methods in org.eclipse.equinox.p2.ui with parameters of type IProgressMonitorModifier and TypeMethodDescriptionProvisioningUI.loadArtifactRepository(URI location, boolean update, IProgressMonitor monitor) Load the specified artifact repository, signaling a repository operation start event before loading, and a repository operation complete event after loading.ProvisioningUI.loadMetadataRepository(URI location, boolean notify, IProgressMonitor monitor) Load the specified metadata repository, signaling a repository operation start event before loading, and a repository operation complete event after loading.LoadMetadataRepositoryJob.runModal(IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.help.search
Methods in org.eclipse.help.search with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidHelpIndexBuilder.execute(IProgressMonitor monitor) Creates the plug-in search index by parsing the provided plugin.xml file, looking for TOC extensions.voidISearchEngine.run(String query, ISearchScope scope, ISearchEngineResultCollector collector, IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.jface.action
Methods in org.eclipse.jface.action that return IProgressMonitorModifier and TypeMethodDescriptionIStatusLineManager.getProgressMonitor()Creates a new progress monitor which reports progress in the status line.StatusLineManager.getProgressMonitor()SubStatusLineManager.getProgressMonitor()protected IProgressMonitorStatusLineManager.getProgressMonitorDelegate()Returns the progress monitor delegate. -
Uses of IProgressMonitor in org.eclipse.jface.dialogs
Methods in org.eclipse.jface.dialogs that return IProgressMonitorModifier and TypeMethodDescriptionProgressMonitorDialog.getProgressMonitor()Returns the progress monitor to use for operations run in this progress dialog.Methods in org.eclipse.jface.dialogs with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidIDialogBlockedHandler.showBlocked(IProgressMonitor blocking, IStatus blockingStatus, String blockedName) A blockage has occurred.voidIDialogBlockedHandler.showBlocked(Shell parentShell, IProgressMonitor blocking, IStatus blockingStatus, String blockedName) A blockage has occurred. -
Uses of IProgressMonitor in org.eclipse.jface.notifications.internal
Methods in org.eclipse.jface.notifications.internal with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected IStatusAnimationUtil.FadeJob.run(IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.jface.operation
Methods in org.eclipse.jface.operation that return IProgressMonitorModifier and TypeMethodDescriptionstatic IProgressMonitorProgressMonitorUtil.createUIProgressMonitor(IProgressMonitor monitor, Display display) Wraps anIProgressMonitorassociated with the UI thread, producing a newIProgressMonitorwhich can be used from any one thread.Methods in org.eclipse.jface.operation with parameters of type IProgressMonitorModifier and TypeMethodDescriptionstatic booleanModalContext.canProgressMonitorBeUsed(IProgressMonitor monitor1, IProgressMonitor monitor2) Returns whether the first progress monitor is the same as, or a wrapper around, the second progress monitor.static voidModalContext.checkCanceled(IProgressMonitor monitor) Checks with the given progress monitor and throwsInterruptedExceptionif it has been canceled.static IProgressMonitorWithBlockingProgressMonitorUtil.createAccumulatingProgressMonitor(IProgressMonitor monitor, Display display) Deprecated.static IProgressMonitorProgressMonitorUtil.createUIProgressMonitor(IProgressMonitor monitor, Display display) Wraps anIProgressMonitorassociated with the UI thread, producing a newIProgressMonitorwhich can be used from any one thread.voidIRunnableWithProgress.run(IProgressMonitor monitor) Runs this operation.static voidModalContext.run(IRunnableWithProgress operation, boolean fork, IProgressMonitor monitor, Display display) Runs the given runnable in a modal context, passing it a progress monitor. -
Uses of IProgressMonitor in org.eclipse.jface.text.codemining
Methods in org.eclipse.jface.text.codemining with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected CompletableFuture<Void> AbstractCodeMining.doResolve(ITextViewer viewer, IProgressMonitor monitor) Returns the future which resolved the content of mining and null otherwise.CompletableFuture<List<? extends ICodeMining>> ICodeMiningProvider.provideCodeMinings(ITextViewer viewer, IProgressMonitor monitor) Compute a list of code miningsICodeMining.final CompletableFuture<Void> AbstractCodeMining.resolve(ITextViewer viewer, IProgressMonitor monitor) ICodeMining.resolve(ITextViewer viewer, IProgressMonitor monitor) Returns the future to resolve the content of mining, orCompletableFuture.completedFuture(Object)if no such resolution is necessary (in which case {#isResolved()} is expected to returntrue). -
Uses of IProgressMonitor in org.eclipse.jface.text.contentassist
Methods in org.eclipse.jface.text.contentassist with parameters of type IProgressMonitorModifier and TypeMethodDescriptionICompletionProposalExtension5.getAdditionalProposalInfo(IProgressMonitor monitor) Returns additional information about the proposal. -
Uses of IProgressMonitor in org.eclipse.jface.text.reconciler
Methods in org.eclipse.jface.text.reconciler that return IProgressMonitorModifier and TypeMethodDescriptionprotected IProgressMonitorAbstractReconciler.getProgressMonitor()Returns the progress monitor of this reconciler.AbstractReconcileStep.getProgressMonitor()IReconcileStep.getProgressMonitor()Returns the progress monitor used to report progress.Methods in org.eclipse.jface.text.reconciler with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidAbstractReconciler.setProgressMonitor(IProgressMonitor monitor) Sets the progress monitor of this reconciler.voidAbstractReconcileStep.setProgressMonitor(IProgressMonitor monitor) voidIReconcileStep.setProgressMonitor(IProgressMonitor monitor) Sets the progress monitor for this reconcile step.voidIReconcilingStrategyExtension.setProgressMonitor(IProgressMonitor monitor) Tells this reconciling strategy with which progress monitor it will work.voidMonoReconciler.setProgressMonitor(IProgressMonitor monitor) voidReconciler.setProgressMonitor(IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.jface.wizard
Classes in org.eclipse.jface.wizard that implement IProgressMonitorModifier and TypeClassDescriptionclassA standard implementation of an IProgressMonitor.Methods in org.eclipse.jface.wizard that return IProgressMonitorModifier and TypeMethodDescriptionprotected IProgressMonitorWizardDialog.getProgressMonitor()Returns the progress monitor for this wizard dialog (if it has one). -
Uses of IProgressMonitor in org.eclipse.jsch.core
Methods in org.eclipse.jsch.core with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidIJSchService.connect(com.jcraft.jsch.Proxy proxy, String host, int port, int timeout, IProgressMonitor monitor) Connect to the given host and port using the given proxy.voidIJSchService.connect(com.jcraft.jsch.Session session, int timeout, IProgressMonitor monitor) Connect the session using a responsive socket factory. -
Uses of IProgressMonitor in org.eclipse.ltk.core.refactoring
Methods in org.eclipse.ltk.core.refactoring with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected RefactoringStatusPerformRefactoringHistoryOperation.aboutToPerformRefactoring(Refactoring refactoring, RefactoringDescriptor descriptor, IProgressMonitor monitor) Hook method which is called when the specified refactoring is going to be executed.protected IDocumentDocumentChange.acquireDocument(IProgressMonitor pm) protected abstract IDocumentTextChange.acquireDocument(IProgressMonitor pm) Acquires a reference to the document to be changed by this text change.protected IDocumentTextFileChange.acquireDocument(IProgressMonitor pm) Refactoring.checkAllConditions(IProgressMonitor pm) Checks all conditions.abstract RefactoringStatusRefactoring.checkFinalConditions(IProgressMonitor pm) AftercheckInitialConditionshas been performed and the user has provided all input necessary to perform the refactoring this method is called to check the remaining preconditions.abstract RefactoringStatusRefactoring.checkInitialConditions(IProgressMonitor pm) Checks some initial conditions based on the element to be refactored.protected voidDocumentChange.commit(IDocument document, IProgressMonitor pm) protected abstract voidTextChange.commit(IDocument document, IProgressMonitor pm) Commits the document acquired via a call toaquireDocument.protected voidTextFileChange.commit(IDocument document, IProgressMonitor pm) Commits the document acquired via a call toaquireDocument.abstract ChangeRefactoring.createChange(IProgressMonitor pm) Creates aChangeobject that performs the actual workspace transformation.protected RefactoringPerformRefactoringHistoryOperation.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status, IProgressMonitor monitor) Deprecated.since 3.6.protected RefactoringContextPerformRefactoringHistoryOperation.createRefactoringContext(RefactoringDescriptor descriptor, RefactoringStatus status, IProgressMonitor monitor) Method which is called to create a refactoring context from a refactoring descriptor.protected voidPerformChangeOperation.executeChange(IProgressMonitor pm) Actually executes the change.final StringMultiStateTextFileChange.getCurrentContent(IProgressMonitor monitor) final StringMultiStateTextFileChange.getCurrentContent(IRegion region, boolean expand, int surround, IProgressMonitor monitor) TextChange.getCurrentContent(IProgressMonitor pm) TextChange.getCurrentContent(IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm) abstract StringTextEditBasedChange.getCurrentContent(IProgressMonitor pm) Returns the current content of the document this text change is associated with.abstract StringTextEditBasedChange.getCurrentContent(IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm) Returns the current content of the text edit change clipped to a specific region.final IDocumentMultiStateTextFileChange.getCurrentDocument(IProgressMonitor monitor) Returns a document representing the current state of the buffer, prior to the application of the change.TextChange.getCurrentDocument(IProgressMonitor pm) Returns the document this text change is associated to.final StringMultiStateTextFileChange.getPreviewContent(IProgressMonitor monitor) final StringMultiStateTextFileChange.getPreviewContent(TextEditBasedChangeGroup[] groups, IRegion region, boolean expand, int surround, IProgressMonitor monitor) TextChange.getPreviewContent(IProgressMonitor pm) TextChange.getPreviewContent(TextEditBasedChangeGroup[] changeGroups, IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm) Returns a preview of the text change clipped to a specific region.TextChange.getPreviewContent(TextEditChangeGroup[] changeGroups, IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm) Returns a preview of the text change clipped to a specific region.abstract StringTextEditBasedChange.getPreviewContent(IProgressMonitor pm) Returns the preview content as a string.abstract StringTextEditBasedChange.getPreviewContent(TextEditBasedChangeGroup[] changeGroups, IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm) Returns a preview of the text edit change clipped to a specific region.final IDocumentMultiStateTextFileChange.getPreviewDocument(IProgressMonitor monitor) Returns a document representing the preview of the refactored buffer, after the application of the change object.TextChange.getPreviewDocument(IProgressMonitor pm) Returns a document containing a preview of the text change.abstract voidChange.initializeValidationData(IProgressMonitor pm) Hook method to initialize some internal state to provide an adequate answer for theisValidmethod.voidCompositeChange.initializeValidationData(IProgressMonitor pm) Hook method to initialize some internal state to provide an adequate answer for theisValidmethod.voidDocumentChange.initializeValidationData(IProgressMonitor pm) final voidMultiStateTextFileChange.initializeValidationData(IProgressMonitor monitor) voidNullChange.initializeValidationData(IProgressMonitor pm) voidTextFileChange.initializeValidationData(IProgressMonitor monitor) voidUndoTextFileChange.initializeValidationData(IProgressMonitor pm) abstract RefactoringStatusChange.isValid(IProgressMonitor pm) Verifies that this change object is still valid and can be executed by callingperform.CompositeChange.isValid(IProgressMonitor pm) Verifies that this change object is still valid and can be executed by callingperform.DocumentChange.isValid(IProgressMonitor pm) final RefactoringStatusMultiStateTextFileChange.isValid(IProgressMonitor monitor) NullChange.isValid(IProgressMonitor pm) TextFileChange.isValid(IProgressMonitor monitor) UndoTextFileChange.isValid(IProgressMonitor pm) abstract ChangeChange.perform(IProgressMonitor pm) Performs this change.CompositeChange.perform(IProgressMonitor pm) Performs this change.final ChangeMultiStateTextFileChange.perform(IProgressMonitor monitor) NullChange.perform(IProgressMonitor pm) TextChange.perform(IProgressMonitor pm) UndoTextFileChange.perform(IProgressMonitor pm) voidIUndoManager.performRedo(IValidationCheckResultQuery query, IProgressMonitor pm) Redo the top most redo change.voidIUndoManager.performUndo(IValidationCheckResultQuery query, IProgressMonitor pm) Undo the top most undo change.protected voidPerformRefactoringHistoryOperation.refactoringPerformed(Refactoring refactoring, IProgressMonitor monitor) Hook method which is called when the specified refactoring has been performed.protected voidDocumentChange.releaseDocument(IDocument document, IProgressMonitor pm) protected abstract voidTextChange.releaseDocument(IDocument document, IProgressMonitor pm) Releases the document acquired via a call toaquireDocument.protected voidTextFileChange.releaseDocument(IDocument document, IProgressMonitor pm) RefactoringDescriptorProxy.requestDescriptor(IProgressMonitor monitor) Resolves this proxy and returns the associated refactoring descriptor.voidCheckConditionsOperation.run(IProgressMonitor pm) voidCreateChangeOperation.run(IProgressMonitor pm) voidPerformChangeOperation.run(IProgressMonitor pm) voidPerformRefactoringHistoryOperation.run(IProgressMonitor monitor) voidPerformRefactoringOperation.run(IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.ltk.core.refactoring.history
Methods in org.eclipse.ltk.core.refactoring.history with parameters of type IProgressMonitorModifier and TypeMethodDescriptionIRefactoringHistoryService.getProjectHistory(IProject project, long start, long end, int flags, IProgressMonitor monitor) Returns a project refactoring history for the specified project.IRefactoringHistoryService.getProjectHistory(IProject project, IProgressMonitor monitor) Returns a project refactoring history for the specified project.IRefactoringHistoryService.getRefactoringHistory(IProject[] projects, long start, long end, int flags, IProgressMonitor monitor) Returns the combined refactoring history for the specified projects.IRefactoringHistoryService.getRefactoringHistory(IProject[] projects, IProgressMonitor monitor) Returns the combined refactoring history for the specified projects.IRefactoringHistoryService.getWorkspaceHistory(long start, long end, IProgressMonitor monitor) Returns the workspace refactoring history.IRefactoringHistoryService.getWorkspaceHistory(IProgressMonitor monitor) Returns the workspace refactoring history.voidIRefactoringHistoryService.writeRefactoringDescriptors(RefactoringDescriptorProxy[] proxies, OutputStream stream, int flags, boolean time, IProgressMonitor monitor) Writes the specified refactoring descriptor proxies to the output stream. -
Uses of IProgressMonitor in org.eclipse.ltk.core.refactoring.model
Methods in org.eclipse.ltk.core.refactoring.model with parameters of type IProgressMonitorModifier and TypeMethodDescriptionfinal ResourceTraversal[]AbstractRefactoringDescriptorResourceMapping.getTraversals(ResourceMappingContext context, IProgressMonitor monitor) final ResourceTraversal[]AbstractRefactoringHistoryResourceMapping.getTraversals(ResourceMappingContext context, IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.ltk.core.refactoring.participants
Methods in org.eclipse.ltk.core.refactoring.participants with parameters of type IProgressMonitorModifier and TypeMethodDescriptionCheckConditionsContext.check(IProgressMonitor pm) Checks the condition of all registered condition checkers and returns a merge status result.IConditionChecker.check(IProgressMonitor monitor) Performs the actual condition checking.ResourceChangeChecker.check(IProgressMonitor monitor) ValidateEditChecker.check(IProgressMonitor monitor) abstract RefactoringStatusRefactoringParticipant.checkConditions(IProgressMonitor pm, CheckConditionsContext context) Checks the conditions of the refactoring participant.static RefactoringStatusResourceChangeChecker.checkFilesToBeChanged(IFile[] files, IProgressMonitor monitor) A helper method to check a set of changed files.ProcessorBasedRefactoring.checkFinalConditions(IProgressMonitor pm) abstract RefactoringStatusRefactoringProcessor.checkFinalConditions(IProgressMonitor pm, CheckConditionsContext context) Checks the final conditions based on the element to be refactored.ProcessorBasedRefactoring.checkInitialConditions(IProgressMonitor pm) abstract RefactoringStatusRefactoringProcessor.checkInitialConditions(IProgressMonitor pm) Checks some initial conditions based on the element to be refactored.ProcessorBasedRefactoring.createChange(IProgressMonitor pm) abstract ChangeRefactoringParticipant.createChange(IProgressMonitor pm) Creates aChangeobject that contains the workspace modifications of this participant to be executed after the changes from the refactoring are executed.abstract ChangeRefactoringProcessor.createChange(IProgressMonitor pm) Creates aChangeobject describing the workspace modifications the processor contributes to the overall refactoring.RefactoringParticipant.createPreChange(IProgressMonitor pm) Creates aChangeobject that contains the workspace modifications of this participant to be executed before the changes from the refactoring are executed.RefactoringProcessor.postCreateChange(Change[] participantChanges, IProgressMonitor pm) Additional hook allowing processors to add changes to the set of workspace modifications after all participant changes have been created. -
Uses of IProgressMonitor in org.eclipse.ltk.core.refactoring.resource
Methods in org.eclipse.ltk.core.refactoring.resource with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidResourceChange.initializeValidationData(IProgressMonitor pm) ResourceChange.isValid(IProgressMonitor pm) This implementation ofChange.isValid(IProgressMonitor)tests the modified resource using the validation method specified byResourceChange.setValidationMethod(int).CopyProjectChange.perform(IProgressMonitor pm) DeleteResourceChange.perform(IProgressMonitor pm) final ChangeMoveRenameResourceChange.perform(IProgressMonitor monitor) final ChangeMoveResourceChange.perform(IProgressMonitor monitor) RenameResourceChange.perform(IProgressMonitor pm) -
Uses of IProgressMonitor in org.eclipse.ltk.ui.refactoring.history
Methods in org.eclipse.ltk.ui.refactoring.history with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected RefactoringStatusRefactoringHistoryWizard.aboutToPerformHistory(IProgressMonitor monitor) Hook method which is called before the first refactoring of the history is executed.protected RefactoringStatusRefactoringHistoryWizard.aboutToPerformRefactoring(Refactoring refactoring, RefactoringDescriptor descriptor, IProgressMonitor monitor) Hook method which is called before the a refactoring of the history is executed.protected RefactoringRefactoringHistoryWizard.createRefactoring(RefactoringDescriptor descriptor, RefactoringStatus status, IProgressMonitor monitor) Deprecated.since 3.7.protected RefactoringContextRefactoringHistoryWizard.createRefactoringContext(RefactoringDescriptor descriptor, RefactoringStatus status, IProgressMonitor monitor) Creates a refactoring context from the specified refactoring descriptor.protected RefactoringStatusRefactoringHistoryWizard.historyPerformed(IProgressMonitor monitor) Hook method which is called when all refactorings of the history have been executed.protected RefactoringStatusRefactoringHistoryWizard.refactoringPerformed(Refactoring refactoring, IProgressMonitor monitor) Hook method which is called when the specified refactoring has been performed, e.g. its change object has been successfully applied to the workspace. -
Uses of IProgressMonitor in org.eclipse.ltk.ui.refactoring.model
Methods in org.eclipse.ltk.ui.refactoring.model with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected IStatusAbstractResourceMappingMerger.aboutToPerformMerge(IMergeContext context, IProgressMonitor monitor) Hook method which is called before the actual merge process happens.protected RefactoringHistoryAbstractSynchronizationContentProvider.getRefactorings(ISynchronizationContext context, IProject project, IProgressMonitor monitor) Returns the refactorings for the specified project which are not in sync.AbstractResourceMappingMerger.merge(IMergeContext context, IProgressMonitor monitor) protected IStatusAbstractResourceMappingMerger.mergePerformed(IMergeContext context, IProgressMonitor monitor) Hook method which is called after the actual merge process happened. -
Uses of IProgressMonitor in org.eclipse.search.core.text
Methods in org.eclipse.search.core.text with parameters of type IProgressMonitorModifier and TypeMethodDescriptionabstract IStatusTextSearchEngine.search(IFile[] scope, TextSearchRequestor requestor, Pattern searchPattern, IProgressMonitor monitor) Uses a given search pattern to find matches in the content of workspace file resources.abstract IStatusTextSearchEngine.search(TextSearchScope scope, TextSearchRequestor requestor, Pattern searchPattern, IProgressMonitor monitor) Uses a given search pattern to find matches in the content of workspace file resources. -
Uses of IProgressMonitor in org.eclipse.search.ui
Methods in org.eclipse.search.ui with parameters of type IProgressMonitorModifier and TypeMethodDescriptionISearchQuery.run(IProgressMonitor monitor) This is the method that actually does the work, i.e. finds the results of the search query. -
Uses of IProgressMonitor in org.eclipse.team.core
Methods in org.eclipse.team.core with parameters of type IProgressMonitorModifier and TypeMethodDescriptionIProject[]IProjectSetSerializer.addToWorkspace(String[] referenceStrings, String filename, Object context, IProgressMonitor monitor) Deprecated.For every String in referenceStrings, create in the workspace a corresponding IProject.IProject[]ProjectSetCapability.addToWorkspace(String[] referenceStrings, ProjectSetSerializationContext context, IProgressMonitor monitor) For every String inreferenceStrings, load the corresponding project into the workspace.String[]IProjectSetSerializer.asReference(IProject[] providerProjects, Object context, IProgressMonitor monitor) Deprecated.For every IProject in providerProjects, return an opaque UTF-8 encoded String to act as a reference to that project.String[]ProjectSetCapability.asReference(IProject[] providerProjects, ProjectSetSerializationContext context, IProgressMonitor monitor) For every project in providerProjects, return an opaque UTF-8 encoded String to act as a reference to that project.voidProjectSetCapability.projectSetCreated(File file, Object context, IProgressMonitor monitor) Deprecated.should use or override projectSetCreated(File, ProjectSetSerializationContext, IProgressMonitor) insteadvoidProjectSetCapability.projectSetCreated(File file, ProjectSetSerializationContext context, IProgressMonitor monitor) Notify the provider that a project set has been created at path. -
Uses of IProgressMonitor in org.eclipse.team.core.diff
Methods in org.eclipse.team.core.diff with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidIDiffTree.clearBusy(IProgressMonitor monitor) Clear all busy properties in this tree.voidIDiffChangeListener.diffsChanged(IDiffChangeEvent event, IProgressMonitor monitor) The diff contained in the originating tree has changed.abstract booleanDiffFilter.select(IDiff diff, IProgressMonitor monitor) Returntrueif the providedIDiffNodematches the filter.final booleanFastDiffFilter.select(IDiff diff, IProgressMonitor monitor) voidIDiffTree.setBusy(IDiff[] diffs, IProgressMonitor monitor) Set the given diff nodes and all their parents to busy -
Uses of IProgressMonitor in org.eclipse.team.core.diff.provider
Methods in org.eclipse.team.core.diff.provider with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidDiffTree.clearBusy(IProgressMonitor monitor) voidDiffTree.endInput(IProgressMonitor monitor) This method is used to release the lock on this set.voidDiffTree.setBusy(IDiff[] diffs, IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.team.core.history
Methods in org.eclipse.team.core.history with parameters of type IProgressMonitorModifier and TypeMethodDescriptionIFileHistoryProvider.getFileHistoryFor(IFileStore store, int flags, IProgressMonitor monitor) Returns anIFileHistoryfor the specifiedIFileStore.IFileHistoryProvider.getFileHistoryFor(IResource resource, int flags, IProgressMonitor monitor) Returns the file history for the given in resource.IFileRevision.getStorage(IProgressMonitor monitor) Returns the storage for this file revision.IFileRevision.withAllProperties(IProgressMonitor monitor) Returns anIFileRevisionwith all supported properties present. -
Uses of IProgressMonitor in org.eclipse.team.core.importing.provisional
Methods in org.eclipse.team.core.importing.provisional with parameters of type IProgressMonitorModifier and TypeMethodDescriptionIProject[]BundleImporterDelegate.performImport(ScmUrlImportDescription[] descriptions, IProgressMonitor monitor) IProject[]IBundleImporterDelegate.performImport(ScmUrlImportDescription[] descriptions, IProgressMonitor monitor) Imports bundles into the workspace creating a project for each import description. -
Uses of IProgressMonitor in org.eclipse.team.core.mapping
Methods in org.eclipse.team.core.mapping with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidISynchronizationScopeManager.initialize(IProgressMonitor monitor) Build the scope that is used to determine the complete set of resource mappings, and hence resources, that an operation should be performed on.voidIMergeContext.markAsMerged(IDiff[] nodes, boolean inSyncHint, IProgressMonitor monitor) Mark the files associated with the given diff nodes as being merged.voidIMergeContext.markAsMerged(IDiff node, boolean inSyncHint, IProgressMonitor monitor) Method that allows the model merger to signal that the file associated with the given diff node has been completely merged.DelegatingStorageMerger.merge(OutputStream output, String outputEncoding, IStorage ancestor, IStorage target, IStorage other, IProgressMonitor monitor) IMergeContext.merge(IDiff[] diffs, boolean ignoreLocalChanges, IProgressMonitor monitor) Attempt to merge any files associated with the given diffs.IMergeContext.merge(IDiff diff, boolean ignoreLocalChanges, IProgressMonitor monitor) Method that can be called by the model merger to attempt a file-system level merge.IResourceMappingMerger.merge(IMergeContext mergeContext, IProgressMonitor monitor) Attempt to automatically merge the mappings of the merge context(MergeContext#getMappings()).IStorageMerger.merge(OutputStream output, String outputEncoding, IStorage ancestor, IStorage target, IStorage other, IProgressMonitor monitor) Performs a merge operation on the given storage instances and writes the merge result to the output stream.ResourceMappingMerger.merge(IMergeContext mergeContext, IProgressMonitor monitor) A default implementation of merge that attempts to merge all the mappings in the context.voidISynchronizationContext.refresh(ResourceMapping[] mappings, IProgressMonitor monitor) Refresh the portion of the context related to the given resource mappings.voidISynchronizationContext.refresh(ResourceTraversal[] traversals, int flags, IProgressMonitor monitor) Refresh the context in order to update the diff tree returned byISynchronizationContext.getDiffTree()to include the latest synchronization state for the resources.ISynchronizationScopeManager.refresh(ResourceMapping[] mappings, IProgressMonitor monitor) Refresh the scope of this manager for the given mappings.voidIMergeContext.reject(IDiff[] diffs, IProgressMonitor monitor) Reject the changes associated with the given diffs.voidIMergeContext.reject(IDiff diff, IProgressMonitor monitor) Reject the change associated with the given diff.voidIMergeContext.run(IWorkspaceRunnable runnable, ISchedulingRule rule, int flags, IProgressMonitor monitor) Runs the given action as an atomic workspace operation.IResourceMappingMerger.validateMerge(IMergeContext mergeContext, IProgressMonitor monitor) Validate an auto-merge for the given context.ResourceMappingMerger.validateMerge(IMergeContext mergeContext, IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.team.core.mapping.provider
Methods in org.eclipse.team.core.mapping.provider with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected voidMergeContext.ensureParentsExist(IResource resource, IProgressMonitor monitor) Ensure that the parent folders of the given resource exist.static ResourceMapping[]SynchronizationScopeManager.getMappingsFromProviders(ResourceTraversal[] traversals, ResourceMappingContext context, IProgressMonitor monitor) Convenience method for obtaining the set of resource mappings from all model providers that overlap with the given resources.voidSynchronizationScopeManager.initialize(IProgressMonitor monitor) protected abstract voidMergeContext.makeInSync(IDiff diff, IProgressMonitor monitor) Method that is invoked fromMergeContext.performReplace(IDiff, IProgressMonitor)after the local has been changed to match the remote.voidMergeContext.markAsMerged(IDiff[] nodes, boolean inSyncHint, IProgressMonitor monitor) MergeContext.merge(IDiff[] deltas, boolean force, IProgressMonitor monitor) MergeContext.merge(IDiff diff, boolean ignoreLocalChanges, IProgressMonitor monitor) protected voidMergeContext.performReplace(IDiff diff, IProgressMonitor monitor) Make the local state of the resource associated with the given diff match that of the remote.protected IStatusMergeContext.performThreeWayMerge(IThreeWayDiff diff, IProgressMonitor monitor) Perform a three-way merge on the given three-way diff that contains a content conflict.voidSynchronizationContext.refresh(ResourceMapping[] mappings, IProgressMonitor monitor) SynchronizationScopeManager.refresh(ResourceMapping[] mappings, IProgressMonitor monitor) voidMergeContext.reject(IDiff[] diffs, IProgressMonitor monitor) voidMergeContext.run(IWorkspaceRunnable runnable, ISchedulingRule rule, int flags, IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.team.core.subscribers
Methods in org.eclipse.team.core.subscribers with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidSubscriber.collectOutOfSync(IResource[] resources, int depth, SyncInfoSet set, IProgressMonitor monitor) Adds all out-of-sync resources (getKind() !booleanSubscriberResourceMappingContext.contentDiffers(IFile file, IProgressMonitor monitor) final IStorageSubscriberResourceMappingContext.fetchBaseContents(IFile file, IProgressMonitor monitor) final IResource[]SubscriberResourceMappingContext.fetchMembers(IContainer container, IProgressMonitor monitor) final IStorageSubscriberResourceMappingContext.fetchRemoteContents(IFile file, IProgressMonitor monitor) intSubscriber.getState(ResourceMapping mapping, int stateMask, IProgressMonitor monitor) Return the synchronization state of the given resource mapping.booleanSubscriberResourceMappingContext.hasLocalChange(IResource resource, IProgressMonitor monitor) final booleanSubscriberResourceMappingContext.hasRemoteChange(IResource resource, IProgressMonitor monitor) voidSubscriberScopeManager.initialize(IProgressMonitor monitor) abstract voidSubscriber.refresh(IResource[] resources, int depth, IProgressMonitor monitor) Refreshes the resource hierarchy from the given resources and their children (to the specified depth) from the corresponding resources in the remote location.voidSubscriber.refresh(ResourceTraversal[] traversals, IProgressMonitor monitor) Refresh the subscriber for the given traversals.voidSubscriberMergeContext.refresh(ResourceTraversal[] traversals, int flags, IProgressMonitor monitor) protected voidSubscriberResourceMappingContext.refresh(IResource[] resources, int depth, int flags, IProgressMonitor monitor) Refresh the subscriber and cache the fact that the resources were refreshed by calling therefreshedmethod.final voidSubscriberResourceMappingContext.refresh(ResourceTraversal[] traversals, int flags, IProgressMonitor monitor) SubscriberScopeManager.refresh(ResourceMapping[] mappings, IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.team.core.synchronize
Methods in org.eclipse.team.core.synchronize with parameters of type IProgressMonitorModifier and TypeMethodDescriptionbooleanSyncInfoFilter.ContentComparisonSyncInfoFilter.compareContents(IFile local, IResourceVariant remote, IProgressMonitor monitor) Compare the contents of the local file and its variant.voidSyncInfoSet.connect(ISyncInfoSetChangeListener listener, IProgressMonitor monitor) Connect the listener to the sync set in such a fashion that the listener will be connected the the sync set usingaddChangeListenerand issued a reset event.voidSyncInfoSet.endInput(IProgressMonitor monitor) This method is used to release the lock on this set.SyncInfo.getLocalAuthor(IProgressMonitor monitor) Returns the author of the revision corresponding to the local resource ornullif it doesn't have one.final booleanFastSyncInfoFilter.select(SyncInfo info, IProgressMonitor monitor) booleanSyncInfoFilter.ContentComparisonSyncInfoFilter.select(SyncInfo info, IProgressMonitor monitor) abstract booleanSyncInfoFilter.select(SyncInfo info, IProgressMonitor monitor) Returntrueif the providedSyncInfomatches the filter.voidISyncInfoSetChangeListener.syncInfoChanged(ISyncInfoSetChangeEvent event, IProgressMonitor monitor) Sent when aSyncInfoSetchanges.voidISyncInfoSetChangeListener.syncInfoSetErrors(SyncInfoSet set, ITeamStatus[] errors, IProgressMonitor monitor) This method is called when errors have occurred calculating theSyncInfofor a resource.voidISyncInfoSetChangeListener.syncInfoSetReset(SyncInfoSet set, IProgressMonitor monitor) Sent when the contents of aSyncInfoSethave been reset or the listener has been connected to the set for the first time usingSyncInfoSet#connect(ISyncInfoSetChangeListener, IProgressMonitor). -
Uses of IProgressMonitor in org.eclipse.team.core.variants
Methods in org.eclipse.team.core.variants with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected IResource[]AbstractResourceVariantTree.collectChanges(IResource local, IResourceVariant remote, int depth, IProgressMonitor monitor) Collect the changes in the remote tree to the specified depth.protected IResource[]ResourceVariantTree.collectChanges(IResource local, IResourceVariant remote, int depth, IProgressMonitor monitor) protected IResource[]ThreeWayRemoteTree.collectChanges(IResource local, IResourceVariant remote, int depth, IProgressMonitor monitor) protected abstract voidCachedResourceVariant.fetchContents(IProgressMonitor monitor) Method that is invoked when the contents of the resource variant need to be fetched.protected abstract IResourceVariant[]AbstractResourceVariantTree.fetchMembers(IResourceVariant variant, IProgressMonitor progress) Fetch the members of the given resource variant handle.protected abstract IResourceVariantAbstractResourceVariantTree.fetchVariant(IResource resource, int depth, IProgressMonitor monitor) Fetch the resource variant corresponding to the given resource.CachedResourceVariant.getStorage(IProgressMonitor monitor) IResourceVariant.getStorage(IProgressMonitor monitor) Return an instance of IStorage ornullif the remote resource does not have contents (i.e. is a folder).AbstractResourceVariantTree.refresh(IResource[] resources, int depth, IProgressMonitor monitor) Refreshes the resource variant tree for the specified resources and possibly their descendants, depending on the depth.protected IResource[]AbstractResourceVariantTree.refresh(IResource resource, int depth, IProgressMonitor monitor) Helper method invoked fromrefresh(IResource[], int, IProgressMonitor monitor)for each resource.IResourceVariantTree.refresh(IResource[] resources, int depth, IProgressMonitor monitor) Refreshes the resource variant tree for the specified resources and possibly their descendants, depending on the depth.voidResourceVariantTreeSubscriber.refresh(IResource[] resources, int depth, IProgressMonitor monitor) voidPersistantResourceVariantByteStore.run(IResource root, IWorkspaceRunnable runnable, IProgressMonitor monitor) voidResourceVariantByteStore.run(IResource root, IWorkspaceRunnable runnable, IProgressMonitor monitor) Run the given action which may contain multiple modifications to the byte store.voidThreeWaySynchronizer.run(IResource resourceRule, IWorkspaceRunnable runnable, IProgressMonitor monitor) Perform multiple sync state modifications and fire only a single change notification at the end.protected voidCachedResourceVariant.setContents(InputStream stream, IProgressMonitor monitor) This method should be invoked by subclasses from within theirfetchContentsmethod in order to cache the contents for this resource variant. -
Uses of IProgressMonitor in org.eclipse.team.ui
Methods in org.eclipse.team.ui with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidPageSaveablePart.doSave(IProgressMonitor monitor) Deprecated.This method flushes the content in any viewers.protected abstract voidPageCompareEditorInput.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) Prepare the compare input for display in a content viewer.protected abstract voidPageSaveablePart.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) Deprecated.Prepare the compare input for display in a content viewer. -
Uses of IProgressMonitor in org.eclipse.team.ui.history
Methods in org.eclipse.team.ui.history with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected voidHistoryPageCompareEditorInput.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) protected ObjectHistoryPageCompareEditorInput.prepareInput(IProgressMonitor monitor) protected voidHistoryPageSaveablePart.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) Deprecated.voidIHistoryCompareAdapter.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) Prepare the compare input for display. -
Uses of IProgressMonitor in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidSynchronizationContentProvider.diffsChanged(IDiffChangeEvent event, IProgressMonitor monitor) voidSaveableComparison.doRevert(IProgressMonitor monitor) Revert any changes in the buffer back to the last saved state.voidSaveableComparison.doSave(IProgressMonitor monitor) Saves the contents of this saveable.protected abstract voidSynchronizationOperation.execute(IProgressMonitor monitor) Execute the operation.intSynchronizationStateTester.getState(Object element, int stateMask, IProgressMonitor monitor) Return the synchronization state of the given element.ITeamStateProvider.getStateDescription(Object element, int stateMask, String[] properties, IProgressMonitor monitor) Return the state description for the given element.intISynchronizationCompareAdapter.getSynchronizationState(ITeamStateProvider provider, ResourceMapping mapping, int stateMask, IProgressMonitor monitor) Return the synchronization state of the resource mapping with respect to the given team state provider.intSynchronizationCompareAdapter.getSynchronizationState(ITeamStateProvider provider, ResourceMapping mapping, int stateMask, IProgressMonitor monitor) Return the synchronization state of the resource mapping with respect to the given team state provider.protected abstract voidSaveableComparison.performRevert(IProgressMonitor monitor) Method invoked fromSaveableComparison.doRevert(IProgressMonitor)to discard the changes in the buffer.protected abstract voidSaveableComparison.performSave(IProgressMonitor monitor) Method invoked fromSaveableComparison.doSave(IProgressMonitor)to write out the buffer.voidISynchronizationCompareInput.prepareInput(CompareConfiguration configuration, IProgressMonitor monitor) Prepare the compare input associated with a model element for display using the compare configuration.final voidSynchronizationOperation.run(IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected voidModelOperation.beginOperation(IProgressMonitor monitor) Method called fromModelOperation.run(IProgressMonitor)before theModelOperation.execute(IProgressMonitor)method is invoked.booleanModelSynchronizeParticipant.checkForBufferChange(Shell shell, ISynchronizationCompareInput input, boolean cancelAllowed, IProgressMonitor monitor) Convenience method for switching the active saveable of this participant to the saveable of the given input.voidParticipantPageSaveablePart.doSave(IProgressMonitor pm) Deprecated.protected voidModelOperation.endOperation(IProgressMonitor monitor) Method called fromModelOperation.run(IProgressMonitor)after theModelOperation.execute(IProgressMonitor)completes of if an exception is thrown from theModelOperation.beginOperation(IProgressMonitor)or theModelOperation.execute(IProgressMonitor).protected voidModelMergeOperation.execute(IProgressMonitor monitor) Perform a merge.protected abstract voidModelOperation.execute(IProgressMonitor monitor) Execute the operation.protected voidModelParticipantMergeOperation.execute(IProgressMonitor monitor) protected voidModelMergeOperation.executeMerge(IProgressMonitor monitor) Perform a merge.protected voidModelParticipantMergeOperation.executeMerge(IProgressMonitor monitor) SubscriberTeamStateProvider.getStateDescription(Object element, int stateMask, String[] properties, IProgressMonitor monitor) protected final intSubscriberTeamStateProvider.getSynchronizationState(Object element, int stateMask, IProgressMonitor monitor) Obtain the synchronization state of the element.static voidModelParticipantAction.handleTargetSaveableChange(Shell shell, SaveableComparison targetSaveable, SaveableComparison activeSaveable, boolean allowCancel, IProgressMonitor monitor) Convenience method that prompts if the currently active saveable is dirty and either saves or reverts the saveable depending on the users input.protected abstract voidModelMergeOperation.initializeContext(IProgressMonitor monitor) Initialize the merge context for this merge operation.protected voidModelParticipantMergeOperation.initializeContext(IProgressMonitor monitor) protected final voidModelOperation.initializeScope(IProgressMonitor monitor) Adjust the input of the operation according to the selected resource mappings and the set of interested participants.protected IStatusModelMergeOperation.performMerge(ModelProvider provider, IProgressMonitor monitor) Attempt to merge all the mappings that come from the given provider.protected IStatusModelMergeOperation.performMerge(IProgressMonitor monitor) Attempt a headless merge of the elements in the context of this operation.voidAbstractSynchronizeParticipant.prepareCompareInput(ISynchronizeModelElement element, CompareConfiguration config, IProgressMonitor monitor) Default implementation will update the labels in the given configuration using information from the provided element if it adapts toSyncInfo.voidISynchronizeParticipant.prepareCompareInput(ISynchronizeModelElement element, CompareConfiguration configuration, IProgressMonitor monitor) Prepare the given element and compare configuration for use with a compare editor input.protected abstract ICompareInputSaveableCompareEditorInput.prepareCompareInput(IProgressMonitor monitor) Method called fromSaveableCompareEditorInput.prepareInput(IProgressMonitor)to obtain the input.protected ICompareInputSyncInfoCompareInput.prepareCompareInput(IProgressMonitor monitor) protected voidParticipantPageCompareEditorInput.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) protected ObjectParticipantPageCompareEditorInput.prepareInput(IProgressMonitor monitor) protected voidParticipantPageSaveablePart.prepareInput(ICompareInput input, CompareConfiguration configuration, IProgressMonitor monitor) Deprecated.Prepare the compare input for display in a content viewer.protected ObjectSaveableCompareEditorInput.prepareInput(IProgressMonitor monitor) Prepares the compare input of this editor input.protected booleanModelOperation.promptForInputChange(String requestPreviewMessage, IProgressMonitor monitor) Prompt the user to inform them that additional resource mappings have been included in the operations.protected voidModelOperation.promptIfInputChange(IProgressMonitor monitor) Prompt the user by callingModelOperation.promptForInputChange(String, IProgressMonitor)if the scope of the operation was expanded (as described inModelOperation.initializeScope(IProgressMonitor)).final IStatusSubscriberParticipant.refreshNow(IResource[] resources, String taskName, IProgressMonitor monitor) Refresh a participant.final voidModelOperation.run(IProgressMonitor monitor) Run the operation.voidParticipantPageCompareEditorInput.saveChanges(IProgressMonitor monitor) static IStatusModelMergeOperation.validateMerge(IMergeContext context, IProgressMonitor monitor) Validate the merge context with the model providers that have mappings in the scope of the context. -
Uses of IProgressMonitor in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidISaveablePart.doSave(IProgressMonitor monitor) Saves the contents of this part.abstract voidSaveable.doSave(IProgressMonitor monitor) Saves the contents of this saveable.Saveable.doSave(IProgressMonitor monitor, IShellProvider shellProvider) Saves this saveable, or prepares this saveable for a background save operation. -
Uses of IProgressMonitor in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected voidCopyFilesAndFoldersOperation.copy(IResource[] resources, IPath destination, IProgressMonitor monitor) Deprecated.As of 3.3, the work is performed in the undoable operation created inCopyFilesAndFoldersOperation.getUndoableCopyOrMoveOperation(IResource[], IPath)protected voidMoveFilesAndFoldersOperation.copy(IResource[] resources, IPath destination, IProgressMonitor monitor) Deprecated.As of 3.3, the work is performed in the undoable operation created inMoveFilesAndFoldersOperation.getUndoableCopyOrMoveOperation(IResource[], IPath)voidCopyFilesAndFoldersOperation.copyFilesInCurrentThread(String[] fileNames, IContainer destination, IProgressMonitor monitor) Copies the given files and folders to the destination without forking a new Thread or blocking using a WorkspaceModifyOperation.voidCopyFilesAndFoldersOperation.copyFilesInCurrentThread(URI[] uris, IContainer destination, IProgressMonitor monitor) Copies the given files and folders to the destination without forking a new Thread or blocking using a WorkspaceModifyOperation.CopyFilesAndFoldersOperation.copyResourcesInCurrentThread(IResource[] resources, IContainer destination, IProgressMonitor monitor) Copies the given resources to the destination in the current Thread without forking a new Thread or blocking using a WorkspaceModifyOperation.protected voidWorkspaceModifyDelegatingOperation.execute(IProgressMonitor monitor) protected abstract voidWorkspaceModifyOperation.execute(IProgressMonitor monitor) Performs the steps that are to be treated as a single logical workspace change.protected voidCloseResourceAction.invokeOperation(IResource resource, IProgressMonitor monitor) protected voidOpenResourceAction.invokeOperation(IResource resource, IProgressMonitor monitor) protected voidScrubLocalAction.invokeOperation(IResource resource, IProgressMonitor monitor) Deprecated.protected voidWorkspaceAction.invokeOperation(IResource resource, IProgressMonitor monitor) Deprecated.Since 3.3, subclasses should instead implement the methodWorkspaceAction.createOperation(IStatus[])and provide an empty implementation for this method.protected voidRefreshAction.refreshResource(IResource resource, IProgressMonitor monitor) Refresh the resource (with a check for deleted projects).final voidWorkspaceModifyOperation.run(IProgressMonitor monitor) TheWorkspaceModifyOperationimplementation of thisIRunnableWithProgressmethod initiates a batch of changes by invoking theexecutemethod as a workspace runnable (IWorkspaceRunnable). -
Uses of IProgressMonitor in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected voidWizardNewFileCreationPage.createFile(IFile fileHandle, InputStream contents, IProgressMonitor monitor) Deprecated.As of 3.3, use or overrideWizardNewFileCreationPage.createNewFile()which uses the undoable operation support.protected voidWizardNewFolderMainPage.createFolder(IFolder folderHandle, IProgressMonitor monitor) Deprecated.As of 3.3, useWizardNewFolderMainPage.createNewFolder()which uses the undoable operation support.protected abstract voidFilteredItemsSelectionDialog.fillContentProvider(FilteredItemsSelectionDialog.AbstractContentProvider contentProvider, FilteredItemsSelectionDialog.ItemsFilter itemsFilter, IProgressMonitor progressMonitor) Fills the content provider with matching items.protected voidFilteredResourcesSelectionDialog.fillContentProvider(FilteredItemsSelectionDialog.AbstractContentProvider contentProvider, FilteredItemsSelectionDialog.ItemsFilter itemsFilter, IProgressMonitor progressMonitor) ContainerGenerator.generateContainer(IProgressMonitor monitor) Ensures that this generator's container resource exists.protected voidWizardResourceImportPage.getSelectedResources(IElementFilter filter, IProgressMonitor monitor) Returns this page's list of currently-specified resources to be imported filtered by the IElementFilter.protected voidWizardResourceImportPage.getSelectedResources(org.eclipse.ui.internal.ide.dialogs.IElementFilter filter, IProgressMonitor monitor) Deprecated.Should use the APIIElementFiltervoidFilteredItemsSelectionDialog.reloadCache(boolean checkDuplicates, IProgressMonitor monitor) Notifies the content provider - fires filtering of content provider elements. -
Uses of IProgressMonitor in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text that return IProgressMonitorModifier and TypeMethodDescriptionForwardingDocumentProvider.getProgressMonitor()TextFileDocumentProvider.getProgressMonitor()TextFileDocumentProvider.NullProvider.getProgressMonitor()Deprecated.Methods in org.eclipse.ui.editors.text with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected voidTextFileDocumentProvider.commitFileBuffer(IProgressMonitor monitor, TextFileDocumentProvider.FileInfo info, boolean overwrite) Commits the given file info's file buffer by changing the contents of the underlying file to the contents of this file buffer.protected voidTextFileDocumentProvider.createFileFromDocument(IProgressMonitor monitor, IFile file, IDocument document) Creates the given file with the given document content.protected voidFileDocumentProvider.doResetDocument(Object element, IProgressMonitor monitor) protected voidFileDocumentProvider.doSaveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) protected voidStorageDocumentProvider.doSaveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) protected voidFileDocumentProvider.doSynchronize(Object element, IProgressMonitor monitor) protected abstract voidTextFileDocumentProvider.DocumentProviderOperation.execute(IProgressMonitor monitor) The actual functionality of this operation.protected voidTextFileDocumentProvider.executeOperation(TextFileDocumentProvider.DocumentProviderOperation operation, IProgressMonitor monitor) Executes the given operation in the providers runnable context.protected final IPath[]FileBufferOperationAction.generateLocations(IFile[] files, IProgressMonitor progressMonitor) protected final IPath[]FileBufferOperationHandler.generateLocations(IFile[] files, IProgressMonitor progressMonitor) Generates the file buffer locations out of the given files.protected IRunnableContextFileDocumentProvider.getOperationRunner(IProgressMonitor monitor) protected IRunnableContextStorageDocumentProvider.getOperationRunner(IProgressMonitor monitor) protected IRunnableContextTextFileDocumentProvider.getOperationRunner(IProgressMonitor monitor) Returns the runnable context for this document provider.protected voidFileDocumentProvider.refreshFile(IFile file, IProgressMonitor monitor) Refreshes the given file resource.voidTextFileDocumentProvider.DocumentProviderOperation.run(IProgressMonitor monitor) voidForwardingDocumentProvider.saveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) voidTextFileDocumentProvider.NullProvider.saveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) Deprecated.final voidTextFileDocumentProvider.saveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) voidForwardingDocumentProvider.setProgressMonitor(IProgressMonitor progressMonitor) voidTextFileDocumentProvider.NullProvider.setProgressMonitor(IProgressMonitor progressMonitor) Deprecated.voidTextFileDocumentProvider.setProgressMonitor(IProgressMonitor progressMonitor) -
Uses of IProgressMonitor in org.eclipse.ui.forms.editor
Methods in org.eclipse.ui.forms.editor with parameters of type IProgressMonitor -
Uses of IProgressMonitor in org.eclipse.ui.ide.dialogs
Methods in org.eclipse.ui.ide.dialogs with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidIElementFilter.filterElements(Object[] elements, IProgressMonitor monitor) Callback to filter the given array of objectsvoidIElementFilter.filterElements(Collection elements, IProgressMonitor monitor) Callback to filter the given collection of elementsvoidResourceTreeAndListGroup.getAllCheckedListItems(IElementFilter filter, IProgressMonitor monitor) Returns a flat list of all of the leaf elements which are checked. -
Uses of IProgressMonitor in org.eclipse.ui.ide.undo
Methods in org.eclipse.ui.ide.undo with parameters of type IProgressMonitorModifier and TypeMethodDescriptionAbstractWorkspaceOperation.computeExecutionStatus(IProgressMonitor monitor) Return a status indicating the projected outcome of executing the receiver.CreateFileOperation.computeExecutionStatus(IProgressMonitor monitor) DeleteResourcesOperation.computeExecutionStatus(IProgressMonitor monitor) AbstractWorkspaceOperation.computeRedoableStatus(IProgressMonitor monitor) Return a status indicating the projected outcome of redoing the receiver.DeleteResourcesOperation.computeRedoableStatus(IProgressMonitor monitor) AbstractWorkspaceOperation.computeUndoableStatus(IProgressMonitor monitor) Return a status indicating the projected outcome of undoing the receiver.CopyProjectOperation.computeUndoableStatus(IProgressMonitor monitor) CopyResourcesOperation.computeUndoableStatus(IProgressMonitor monitor) DeleteResourcesOperation.computeUndoableStatus(IProgressMonitor monitor) MoveProjectOperation.computeUndoableStatus(IProgressMonitor monitor) MoveResourcesOperation.computeUndoableStatus(IProgressMonitor monitor) protected voidCopyResourcesOperation.copy(IProgressMonitor monitor, IAdaptable uiInfo) Move or copy any known resources according to the destination parameters known by this operation.abstract voidResourceDescription.createExistentResourceFromHandle(IResource resource, IProgressMonitor monitor) Deprecated.Given a resource handle, create an actual resource with the attributes of the receiver resource description.abstract IResourceResourceDescription.createResource(IProgressMonitor monitor) Deprecated.Create an existent resource from this resource description.protected abstract voidAbstractWorkspaceOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) Perform the specific work involved in executing this operation.protected voidCopyProjectOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidCopyResourcesOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidCreateMarkersOperation.doExecute(IProgressMonitor monitor, IAdaptable info) protected voidDeleteMarkersOperation.doExecute(IProgressMonitor monitor, IAdaptable info) protected voidDeleteResourcesOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidMoveProjectOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidMoveResourcesOperation.doExecute(IProgressMonitor monitor, IAdaptable uiInfo) protected voidUpdateMarkersOperation.doExecute(IProgressMonitor monitor, IAdaptable info) protected abstract voidAbstractWorkspaceOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) Perform the specific work involved in undoing this operation.protected voidCopyProjectOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidCopyResourcesOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidCreateMarkersOperation.doUndo(IProgressMonitor monitor, IAdaptable info) protected voidDeleteMarkersOperation.doUndo(IProgressMonitor monitor, IAdaptable info) protected voidDeleteResourcesOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidMoveProjectOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidMoveResourcesOperation.doUndo(IProgressMonitor monitor, IAdaptable uiInfo) protected voidUpdateMarkersOperation.doUndo(IProgressMonitor monitor, IAdaptable info) AbstractWorkspaceOperation.execute(IProgressMonitor monitor, IAdaptable uiInfo) Execute the specified operation.protected voidMoveResourcesOperation.move(IProgressMonitor monitor, IAdaptable uiInfo) Move any known resources according to the destination parameters known by this operation.abstract voidResourceDescription.recordStateFromHistory(IResource resource, IProgressMonitor monitor) Deprecated.Record the appropriate state of this resource description using any available resource history.AbstractWorkspaceOperation.redo(IProgressMonitor monitor, IAdaptable uiInfo) Redo the specified operation.AbstractWorkspaceOperation.undo(IProgressMonitor monitor, IAdaptable uiInfo) Undo the specified operation. -
Uses of IProgressMonitor in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidDefaultSaveable.doSave(IProgressMonitor monitor) voidErrorEditorPart.doSave(IProgressMonitor monitor) static voidSaveableHelper.doSaveModel(Saveable model, IProgressMonitor progressMonitor, IShellProvider shellProvider, boolean blockUntilSaved) static BooleanWindowsDefenderConfigurator.runCheckEnforced(IProgressMonitor m) Opens the dialog to run the exclusion, regardless of any preference. -
Uses of IProgressMonitor in org.eclipse.ui.part
Methods in org.eclipse.ui.part with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidAbstractMultiEditor.doSave(IProgressMonitor monitor) abstract voidEditorPart.doSave(IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.ui.progress
Methods in org.eclipse.ui.progress with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidIElementCollector.add(Object[] elements, IProgressMonitor monitor) Add the elements to the IElementCollector.voidIElementCollector.add(Object element, IProgressMonitor monitor) Add the element to the IElementCollector.protected voidDeferredTreeContentManager.addChildren(Object parent, Object[] children, IProgressMonitor monitor) Create a UIJob to add the children to the parent in the tree viewer.voidIDeferredWorkbenchAdapter.fetchDeferredChildren(Object object, IElementCollector collector, IProgressMonitor monitor) Called by a job run in a separate thread to fetch the children of this adapter.IJobRunnable.run(IProgressMonitor monitor) Executes this runnable.final IStatusUIJob.run(IProgressMonitor monitor) Note: this message is marked final.abstract IStatusUIJob.runInUIThread(IProgressMonitor monitor) Run the job in the UI Thread. -
Uses of IProgressMonitor in org.eclipse.ui.quickaccess
Methods in org.eclipse.ui.quickaccess with parameters of type IProgressMonitorModifier and TypeMethodDescriptionIQuickAccessComputerExtension.computeElements(String query, IProgressMonitor monitor) Returns elements that are relevant for the given query. -
Uses of IProgressMonitor in org.eclipse.ui.splash
Methods in org.eclipse.ui.splash that return IProgressMonitorModifier and TypeMethodDescriptionAbstractSplashHandler.getBundleProgressMonitor()Return the progress monitor responsible for showing bundle loading.BasicSplashHandler.getBundleProgressMonitor() -
Uses of IProgressMonitor in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return IProgressMonitorModifier and TypeMethodDescriptionAbstractDocumentProvider.getProgressMonitor()protected IProgressMonitorAbstractTextEditor.getProgressMonitor()Returns the progress monitor related to this editor.IDocumentProviderExtension2.getProgressMonitor()Returns this providers progress monitor.Methods in org.eclipse.ui.texteditor with parameters of type IProgressMonitorModifier and TypeMethodDescriptionprotected voidAbstractDocumentProvider.doResetDocument(Object element, IProgressMonitor monitor) Executes the actual work of reseting the given elements document.voidAbstractTextEditor.doSave(IProgressMonitor progressMonitor) TheAbstractTextEditorimplementation of thisIEditorPartmethod may be extended by subclasses.voidAbstractTextEditor.TextEditorSavable.doSave(IProgressMonitor monitor) protected abstract voidAbstractDocumentProvider.doSaveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) Performs the actual work of saving the given document provided for the given element.protected voidAbstractDocumentProvider.doSynchronize(Object element, IProgressMonitor monitor) Performs the actual work of synchronizing the given element.protected abstract voidAbstractDocumentProvider.DocumentProviderOperation.execute(IProgressMonitor monitor) The actual functionality of this operation.protected voidAbstractDocumentProvider.executeOperation(AbstractDocumentProvider.DocumentProviderOperation operation, IProgressMonitor monitor) Executes the given operation in the providers runnable context.protected abstract IRunnableContextAbstractDocumentProvider.getOperationRunner(IProgressMonitor monitor) Returns the runnable context for this document provider.protected voidAbstractTextEditor.handleExceptionOnSave(CoreException exception, IProgressMonitor progressMonitor) Handles the given exception.protected voidAbstractTextEditor.performSave(boolean overwrite, IProgressMonitor progressMonitor) Performs the save and handles errors appropriately.protected voidAbstractDecoratedTextEditor.performSaveAs(IProgressMonitor progressMonitor) This implementation asks the user for the workspace path of a file resource and saves the document there.protected voidAbstractTextEditor.performSaveAs(IProgressMonitor progressMonitor) Performs a save as and reports the result state back to the given progress monitor.voidAbstractDocumentProvider.DocumentProviderOperation.run(IProgressMonitor monitor) final voidAbstractDocumentProvider.saveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) voidIDocumentProvider.saveDocument(IProgressMonitor monitor, Object element, IDocument document, boolean overwrite) Saves the given document provided for the given element.voidAbstractDocumentProvider.setProgressMonitor(IProgressMonitor progressMonitor) voidIDocumentProviderExtension2.setProgressMonitor(IProgressMonitor progressMonitor) Sets this providers progress monitor. -
Uses of IProgressMonitor in org.eclipse.ui.texteditor.quickdiff
Methods in org.eclipse.ui.texteditor.quickdiff with parameters of type IProgressMonitorModifier and TypeMethodDescriptionIQuickDiffReferenceProvider.getReference(IProgressMonitor monitor) Returns the reference document for the quick diff display. -
Uses of IProgressMonitor in org.eclipse.ui.texteditor.spelling
Methods in org.eclipse.ui.texteditor.spelling with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidISpellingEngine.check(IDocument document, IRegion[] regions, SpellingContext context, ISpellingProblemCollector collector, IProgressMonitor monitor) Checks the given regions in the given document.voidSpellingService.check(IDocument document, IRegion[] regions, SpellingContext context, ISpellingProblemCollector collector, IProgressMonitor monitor) Checks the given regions in the given document.voidSpellingService.check(IDocument document, SpellingContext context, ISpellingProblemCollector collector, IProgressMonitor monitor) Checks the given document.final voidSpellingReconcileStrategy.setProgressMonitor(IProgressMonitor monitor) -
Uses of IProgressMonitor in org.eclipse.ui.views.markers
Methods in org.eclipse.ui.views.markers with parameters of type IProgressMonitorModifier and TypeMethodDescriptionvoidMarkerViewHandler.execute(IUndoableOperation operation, String title, IProgressMonitor monitor, IAdaptable uiInfo) Execute the specified undoable operationvoidWorkbenchMarkerResolution.run(IMarker[] markers, IProgressMonitor monitor) Runs this resolution. -
Uses of IProgressMonitor in org.eclipse.ui.wizards.datatransfer
Methods in org.eclipse.ui.wizards.datatransfer with parameters of type IProgressMonitorModifier and TypeMethodDescriptionbooleanProjectConfigurator.canConfigure(IProject project, Set<IPath> ignoredPaths, IProgressMonitor monitor) Checks whether this configurator can contribute to the configuration of the given project.voidProjectConfigurator.configure(IProject project, Set<IPath> ignoredPaths, IProgressMonitor monitor) Configures a project.protected voidImportOperation.execute(IProgressMonitor progressMonitor) ProjectConfigurator.findConfigurableLocations(File root, IProgressMonitor monitor) From a givenFile, detects which directories can/should be imported as projects into the workspace and configured by this configurator.ProjectConfigurator.getFoldersToIgnore(IProject project, IProgressMonitor monitor) Returns the folders to exclude from the analysis that happens on anIProject.voidSelectFilesOperation.run(IProgressMonitor monitor) Runs the operation.booleanProjectConfigurator.shouldBeAnEclipseProject(IContainer container, IProgressMonitor monitor) Tells whether this configurator thinks that a givenIContainershould be also imported as a project into the workspace.