|
org.eclipse.jface.window
Interface IShellProvider
-
All Known Subinterfaces:
-
IEditorSite,
IIntroSite,
IPageSite,
IViewSite,
IWorkbenchPartSite,
IWorkbenchSite,
IWorkbenchWindow
-
All Known Implementing Classes:
-
AbstractElementListSelectionDialog,
ApplicationWindow,
BookmarkPropertiesDialog,
CheckedTreeSelectionDialog,
ContainerSelectionDialog,
DebugPopup,
Dialog, org.eclipse.ui.views.markers.internal.DialogMarkerProperties, org.eclipse.ui.views.markers.internal.DialogTaskProperties,
EditionSelectionDialog,
EditorSelectionDialog,
ElementListSelectionDialog,
ElementTreeSelectionDialog,
ErrorDialog,
FileSelectionDialog,
FilteredItemsSelectionDialog,
FilteredResourcesSelectionDialog,
FormDialog,
IconAndMessageDialog,
InputDialog,
InspectPopupDialog,
ListDialog,
ListSelectionDialog,
MarkerResolutionSelectionDialog,
MessageDialog,
MessageDialogWithToggle,
MultiPageEditorSite,
NewFolderDialog,
PageSite,
ParticipantPageDialog,
PathVariableSelectionDialog,
PopupDialog,
PreferenceDialog,
ProgressMonitorDialog,
ProjectLocationMoveDialog,
ProjectLocationSelectionDialog, org.eclipse.compare.internal.ResizableDialog,
ResourceListSelectionDialog,
ResourceSelectionDialog,
SameShellProvider,
SaveablePartDialog,
SaveAsDialog,
SelectionDialog,
SelectionStatusDialog,
SourceLookupDialog,
StatusDialog,
StringVariableSelectionDialog,
TaskPropertiesDialog,
TemplatePreferencePage.EditTemplateDialog,
TitleAreaDialog,
TrayDialog,
TwoPaneElementSelector,
TypeFilteringDialog,
ViewSettingsDialog,
Window,
WizardDialog,
YesNoCancelListSelectionDialog
-
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
|
Shell
|
getShell
()
Returns the current shell (or null if none). |
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
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|