Uses of Interface
org.eclipse.jface.window.IShellProvider
-
Packages that use IShellProvider Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.org.eclipse.compare.internal org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities.org.eclipse.jface.dialogs Provides support for dialogs.org.eclipse.jface.notifications org.eclipse.jface.preference Provides a framework for preferences.org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.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.ltk.ui.refactoring.history Application programming interface to display and preview refactoring history information.org.eclipse.ltk.ui.refactoring.resource Application programming interface to actions related to resource refactorings.org.eclipse.team.ui Provides basic support for managing Team providers.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.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.forms Forms-based controls for use in views, editors, and wizards.org.eclipse.ui.ide.dialogs APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.org.eclipse.ui.intro Application programming interfaces for interaction with and extension of the product introduction parts.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferencesorg.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse text editor template support.org.eclipse.ui.views.bookmarkexplorer Provides the standard Bookmarks view which displays bookmarks on resources.org.eclipse.ui.views.markers.internal org.eclipse.ui.views.tasklist Provides the standard Task List view for displaying tasks and problem annotations on resources.org.eclipse.ui.wizards.datatransfer Provides the standard Import and Export wizards for moving resources into and out of the workspace.org.eclipse.ui.wizards.newresource Provides the standard wizards for creating files, folders, and projects in the workspace. -
-
Uses of IShellProvider in org.eclipse.compare
Classes in org.eclipse.compare that implement IShellProvider Modifier and Type Class Description classEditionSelectionDialogDeprecated.Use anorg.eclipse.team.ui.history.IHistoryPageSourcein conjunction with theorg.eclipse.team.ui.history.IHistoryViewor aHistoryPageCompareEditorInput. -
Uses of IShellProvider in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IShellProvider Modifier and Type Class Description classorg.eclipse.compare.internal.ResizableDialogBase class for resizable Dialogs with persistent window bounds. -
Uses of IShellProvider in org.eclipse.debug.ui
Classes in org.eclipse.debug.ui that implement IShellProvider Modifier and Type Class Description classDebugPopupAPopupDialogthat is automatically positioned relative to a specified anchor point.classInspectPopupDialogADebugPopupthat can be used to inspect anIExpressionobject.classStringVariableSelectionDialogA dialog that prompts the user to choose and configure a string substitution variable. -
Uses of IShellProvider in org.eclipse.debug.ui.sourcelookup
Classes in org.eclipse.debug.ui.sourcelookup that implement IShellProvider Modifier and Type Class Description classSourceLookupDialogA dialog for editing the source lookup path of a source lookup director. -
Uses of IShellProvider in org.eclipse.jface.dialogs
Classes in org.eclipse.jface.dialogs that implement IShellProvider Modifier and Type Class Description classAbstractSelectionDialog<T>The abstract implementation of a selection dialog.classDialogA dialog is a specialized window used for narrow-focused communication with the user.classErrorDialogA dialog to display one or more errors to the user, as contained in anIStatusobject.classIconAndMessageDialogThe IconAndMessageDialog is the abstract superclass of dialogs that have an icon and a message as the first two widgets.classInputDialogA simple input dialog for soliciting an input string from the user.classMessageDialogA dialog for showing messages to the user.classMessageDialogWithToggleA message dialog which also allows the user to adjust a toggle setting.classPlainMessageDialogThe PlainMessageDialog represents a message dialog with a clear, simple API to create dialogs with message, buttons and image.classPopupDialogA lightweight, transient dialog that is popped up to show contextual or temporal information and is easily dismissed.classProgressMonitorDialogA modal dialog that displays progress during a long running operation.classStatusDialogAn abstract base class for dialogs with a status bar and OK/CANCEL buttons.classTitleAreaDialogA 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.classTrayDialogATrayDialogis a specializedDialogthat can contain a tray on its side.Constructors in org.eclipse.jface.dialogs with parameters of type IShellProvider Constructor Description Dialog(IShellProvider parentShell)Creates a dialog with the given parent.TrayDialog(IShellProvider parentShell)Creates a tray dialog with the given parent. -
Uses of IShellProvider in org.eclipse.jface.notifications
Classes in org.eclipse.jface.notifications that implement IShellProvider Modifier and Type Class Description classAbstractNotificationPopup -
Uses of IShellProvider in org.eclipse.jface.preference
Classes in org.eclipse.jface.preference that implement IShellProvider Modifier and Type Class Description classPreferenceDialogA preference dialog is a hierarchical presentation of preference pages. -
Uses of IShellProvider in org.eclipse.jface.util
Methods in org.eclipse.jface.util with parameters of type IShellProvider Modifier and Type Method Description static booleanConfigureColumns. 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 booleanConfigureColumns. 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
Classes in org.eclipse.jface.window that implement IShellProvider Modifier and Type Class Description classApplicationWindowAn 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.classSameShellProviderStandard shell provider that always returns the shell containing the given control.classWindowA JFace window is an object that has no visual representation (no widgets) until it is told to open.Methods in org.eclipse.jface.window with parameters of type IShellProvider Modifier and Type Method Description static voidWindow. setDefaultModalParent(IShellProvider provider)Sets the default parent for modal Windows.Constructors in org.eclipse.jface.window with parameters of type IShellProvider Constructor Description 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
Classes in org.eclipse.jface.wizard that implement IShellProvider Modifier and Type Class Description classWizardAn abstract base implementation of a wizard.classWizardDialogA dialog to show a wizard to the end user. -
Uses of IShellProvider in org.eclipse.ltk.ui.refactoring
Classes in org.eclipse.ltk.ui.refactoring that implement IShellProvider Modifier and Type Class Description classRefactoringWizardAn abstract base implementation of a refactoring wizard. -
Uses of IShellProvider in org.eclipse.ltk.ui.refactoring.history
Classes in org.eclipse.ltk.ui.refactoring.history that implement IShellProvider Modifier and Type Class Description classRefactoringHistoryWizardA default implementation of a refactoring history wizard. -
Uses of IShellProvider in org.eclipse.ltk.ui.refactoring.resource
Classes in org.eclipse.ltk.ui.refactoring.resource that implement IShellProvider Modifier and Type Class Description classDeleteResourcesWizardA wizard for the delete resources refactoring.classMoveResourcesWizardA wizard for the move resources refactoring.classRenameResourceWizardA wizard for the rename resource refactoring. -
Uses of IShellProvider in org.eclipse.team.ui
Classes in org.eclipse.team.ui that implement IShellProvider Modifier and Type Class Description classSaveablePartDialogDeprecated.Clients should use a subclass ofCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput) -
Uses of IShellProvider in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement IShellProvider Modifier and Type Class Description classModelParticipantWizardThis is a convenience class for creating wizards for use with theorg.eclipse.team.ui.synchronizeWizardextension point that create aModelSynchronizeParticipant.classParticipantPageDialogDeprecated.classParticipantSynchronizeWizardThis is a convenience class for creating wizards for use with theorg.eclipse.team.ui.synchronizeWizardextension point.classSubscriberParticipantWizardThis is a convenience class for creating wizards for use with theorg.eclipse.team.ui.synchronizeWizardextension point that create aSubscriberParticipant. -
Uses of IShellProvider in org.eclipse.ui
Subinterfaces of IShellProvider in org.eclipse.ui Modifier and Type Interface Description interfaceIEditorSiteThe primary interface between an editor part and the workbench.interfaceIViewSiteThe primary interface between a view part and the workbench.interfaceIWorkbenchPartSiteThe primary interface between a workbench part and the workbench.interfaceIWorkbenchSiteThe common interface between the workbench and its parts, including pages within parts.interfaceIWorkbenchWindowA workbench window is a top level window in a workbench.Methods in org.eclipse.ui that return IShellProvider Modifier and Type Method Description IShellProviderIWorkbench. getModalDialogShellProvider()Return a shell provider that can be used to get the best parenting possible for a modal dialog.Methods in org.eclipse.ui with parameters of type IShellProvider Modifier and Type Method Description IJobRunnableSaveable. doSave(IProgressMonitor monitor, IShellProvider shellProvider)Saves this saveable, or prepares this saveable for a background save operation.booleanIWorkbench. 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
Fields in org.eclipse.ui.actions declared as IShellProvider Modifier and Type Field Description protected IShellProviderCopyProjectAction. shellProviderThe IShellProvider in which to show any dialogs.protected IShellProviderCopyResourceAction. shellProviderThe IShellProvider in which to show any dialogs.protected IShellProviderCreateFileAction. shellProviderDeprecated.The shell in which to show any dialogs.protected IShellProviderCreateFolderAction. shellProviderDeprecated.The shell in which to show any dialogs.Constructors in org.eclipse.ui.actions with parameters of type IShellProvider Constructor Description AddBookmarkAction(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.CloseResourceAction(IShellProvider provider, String text)Provide text to the action.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.WorkspaceAction(IShellProvider provider, String text)Creates a new action with the given text. -
Uses of IShellProvider in org.eclipse.ui.dialogs
Classes in org.eclipse.ui.dialogs that implement IShellProvider Modifier and Type Class Description classAbstractElementListSelectionDialogAn abstract class to select elements out of a list of elements.classCheckedTreeSelectionDialogA class to select elements out of a tree structure.classContainerSelectionDialogA standard selection dialog which solicits a container resource from the user.classEditorSelectionDialogThis class is used to allow the user to select a dialog from the set of internal and external editors.classElementListSelectionDialogA class to select elements out of a list of elements.classElementTreeSelectionDialogA class to select elements out of a tree structure.classFileSelectionDialogDeprecated.Use org.eclipse.swt.widgets.FileDialog,classFilteredItemsSelectionDialogShows a list of items to the user with a text entry field for a string pattern used to filter the list of items.classFilteredResourcesSelectionDialogShows a list of resources to the user with a text entry field for a string pattern used to filter the list of resources.classListDialogA dialog that prompts for one element out of a list of elements.classListSelectionDialogA standard dialog which solicits a list of selections from the user.classMarkerResolutionSelectionDialogDialog to allow the user to select from a list of marker resolutions.classNewFolderDialogThe NewFolderDialog is used to create a new folder.classProjectLocationMoveDialogThe ProjectLocationMoveDialog is the dialog used to select the location of a project for moving.classProjectLocationSelectionDialogThe ProjectLocationSelectionDialog is the dialog used to select the name and location of a project for copying.classResourceListSelectionDialogShows a list of resources to the user with a text entry field for a string pattern used to filter the list of resources.classResourceSelectionDialogA standard resource selection dialog which solicits a list of resources from the user.classSaveAsDialogA standard "Save As" dialog which solicits a path from the user.classSelectionDialogThe abstract implementation of a selection dialog.classSelectionStatusDialogAn abstract base class for dialogs with a status bar and ok/cancel buttons.classTwoPaneElementSelectorA list selection dialog with two panes.classTypeFilteringDialogThe TypeFilteringDialog is a SelectionDialog that allows the user to select a file editor.classYesNoCancelListSelectionDialogDeprecated.Providing Cancel in addition to Yes/No is confusing.Constructors in org.eclipse.ui.dialogs with parameters of type IShellProvider Constructor Description PropertyDialogAction(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
Classes in org.eclipse.ui.forms that implement IShellProvider Modifier and Type Class Description classFormDialogA general-purpose dialog that hosts a form.Constructors in org.eclipse.ui.forms with parameters of type IShellProvider Constructor Description FormDialog(IShellProvider parentShellProvider)Creates a new form dialog for a provided parent shell provider. -
Uses of IShellProvider in org.eclipse.ui.ide.dialogs
Classes in org.eclipse.ui.ide.dialogs that implement IShellProvider Modifier and Type Class Description classImportTypeDialogDialog 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.classPathVariableSelectionDialogA selection dialog which shows the path variables defined in the workspace. -
Uses of IShellProvider in org.eclipse.ui.intro
Subinterfaces of IShellProvider in org.eclipse.ui.intro Modifier and Type Interface Description interfaceIIntroSiteThe primary interface between an intro part and the workbench. -
Uses of IShellProvider in org.eclipse.ui.part
Subinterfaces of IShellProvider in org.eclipse.ui.part Modifier and Type Interface Description interfaceIPageSiteThe primary interface between a page and the outside world.Classes in org.eclipse.ui.part that implement IShellProvider Modifier and Type Class Description classMultiPageEditorSiteSite for a nested editor within a multi-page editor.classPageSiteThis implementation ofIPageSiteprovides a site for a page within aPageBookView. -
Uses of IShellProvider in org.eclipse.ui.preferences
Classes in org.eclipse.ui.preferences that implement IShellProvider Modifier and Type Class Description classViewSettingsDialogThe ViewSettingsDialog is an abstract class that provides some common functionality for view preferences. -
Uses of IShellProvider in org.eclipse.ui.texteditor.templates
Classes in org.eclipse.ui.texteditor.templates that implement IShellProvider Modifier and Type Class Description protected static classTemplatePreferencePage.EditTemplateDialogDialog to edit a template. -
Uses of IShellProvider in org.eclipse.ui.views.bookmarkexplorer
Classes in org.eclipse.ui.views.bookmarkexplorer that implement IShellProvider Modifier and Type Class Description classBookmarkPropertiesDialogDeprecated. -
Uses of IShellProvider in org.eclipse.ui.views.markers.internal
Classes in org.eclipse.ui.views.markers.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw IShellProvider Modifier and Type Class Description classorg.eclipse.ui.views.markers.internal.DialogMarkerPropertiesShows 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.classorg.eclipse.ui.views.markers.internal.DialogTaskPropertiesDialogTaskProperties is the properties dialog for tasks. -
Uses of IShellProvider in org.eclipse.ui.views.tasklist
Classes in org.eclipse.ui.views.tasklist that implement IShellProvider Modifier and Type Class Description classTaskPropertiesDialogShows the properties of a new or existing task, or a problem. -
Uses of IShellProvider in org.eclipse.ui.wizards.datatransfer
Classes in org.eclipse.ui.wizards.datatransfer that implement IShellProvider Modifier and Type Class Description classExternalProjectImportWizardStandard workbench wizard for importing projects defined outside of the currently defined projects into Eclipse.classFileSystemExportWizardStandard workbench wizard for exporting resources from the workspace to the local file system.classFileSystemImportWizardStandard workbench wizard for importing resources from the local file system into the workspace.classZipFileExportWizardStandard workbench wizard for exporting resources from the workspace to a zip file.classZipFileImportWizardStandard workbench wizard for importing resources from a zip file into the workspace. -
Uses of IShellProvider in org.eclipse.ui.wizards.newresource
Classes in org.eclipse.ui.wizards.newresource that implement IShellProvider Modifier and Type Class Description classBasicNewFileResourceWizardStandard workbench wizard that create a new file resource in the workspace.classBasicNewFolderResourceWizardStandard workbench wizard that create a new folder resource in the workspace.classBasicNewProjectResourceWizardStandard workbench wizard that creates a new project resource in the workspace.classBasicNewResourceWizardAbstract base implementation of the standard workbench wizards that create new resources in the workspace.
-