Uses of Interface
org.eclipse.jface.window.IShellProvider
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 a user interface for debug platform source lookup facilities.
Provides support for dialogs.
Provides a framework for preferences.
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
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.
Application programming interface to display and preview refactoring history information.
Application programming interface to actions related to resource refactorings.
Provides basic support for managing Team providers.
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.
Forms-based controls for use in views, editors, and wizards.
APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the product introduction parts.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Application programming interfaces for interaction
with the Eclipse text editor template support.
Provides the standard Task List view for displaying
tasks and problem annotations on resources.
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
Provides the standard wizards for creating files,
folders, and projects in the workspace.
-
Uses of IShellProvider in org.eclipse.compare
-
Uses of IShellProvider in org.eclipse.compare.internal
Modifier and TypeClassDescriptionclass
class
This is a dialog that can host aCompareEditorInput
.class
This is a dialog that can invoke the compare editor on chosen files.class
class
Base class for resizable Dialogs with persistent window bounds. -
Uses of IShellProvider in org.eclipse.debug.ui
Modifier and TypeClassDescriptionclass
APopupDialog
that is automatically positioned relative to a specified anchor point.class
ADebugPopup
that can be used to inspect anIExpression
object.class
A dialog that prompts the user to choose and configure a string substitution variable. -
Uses of IShellProvider in org.eclipse.debug.ui.sourcelookup
Modifier and TypeClassDescriptionclass
A dialog for editing the source lookup path of a source lookup director. -
Uses of IShellProvider in org.eclipse.e4.ui.bindings.internal
Modifier and TypeClassDescriptionclass
A dialog displaying a list of key bindings. -
Uses of IShellProvider in org.eclipse.jface.dialogs
Modifier and TypeClassDescriptionclass
The abstract implementation of a selection dialog.class
A dialog is a specialized window used for narrow-focused communication with the user.class
A dialog to display one or more errors to the user, as contained in anIStatus
object.class
The IconAndMessageDialog is the abstract superclass of dialogs that have an icon and a message as the first two widgets.class
A simple input dialog for soliciting an input string from the user.class
A dialog for showing messages to the user.class
A message dialog which also allows the user to adjust a toggle setting.class
The PlainMessageDialog represents a message dialog with a clear, simple API to create dialogs with message, buttons and image.class
A lightweight, transient dialog that is popped up to show contextual or temporal information and is easily dismissed.class
A modal dialog that displays progress during a long running operation.class
An abstract base class for dialogs with a status bar and OK/CANCEL buttons.class
A dialog that has a title area for displaying a title and an image as well as a common area for displaying a description, a message, or an error message.class
ATrayDialog
is a specializedDialog
that can contain a tray on its side.ModifierConstructorDescriptionprotected
Dialog
(IShellProvider parentShell) Creates a dialog with the given parent.protected
TrayDialog
(IShellProvider parentShell) Creates a tray dialog with the given parent. -
Uses of IShellProvider in org.eclipse.jface.notifications
Modifier and TypeClassDescriptionclass
class
NotificationPopup is a default implementation ofAbstractNotificationPopup
. -
Uses of IShellProvider in org.eclipse.jface.preference
Modifier and TypeClassDescriptionclass
A preference dialog is a hierarchical presentation of preference pages. -
Uses of IShellProvider in org.eclipse.jface.util
Modifier and TypeMethodDescriptionstatic boolean
ConfigureColumns.forTable
(Table table, IShellProvider shellProvider) Configure the columns of the given tree in a keyboard-accessible way, using the given shell provider to parent dialogs.static boolean
ConfigureColumns.forTree
(Tree tree, IShellProvider shellProvider) Configure the columns of the given tree in a keyboard-accessible way, using the given shell provider to parent dialogs. -
Uses of IShellProvider 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.class
Standard shell provider that always returns the shell containing the given control.class
A JFace window is an object that has no visual representation (no widgets) until it is told to open.Modifier and TypeMethodDescriptionstatic void
Window.setDefaultModalParent
(IShellProvider provider) Sets the default parent for modal Windows.ModifierConstructorDescriptionprotected
Window
(IShellProvider shellProvider) Creates a new window which will create its shell as a child of whatever the given shellProvider returns. -
Uses of IShellProvider in org.eclipse.jface.wizard
Modifier and TypeClassDescriptionclass
An abstract base implementation of a wizard.class
A dialog to show a wizard to the end user. -
Uses of IShellProvider in org.eclipse.ltk.ui.refactoring
Modifier and TypeClassDescriptionclass
An abstract base implementation of a refactoring wizard. -
Uses of IShellProvider in org.eclipse.ltk.ui.refactoring.history
Modifier and TypeClassDescriptionclass
A default implementation of a refactoring history wizard. -
Uses of IShellProvider in org.eclipse.ltk.ui.refactoring.resource
Modifier and TypeClassDescriptionclass
A wizard for the delete resources refactoring.class
A wizard for the move resources refactoring.class
A wizard for the rename resource refactoring. -
Uses of IShellProvider in org.eclipse.team.ui
Modifier and TypeClassDescriptionclass
Deprecated.Clients should use a subclass ofCompareEditorInput
andCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
-
Uses of IShellProvider in org.eclipse.team.ui.synchronize
Modifier and TypeClassDescriptionclass
This is a convenience class for creating wizards for use with theorg.eclipse.team.ui.synchronizeWizard
extension point that create aModelSynchronizeParticipant
.class
Deprecated.class
This is a convenience class for creating wizards for use with theorg.eclipse.team.ui.synchronizeWizard
extension point.class
This is a convenience class for creating wizards for use with theorg.eclipse.team.ui.synchronizeWizard
extension point that create aSubscriberParticipant
. -
Uses of IShellProvider in org.eclipse.ui
Modifier and TypeInterfaceDescriptioninterface
The primary interface between an editor part and the workbench.interface
The primary interface between a view part and the workbench.interface
The primary interface between a workbench part and the workbench.interface
The common interface between the workbench and its parts, including pages within parts.interface
A workbench window is a top level window in a workbench.Modifier and TypeMethodDescriptionIWorkbench.getModalDialogShellProvider()
Return a shell provider that can be used to get the best parenting possible for a modal dialog.Modifier and TypeMethodDescriptionSaveable.doSave
(IProgressMonitor monitor, IShellProvider shellProvider) Saves this saveable, or prepares this saveable for a background save operation.boolean
IWorkbench.saveAll
(IShellProvider shellProvider, IRunnableContext runnableContext, ISaveableFilter filter, boolean confirm) Save all dirty saveables in the workbench that match the given filter. -
Uses of IShellProvider in org.eclipse.ui.actions
Modifier and TypeFieldDescriptionprotected IShellProvider
CopyProjectAction.shellProvider
The IShellProvider in which to show any dialogs.protected IShellProvider
CopyResourceAction.shellProvider
The IShellProvider in which to show any dialogs.protected IShellProvider
CreateFileAction.shellProvider
Deprecated.The shell in which to show any dialogs.protected IShellProvider
CreateFolderAction.shellProvider
Deprecated.The shell in which to show any dialogs.ModifierConstructorDescriptionAddBookmarkAction
(IShellProvider provider, boolean promptForName) Creates a new bookmark action.AddTaskAction
(IShellProvider provider) Creates a new instance of the receiver.BuildAction
(IShellProvider provider, int type) Creates a new action of the appropriate type.CloseResourceAction
(IShellProvider provider) Create the new action.protected
CloseResourceAction
(IShellProvider provider, String text) Provide text to the action.protected
CloseResourceAction
(IShellProvider provider, String text, String tooltip, String textPlural, String tooltipPlural) Provide text to the action.CloseUnrelatedProjectsAction
(IShellProvider provider) Creates this action.CopyProjectAction
(IShellProvider provider) Creates a new project copy action with the default text.CopyResourceAction
(IShellProvider provider) Creates a new actionCreateFileAction
(IShellProvider provider) Deprecated.see deprecated tag on classCreateFolderAction
(IShellProvider provider) Deprecated.see deprecated tag on classDeleteResourceAction
(IShellProvider provider) Creates a new delete resource action.MoveProjectAction
(IShellProvider provider) Creates a new project move action and initializes it.MoveResourceAction
(IShellProvider provider) Creates a new action.OpenResourceAction
(IShellProvider provider) Creates a new action.RefreshAction
(IShellProvider provider) Creates a new action.RenameResourceAction
(IShellProvider provider) Creates a new action.RenameResourceAction
(IShellProvider provider, Tree tree) Creates a new action.protected
WorkspaceAction
(IShellProvider provider, String text) Creates a new action with the given text. -
Uses of IShellProvider in org.eclipse.ui.dialogs
Modifier and TypeClassDescriptionclass
An abstract class to select elements out of a list of elements.class
A class to select elements out of a tree structure.class
A standard selection dialog which solicits a container resource from the user.class
This class is used to allow the user to select a dialog from the set of internal and external editors.class
A class to select elements out of a list of elements.class
A class to select elements out of a tree structure.class
Shows a list of items to the user with a text entry field for a string pattern used to filter the list of items.class
Shows a list of resources to the user with a text entry field for a string pattern used to filter the list of resources.class
A dialog that prompts for one element out of a list of elements.class
A standard dialog which solicits a list of selections from the user.class
Dialog to allow the user to select from a list of marker resolutions.class
The NewFolderDialog is used to create a new folder.class
The ProjectLocationMoveDialog is the dialog used to select the location of a project for moving.class
The ProjectLocationSelectionDialog is the dialog used to select the name and location of a project for copying.class
Shows a list of resources to the user with a text entry field for a string pattern used to filter the list of resources.class
A standard resource selection dialog which solicits a list of resources from the user.class
A standard "Save As" dialog which solicits a path from the user.class
The abstract implementation of a selection dialog.class
An abstract base class for dialogs with a status bar and ok/cancel buttons.class
A list selection dialog with two panes.class
The TypeFilteringDialog is a SelectionDialog that allows the user to select a file editor.class
Deprecated.Providing Cancel in addition to Yes/No is confusing.ModifierConstructorDescriptionPropertyDialogAction
(IShellProvider shell, ISelectionProvider provider) Creates a new action for opening a property dialog on the elements from the given selection provider. -
Uses of IShellProvider in org.eclipse.ui.forms
ModifierConstructorDescriptionFormDialog
(IShellProvider parentShellProvider) Creates a new form dialog for a provided parent shell provider. -
Uses of IShellProvider in org.eclipse.ui.ide.dialogs
Modifier and TypeClassDescriptionclass
Dialog to let the user customise how files and resources are created in a project hierarchy after the user drag and drop items on a workspace container.final class
A selection dialog which shows the path variables defined in the workspace. -
Uses of IShellProvider in org.eclipse.ui.internal
Modifier and TypeClassDescriptionclass
An editor container manages the services for an editor.static class
class
PartSite
is the general implementation for anIWorkbenchPartSite
.class
A view container manages the services for a view.class
A window within the workbench.Modifier and TypeMethodDescriptionstatic void
SaveableHelper.doSaveModel
(Saveable model, IProgressMonitor progressMonitor, IShellProvider shellProvider, boolean blockUntilSaved) SaveablesList.preCloseParts
(List<IWorkbenchPart> partsToClose, boolean addNonPartSources, boolean save, IShellProvider shellProvider, IWorkbenchWindow window) SaveablesList.preCloseParts
(List<IWorkbenchPart> partsToClose, boolean save, IShellProvider shellProvider, IWorkbenchWindow window) boolean
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) 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 IShellProvider in org.eclipse.ui.intro
Modifier and TypeInterfaceDescriptioninterface
The primary interface between an intro part and the workbench. -
Uses of IShellProvider in org.eclipse.ui.part
Modifier and TypeInterfaceDescriptioninterface
The primary interface between a page and the outside world.Modifier and TypeClassDescriptionclass
Site for a nested editor within a multi-page editor.class
This implementation ofIPageSite
provides a site for a page within aPageBookView
. -
Uses of IShellProvider in org.eclipse.ui.preferences
Modifier and TypeClassDescriptionclass
The ViewSettingsDialog is an abstract class that provides some common functionality for view preferences. -
Uses of IShellProvider in org.eclipse.ui.texteditor.templates
Modifier and TypeClassDescriptionprotected static class
Dialog to edit a template. -
Uses of IShellProvider in org.eclipse.ui.views.markers.internal
Modifier and TypeClassDescriptionclass
Shows the properties of a new or existing marker In 3.3, this class was refactored to allow pre-existing public dialog classes to share the implementation.class
DialogTaskProperties is the properties dialog for tasks. -
Uses of IShellProvider in org.eclipse.ui.views.tasklist
Modifier and TypeClassDescriptionclass
Shows the properties of a new or existing task, or a problem. -
Uses of IShellProvider in org.eclipse.ui.wizards.datatransfer
Modifier and TypeClassDescriptionclass
Standard workbench wizard for importing projects defined outside of the currently defined projects into Eclipse.class
Standard workbench wizard for exporting resources from the workspace to the local file system.class
Standard workbench wizard for importing resources from the local file system into the workspace.class
Standard workbench wizard for exporting resources from the workspace to a zip file.class
Standard workbench wizard for importing resources from a zip file into the workspace. -
Uses of IShellProvider in org.eclipse.ui.wizards.newresource
Modifier and TypeClassDescriptionclass
Standard workbench wizard that create a new file resource in the workspace.class
Standard workbench wizard that create a new folder resource in the workspace.class
Standard workbench wizard that creates a new project resource in the workspace.class
Abstract base implementation of the standard workbench wizards that create new resources in the workspace.
org.eclipse.team.ui.history.IHistoryPageSource
in conjunction with theorg.eclipse.team.ui.history.IHistoryView
or aHistoryPageCompareEditorInput
.