|
 |
|
|
Uses of Interface org.eclipse.jface.operation.IRunnableWithProgress
Methods in
org.eclipse.jface.dialogs with parameters of type
IRunnableWithProgress
|
void
|
ProgressMonitorDialog.
run
(boolean fork,
boolean cancelable,
IRunnableWithProgress runnable)
This implementation of IRunnableContext#run(boolean, boolean,
IRunnableWithProgress) runs the given IRunnableWithProgress
using the progress monitor for this progress dialog and blocks until the
runnable has been run, regardless of the value of fork . |
Methods in
org.eclipse.search.ui with parameters of type
IRunnableWithProgress
|
void
|
ISearchResultView.
searchStarted
(
IActionGroupFactory groupFactory,
String singularLabel,
String pluralLabelPattern,
ImageDescriptor imageDescriptor,
String pageId,
ILabelProvider labelProvider,
IAction gotoAction,
IGroupByKeyComputer groupByKeyComputer,
IRunnableWithProgress operation)
Deprecated. Informs the view that a search has started. |
void
|
ISearchResultView.
searchStarted
(
String pageId,
String label,
ImageDescriptor imageDescriptor,
IContextMenuContributor contributor,
ILabelProvider labelProvider,
IAction gotoAction,
IGroupByKeyComputer groupByKeyComputer,
IRunnableWithProgress operation)
Deprecated. As of build > 20011107, replaced by the new version with additional parameter
|
void
|
ISearchResultView.
searchStarted
(
String pageId,
String singularLabel,
String pluralLabelPattern,
ImageDescriptor imageDescriptor,
IContextMenuContributor contributor,
ILabelProvider labelProvider,
IAction gotoAction,
IGroupByKeyComputer groupByKeyComputer,
IRunnableWithProgress operation)
Deprecated. As of build > 20020514, replaced by the new version which provides an action group factory
|
Methods in
org.eclipse.ui with parameters of type
IRunnableWithProgress
|
void
|
IWorkbenchWindow.
run
(boolean fork,
boolean cancelable,
IRunnableWithProgress runnable)
This specialization of IRunnableContext#run(boolean, boolean,
IRunnableWithProgress) blocks until the runnable has been run,
regardless of the value of fork . |
Classes in
org.eclipse.ui.wizards.datatransfer that implement
IRunnableWithProgress
|
class
|
ImportOperation
An operation which does the actual work of copying objects from the local file
system into the workspace. |
class
|
PopulateRootOperation
The PopulateFilesOperation is an operation used to populate a FileSystemElement one
level deep rather than the whole way. |
class
|
SelectFilesOperation
Operation responsible for traversing a specified file system position
recursively and building
- a tree that represents the container structure
- a collection containing all files meeting a specified extension criteria
This is implemented as an Operation in order to provide an escape to the user
(the Cancel button) if the operation drags on for too long |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|