Package org.eclipse.jface.window
Interface IShellProvider
- All Known Subinterfaces:
IEditorSite
,IIntroSite
,IPageSite
,IViewSite
,IWorkbenchPartSite
,IWorkbenchSite
,IWorkbenchWindow
- All Known Implementing Classes:
AbstractElementListSelectionDialog
,AbstractNotificationPopup
,AbstractSelectionDialog
,AddFromHistoryDialog
,ApplicationWindow
,BasicNewFileResourceWizard
,BasicNewFolderResourceWizard
,BasicNewProjectResourceWizard
,BasicNewResourceWizard
,CheckedTreeSelectionDialog
,CompareDialog
,CompareWithOtherResourceDialog
,ContainerSelectionDialog
,DebugPopup
,DeleteResourcesWizard
,Dialog
,DialogMarkerProperties
,DialogTaskProperties
,EditionSelectionDialog
,EditorSelectionDialog
,EditorSite
,ElementListSelectionDialog
,ElementTreeSelectionDialog
,ErrorDialog
,ExternalProjectImportWizard
,FileSystemExportWizard
,FileSystemImportWizard
,FilteredItemsSelectionDialog
,FilteredResourcesSelectionDialog
,FormDialog
,IconAndMessageDialog
,ImportTypeDialog
,InputDialog
,InspectPopupDialog
,KeyAssistDialog
,LargeFileLimitsPreferenceHandler.LargeFileEditorSelectionDialog
,ListDialog
,ListSelectionDialog
,MarkerResolutionSelectionDialog
,MessageDialog
,MessageDialogWithToggle
,ModelParticipantWizard
,MoveResourcesWizard
,MultiPageEditorSite
,NavigationEndDialog
,NewFolderDialog
,NotificationPopup
,PageSite
,ParticipantPageDialog
,ParticipantSynchronizeWizard
,PartSite
,PathVariableSelectionDialog
,PlainMessageDialog
,PopupDialog
,PreferenceDialog
,ProgressMonitorDialog
,ProjectLocationMoveDialog
,ProjectLocationSelectionDialog
,RefactoringHistoryWizard
,RefactoringWizard
,RenameResourceWizard
,ResizableDialog
,ResourceListSelectionDialog
,ResourceSelectionDialog
,SameShellProvider
,SaveablePartDialog
,SaveAsDialog
,SelectionDialog
,SelectionStatusDialog
,SourceLookupDialog
,StatusDialog
,StringVariableSelectionDialog
,SubscriberParticipantWizard
,TaskPropertiesDialog
,TemplatePreferencePage.EditTemplateDialog
,TitleAreaDialog
,TrayDialog
,TwoPaneElementSelector
,TypeFilteringDialog
,ViewSettingsDialog
,ViewSite
,Window
,Wizard
,WizardDialog
,WorkbenchWindow
,YesNoCancelListSelectionDialog
,ZipFileExportWizard
,ZipFileImportWizard
public interface IShellProvider
Interface for objects that can return a shell. This is normally used for
opening child windows. An object that wants to open child shells can take
an IShellProvider in its constructor, and the object that implements IShellProvider
can dynamically choose where child shells should be opened.
- Since:
- 3.1
-
Method Summary
-
Method Details
-
getShell
Shell getShell()Returns the current shell (or null if none). This return value may change over time, and should not be cached.- Returns:
- the current shell or null if none
-