Package | Description |
---|---|
org.eclipse.compare |
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
org.eclipse.jface.dialogs |
Provides support for dialogs.
|
org.eclipse.jface.window |
Provides a general framework for creating and managing
windows.
|
org.eclipse.jface.wizard |
Provides a framework for wizards.
|
org.eclipse.ltk.ui.refactoring |
Application programming interface to implement a wizard based user interface for refactorings.
|
org.eclipse.search.ui |
Classes and interface required to contribute search dialog pages and search result view pages.
|
org.eclipse.team.ui |
Provides basic support for managing Team providers.
|
org.eclipse.team.ui.history |
Application programming interfaces for working with history.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.editors.text |
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.
|
org.eclipse.ui.progress |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICompareContainer
A compare container is used to represent any UI that can contain compare viewers.
|
Modifier and Type | Class and Description |
---|---|
class |
CompareEditorInput
A compare operation which can present its results in a special editor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ILaunchConfigurationDialog
A launch configuration dialog is used to edit and launch
launch configurations.
|
Modifier and Type | Class and Description |
---|---|
class |
ProgressMonitorDialog
A modal dialog that displays progress during a long running operation.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationWindow
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IWizardContainer
Interface for containers that can host a wizard.
|
interface |
IWizardContainer2
IWizardContainer2 is a supplement to
IWizardContainer that adds a method for updating the size of
the wizard shell based on the contents of the current page. |
Modifier and Type | Class and Description |
---|---|
class |
WizardDialog
A dialog to show a wizard to the end user.
|
Modifier and Type | Method and Description |
---|---|
int |
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.
|
Modifier and Type | Method and Description |
---|---|
IRunnableContext |
ISearchPageContainer.getRunnableContext()
Returns the context for the search operation.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Class and Description |
---|---|
class |
PageCompareEditorInput
Abstract class for hosting a page based structure input view for the purposes
of feeding compare viewers.
|
Constructor and Description |
---|
TeamOperation(IRunnableContext context)
Create an team operation that will run in the given context.
|
TeamOperation(IWorkbenchPart part,
IRunnableContext context)
Create an team operation associated with the given part
that will run in the given context.
|
Modifier and Type | Class and Description |
---|---|
class |
HistoryPageCompareEditorInput
Displays a history page combined with the compare/merge infrastructure.
|
Modifier and Type | Class and Description |
---|---|
class |
ParticipantPageCompareEditorInput
Displays a synchronize participant page combined with the compare/merge infrastructure.
|
class |
SaveableCompareEditorInput
A compare editor input that makes use of a
Saveable to manage the save
lifecycle of the editor input. |
class |
SyncInfoCompareInput
A
SyncInfo editor input used as input to a two-way or three-way
compare viewer. |
Modifier and Type | Method and Description |
---|---|
IRunnableContext |
ISynchronizePageConfiguration.getRunnableContext()
Return the runnable context.
|
Modifier and Type | Method and Description |
---|---|
void |
ISynchronizePageConfiguration.setRunnableContext(IRunnableContext context)
Sets the runnable context that can be used by the page's
actions to display progress.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IWorkbenchWindow
A workbench window is a top level window in a workbench.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IWorkbench.saveAll(IShellProvider shellProvider,
IRunnableContext runnableContext,
ISaveableFilter filter,
boolean confirm)
Save all dirty saveables in the workbench that match the given filter.
|
Modifier and Type | Method and Description |
---|---|
protected IRunnableContext |
StorageDocumentProvider.getOperationRunner(IProgressMonitor monitor) |
protected IRunnableContext |
TextFileDocumentProvider.getOperationRunner(IProgressMonitor monitor)
Returns the runnable context for this document provider.
|
protected IRunnableContext |
FileDocumentProvider.getOperationRunner(IProgressMonitor monitor) |
Modifier and Type | Interface and Description |
---|---|
interface |
IProgressService
The progress service is the primary interface to the workbench progress
support.
|
interface |
IWorkbenchSiteProgressService
IWorkbenchPartProgressService is an IProgressService that adds API for jobs
that change the state in a IWorkbenchPartSite while they are being run.
|
Modifier and Type | Method and Description |
---|---|
void |
IProgressService.runInUI(IRunnableContext context,
IRunnableWithProgress runnable,
ISchedulingRule rule)
Runs the given operation in the UI thread using the given runnable context.
|
Modifier and Type | Method and Description |
---|---|
protected abstract IRunnableContext |
AbstractDocumentProvider.getOperationRunner(IProgressMonitor monitor)
Returns the runnable context for this document provider.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.