Uses of Interface
org.eclipse.jface.operation.IRunnableContext
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides support for dialogs.
Provides a general framework for creating and managing
windows.
Provides a framework for wizards.
Application programming interface to implement a wizard based user interface for refactorings.
Classes and interface required to contribute search dialog pages and search result view pages.
Provides basic support for managing Team providers.
Application programming interfaces for working with history.
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.
Provides a standard text editor and concrete document providers based
IFileBuffer
and others directly handling IFile
and
IStorage
as editor input.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.
-
Uses of IRunnableContext in org.eclipse.compare
Modifier and TypeInterfaceDescriptioninterface
A compare container is used to represent any UI that can contain compare viewers.Modifier and TypeClassDescriptionclass
A compare operation which can present its results in a special editor. -
Uses of IRunnableContext in org.eclipse.compare.internal
Modifier and TypeMethodDescriptionboolean
CompareUIPlugin.compareResultOK
(CompareEditorInput input, IRunnableContext context) static String
Utilities.getURLContents
(URL url, IRunnableContext context) Loads content of file underurl
displaying progress on given context. -
Uses of IRunnableContext in org.eclipse.debug.ui
Modifier and TypeInterfaceDescriptioninterface
A launch configuration dialog is used to edit and launch launch configurations. -
Uses of IRunnableContext in org.eclipse.jface.dialogs
Modifier and TypeClassDescriptionclass
A modal dialog that displays progress during a long running operation. -
Uses of IRunnableContext in org.eclipse.jface.window
Modifier and TypeClassDescriptionclass
An application window is a high-level "main window", with built-in support for an optional menu bar with standard menus, an optional toolbar, and an optional status line. -
Uses of IRunnableContext in org.eclipse.jface.wizard
Modifier and TypeInterfaceDescriptioninterface
Interface for containers that can host a wizard.interface
IWizardContainer2
is a supplement toIWizardContainer
that adds a method for updating the size of the wizard shell based on the contents of the current page. -
Uses of IRunnableContext in org.eclipse.ltk.ui.refactoring
Modifier and TypeMethodDescriptionint
RefactoringWizardOpenOperation.run
(Shell parent, String dialogTitle, IRunnableContext context) Opens the refactoring dialog for the refactoring wizard passed to the constructor.void
RefactoringWizard.setInitialComputationContext
(IRunnableContext context) Sets the runnable context that will be used to computing refactoring conditions and change while the refactoring dialog is not yet shown. -
Uses of IRunnableContext in org.eclipse.search.ui
Modifier and TypeMethodDescriptionISearchPageContainer.getRunnableContext()
Returns the context for the search operation.Modifier and TypeMethodDescriptionstatic IStatus
NewSearchUI.runQueryInForeground
(IRunnableContext context, ISearchQuery query) Runs the given search query.static IStatus
NewSearchUI.runQueryInForeground
(IRunnableContext context, ISearchQuery query, ISearchResultViewPart view) Runs the given search query. -
Uses of IRunnableContext in org.eclipse.team.ui
Modifier and TypeClassDescriptionclass
Abstract class for hosting a page based structure input view for the purposes of feeding compare viewers.ModifierConstructorDescriptionprotected
TeamOperation
(IRunnableContext context) Create an team operation that will run in the given context.protected
TeamOperation
(IWorkbenchPart part, IRunnableContext context) Create an team operation associated with the given part that will run in the given context. -
Uses of IRunnableContext in org.eclipse.team.ui.history
Modifier and TypeClassDescriptionclass
Displays a history page combined with the compare/merge infrastructure. -
Uses of IRunnableContext in org.eclipse.team.ui.synchronize
Modifier and TypeClassDescriptionclass
Displays a synchronize participant page combined with the compare/merge infrastructure.class
A compare editor input that makes use of aSaveable
to manage the save lifecycle of the editor input.final class
ASyncInfo
editor input used as input to a two-way or three-way compare viewer.Modifier and TypeMethodDescriptionISynchronizePageConfiguration.getRunnableContext()
Return the runnable context.Modifier and TypeMethodDescriptionvoid
ISynchronizePageConfiguration.setRunnableContext
(IRunnableContext context) Sets the runnable context that can be used by the page's actions to display progress. -
Uses of IRunnableContext in org.eclipse.ui
Modifier and TypeInterfaceDescriptioninterface
A workbench window is a top level window in a workbench.Modifier and TypeMethodDescriptionboolean
IWorkbench.saveAll
(IShellProvider shellProvider, IRunnableContext runnableContext, ISaveableFilter filter, boolean confirm) Save all dirty saveables in the workbench that match the given filter. -
Uses of IRunnableContext in org.eclipse.ui.editors.text
Modifier and TypeMethodDescriptionprotected IRunnableContext
FileDocumentProvider.getOperationRunner
(IProgressMonitor monitor) protected IRunnableContext
StorageDocumentProvider.getOperationRunner
(IProgressMonitor monitor) protected IRunnableContext
TextFileDocumentProvider.getOperationRunner
(IProgressMonitor monitor) Returns the runnable context for this document provider. -
Uses of IRunnableContext in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionboolean
SaveablesList.promptForSaving
(List<Saveable> modelsToSave, IShellProvider shellProvider, IRunnableContext runnableContext, boolean canCancel, boolean stillOpenElsewhere) Prompt the user to save the given saveables.boolean
Workbench.saveAll
(IShellProvider shellProvider, IRunnableContext runnableContext, ISaveableFilter filter, boolean confirm) static boolean
WorkbenchPage.saveAll
(List<IWorkbenchPart> dirtyParts, boolean confirm, boolean closing, boolean addNonPartSources, IRunnableContext runnableContext, IWorkbenchWindow workbenchWindow) boolean
SaveablesList.saveModels
(List<Saveable> finalModels, IShellProvider shellProvider, IRunnableContext runnableContext) Save the given models.boolean
SaveablesList.saveModels
(List<Saveable> finalModels, IShellProvider shellProvider, IRunnableContext runnableContext, boolean blockUntilSaved) Save the given models. -
Uses of IRunnableContext in org.eclipse.ui.progress
Modifier and TypeInterfaceDescriptioninterface
The progress service is the primary interface to the workbench progress support.interface
IWorkbenchPartProgressService is an IProgressService that adds API for jobs that change the state in a IWorkbenchPartSite while they are being run.Modifier and TypeMethodDescriptionvoid
IProgressService.runInUI
(IRunnableContext context, IRunnableWithProgress runnable, ISchedulingRule rule) Runs the given operation in the UI thread using the given runnable context. -
Uses of IRunnableContext in org.eclipse.ui.texteditor
Modifier and TypeMethodDescriptionprotected abstract IRunnableContext
AbstractDocumentProvider.getOperationRunner
(IProgressMonitor monitor) Returns the runnable context for this document provider.