|
 |
|
|
Uses of Class org.eclipse.swt.widgets.Shell
Methods in
org.eclipse.debug.ui with parameters of type
Shell
|
static int
|
DebugUITools.
openLaunchConfigurationDialog
(
Shell shell,
ILaunchConfiguration configuration,
String groupIdentifier,
IStatus status)
Open the launch configuration dialog on the specified launch
configuration. |
static int
|
DebugUITools.
openLaunchConfigurationDialog
(
Shell shell,
IStructuredSelection selection,
String mode)
Deprecated. use openLaunchConfigurationDialogOnGroup(Shell, IStructuredSelection, String)
to specify the launch group that the dialog should be opened on. This method will open
on the launch group with the specified mode and a null category
|
static int
|
DebugUITools.
openLaunchConfigurationDialogOnGroup
(
Shell shell,
IStructuredSelection selection,
String groupIdentifier)
Open the launch configuration dialog with the specified initial selection. |
static int
|
DebugUITools.
openLaunchConfigurationDialogOnGroup
(
Shell shell,
IStructuredSelection selection,
String groupIdentifier,
IStatus status)
Open the launch configuration dialog with the specified initial selection. |
static int
|
DebugUITools.
openLaunchConfigurationPropertiesDialog
(
Shell shell,
ILaunchConfiguration configuration,
String groupIdentifier)
Open the launch configuration properties dialog on the specified launch
configuration. |
static int
|
DebugUITools.
openLaunchConfigurationPropertiesDialog
(
Shell shell,
ILaunchConfiguration configuration,
String groupIdentifier,
IStatus status)
Open the launch configuration properties dialog on the specified launch
configuration. |
protected void
|
InspectPopupDialog.
saveDialogBounds
(
Shell shell)
|
Methods in
org.eclipse.jface.dialogs with parameters of type
Shell
|
protected void
|
ProgressMonitorDialog.
configureShell
(
Shell shell)
|
protected void
|
PopupDialog.
configureShell
(
Shell shell)
|
protected void
|
MessageDialog.
configureShell
(
Shell shell)
|
protected void
|
StatusDialog.
configureShell
(
Shell shell)
|
protected void
|
InputDialog.
configureShell
(
Shell shell)
|
protected void
|
ErrorDialog.
configureShell
(
Shell shell)
|
static boolean
|
MessageDialog.
open
(int kind,
Shell parent,
String title,
String message,
int style)
Convenience method to open a simple dialog as specified by the
kind flag. |
static
MessageDialogWithToggle
|
MessageDialogWithToggle.
open
(int kind,
Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key,
int style)
Convenience method to open a simple dialog as specified by the kind flag,
with a "don't show again' toggle. |
static boolean
|
MessageDialog.
openConfirm
(
Shell parent,
String title,
String message)
Convenience method to open a simple confirm (OK/Cancel) dialog. |
static void
|
MessageDialog.
openError
(
Shell parent,
String title,
String message)
Convenience method to open a standard error dialog. |
static int
|
ErrorDialog.
openError
(
Shell parent,
String dialogTitle,
String message,
IStatus status)
Opens an error dialog to display the given error. |
static int
|
ErrorDialog.
openError
(
Shell parentShell,
String title,
String message,
IStatus status,
int displayMask)
Opens an error dialog to display the given error. |
static
MessageDialogWithToggle
|
MessageDialogWithToggle.
openError
(
Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a standard error dialog. |
static void
|
MessageDialog.
openInformation
(
Shell parent,
String title,
String message)
Convenience method to open a standard information dialog. |
static
MessageDialogWithToggle
|
MessageDialogWithToggle.
openInformation
(
Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a standard information dialog. |
static
MessageDialogWithToggle
|
MessageDialogWithToggle.
openOkCancelConfirm
(
Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a simple confirm (OK/Cancel) dialog. |
static boolean
|
MessageDialog.
openQuestion
(
Shell parent,
String title,
String message)
Convenience method to open a simple Yes/No question dialog. |
static void
|
MessageDialog.
openWarning
(
Shell parent,
String title,
String message)
Convenience method to open a standard warning dialog. |
static
MessageDialogWithToggle
|
MessageDialogWithToggle.
openWarning
(
Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a standard warning dialog. |
static
MessageDialogWithToggle
|
MessageDialogWithToggle.
openYesNoCancelQuestion
(
Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a simple question Yes/No/Cancel dialog. |
static
MessageDialogWithToggle
|
MessageDialogWithToggle.
openYesNoQuestion
(
Shell parent,
String title,
String message,
String toggleMessage,
boolean toggleState,
IPreferenceStore store,
String key)
Convenience method to open a simple Yes/No question dialog. |
protected void
|
PopupDialog.
saveDialogBounds
(
Shell shell)
Saves the bounds of the shell in the appropriate dialog settings. |
void
|
IDialogBlockedHandler.
showBlocked
(
Shell parentShell,
IProgressMonitor blocking,
IStatus blockingStatus,
String blockedName)
A blockage has occured. |
Constructors in
org.eclipse.jface.dialogs with parameters of type
Shell
|
Dialog
(
Shell parentShell)
Creates a dialog instance. |
ErrorDialog
(
Shell parentShell,
String dialogTitle,
String message,
IStatus status,
int displayMask)
Creates an error dialog. |
IconAndMessageDialog
(
Shell parentShell)
Constructor for IconAndMessageDialog. |
InputDialog
(
Shell parentShell,
String dialogTitle,
String dialogMessage,
String initialValue,
IInputValidator validator)
Creates an input dialog with OK and Cancel buttons. |
MessageDialog
(
Shell parentShell,
String dialogTitle,
Image dialogTitleImage,
String dialogMessage,
int dialogImageType,
String[] dialogButtonLabels,
int defaultIndex)
Create a message dialog. |
MessageDialogWithToggle
(
Shell parentShell,
String dialogTitle,
Image image,
String message,
int dialogImageType,
String[] dialogButtonLabels,
int defaultIndex,
String toggleMessage,
boolean toggleState)
Creates a message dialog with a toggle. |
PopupDialog
(
Shell parent,
int shellStyle,
boolean takeFocusOnOpen,
boolean persistSize,
boolean persistLocation,
boolean showDialogMenu,
boolean showPersistActions,
String titleText,
String infoText)
Constructs a new instance of PopupDialog . |
PopupDialog
(
Shell parent,
int shellStyle,
boolean takeFocusOnOpen,
boolean persistBounds,
boolean showDialogMenu,
boolean showPersistActions,
String titleText,
String infoText)
Deprecated. As of 3.4, replaced by
PopupDialog.PopupDialog(Shell, int, boolean, boolean, boolean, boolean, boolean, String, String)
|
ProgressMonitorDialog
(
Shell parent)
Creates a progress monitor dialog under the given shell. |
StatusDialog
(
Shell parent)
Creates an instance of a status dialog. |
TitleAreaDialog
(
Shell parentShell)
Instantiate a new title area dialog. |
TrayDialog
(
Shell shell)
Creates a tray dialog instance. |
Constructors in
org.eclipse.jface.text with parameters of type
Shell
|
AbstractInformationControl
(
Shell parentShell,
boolean isResizable)
Creates an abstract information control with the given shell as parent. |
AbstractInformationControl
(
Shell parentShell,
String statusFieldText)
Creates an abstract information control with the given shell as parent. |
AbstractInformationControl
(
Shell parentShell,
ToolBarManager toolBarManager)
Creates an abstract information control with the given shell as parent. |
DefaultInformationControl
(
Shell parent)
Creates a default information control with the given shell as parent. |
DefaultInformationControl
(
Shell parent,
boolean isResizeable)
Creates a default information control with the given shell as parent. |
DefaultInformationControl
(
Shell parent,
DefaultInformationControl.IInformationPresenter presenter)
Creates a default information control with the given shell as parent. |
DefaultInformationControl
(
Shell parent,
int textStyles,
DefaultInformationControl.IInformationPresenter presenter)
Deprecated. As of 3.4, replaced by
DefaultInformationControl.DefaultInformationControl(Shell, DefaultInformationControl.IInformationPresenter)
|
DefaultInformationControl
(
Shell parent,
int textStyles,
DefaultInformationControl.IInformationPresenter presenter,
String statusFieldText)
Deprecated. As of 3.4, replaced by
DefaultInformationControl.DefaultInformationControl(Shell, String, DefaultInformationControl.IInformationPresenter)
|
DefaultInformationControl
(
Shell parent,
int shellStyle,
int style,
DefaultInformationControl.IInformationPresenter presenter)
Deprecated. As of 3.4, replaced by simpler constructors
|
DefaultInformationControl
(
Shell parentShell,
int shellStyle,
int style,
DefaultInformationControl.IInformationPresenter presenter,
String statusFieldText)
Deprecated. As of 3.4, replaced by simpler constructors
|
DefaultInformationControl
(
Shell parent,
String statusFieldText)
Creates a default information control with the given shell as parent. |
DefaultInformationControl
(
Shell parent,
String statusFieldText,
DefaultInformationControl.IInformationPresenter presenter)
Creates a default information control with the given shell as parent. |
DefaultInformationControl
(
Shell parent,
ToolBarManager toolBarManager)
Creates a resizable default information control with the given shell as parent. |
DefaultInformationControl
(
Shell parent,
ToolBarManager toolBarManager,
DefaultInformationControl.IInformationPresenter presenter)
Creates a resizable default information control with the given shell as
parent. |
Methods in
org.eclipse.jface.window with parameters of type
Shell
|
protected void
|
ApplicationWindow.
configureShell
(
Shell shell)
Extends the super implementation by creating the trim widgets using createTrimWidgets . |
protected void
|
Window.
configureShell
(
Shell newShell)
Configures the given shell in preparation for opening this window in it. |
protected void
|
ApplicationWindow.
createStatusLine
(
Shell shell)
Create the status line if required. |
protected void
|
ApplicationWindow.
createTrimWidgets
(
Shell shell)
Creates the trim widgets around the content area. |
protected void
|
Window.
setParentShell
(
Shell newParentShell)
Changes the parent shell. |
Constructors in
org.eclipse.jface.window with parameters of type
Shell
|
ApplicationWindow
(
Shell parentShell)
Create an application window instance, whose shell will be created under the
given parent shell. |
Window
(
Shell parentShell)
Creates a window instance, whose shell will be created under the given
parent shell. |
Methods in
org.eclipse.jface.wizard that return
Shell
|
Shell
|
IWizardContainer.
getShell
()
Returns the shell for this wizard container. |
Shell
|
Wizard.
getShell
()
Returns the wizard's shell if the wizard is visible. |
Shell
|
WizardPage.
getShell
()
The WizardPage implementation of this method declared on
DialogPage returns the shell of the container. |
Constructors in
org.eclipse.swt.printing with parameters of type
Shell
|
PrintDialog
(
Shell parent)
Constructs a new instance of this class given only its parent. |
PrintDialog
(
Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
Methods in
org.eclipse.swt.widgets that return
Shell
|
Shell
|
Display.
getActiveShell
()
Returns the currently active Shell , or null
if no shell belonging to the currently running application
is active. |
Shell
|
Dialog.
getParent
()
Returns the receiver's parent, which must be a Shell
or null. |
Shell
|
ToolTip.
getParent
()
Returns the receiver's parent, which must be a Shell . |
Shell
|
Shell.
getShell
()
|
Shell
|
Control.
getShell
()
Returns the receiver's shell. |
Shell
|
Menu.
getShell
()
Returns the receiver's shell. |
Shell[]
|
Shell.
getShells
()
Returns an array containing all shells which are
descendants of the receiver. |
Shell[]
|
Display.
getShells
()
Returns a (possibly empty) array containing all shells which have
not been disposed and have the receiver as their display. |
static
Shell
|
Shell.
internal_new
(
Display display,
int handle)
Invokes platform specific functionality to allocate a new shell
that is not embedded. |
static
Shell
|
Shell.
win32_new
(
Display display,
int handle)
Invokes platform specific functionality to allocate a new shell
that is embedded. |
Constructors in
org.eclipse.swt.widgets with parameters of type
Shell
|
ColorDialog
(
Shell parent)
Constructs a new instance of this class given only its parent. |
ColorDialog
(
Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
Dialog
(
Shell parent)
Constructs a new instance of this class given only its
parent. |
Dialog
(
Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
DirectoryDialog
(
Shell parent)
Constructs a new instance of this class given only its parent. |
DirectoryDialog
(
Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
FileDialog
(
Shell parent)
Constructs a new instance of this class given only its parent. |
FileDialog
(
Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
FontDialog
(
Shell parent)
Constructs a new instance of this class given only its parent. |
FontDialog
(
Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
MessageBox
(
Shell parent)
Constructs a new instance of this class given only its parent. |
MessageBox
(
Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
Shell
(
Shell parent)
Constructs a new instance of this class given only its
parent. |
Shell
(
Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
ToolTip
(
Shell parent,
int style)
Constructs a new instance of this class given its parent
and a style value describing its behavior and appearance. |
Methods in
org.eclipse.team.ui that return
Shell
|
protected
Shell
|
PageSaveablePart.
getShell
()
Deprecated. Return the parent shell of this part. |
protected
Shell
|
TeamOperation.
getShell
()
Return a shell that can be used by the operation to display dialogs, etc. |
Methods in
org.eclipse.team.ui.synchronize with parameters of type
Shell
|
boolean
|
ModelSynchronizeParticipant.
checkForBufferChange
(
Shell shell,
ISynchronizationCompareInput input,
boolean cancelAllowed,
IProgressMonitor monitor)
Convenience method for switching the active saveable of this participant
to the saveable of the given input. |
static void
|
ModelParticipantAction.
handleTargetSaveableChange
(
Shell shell,
SaveableComparison targetSaveable,
SaveableComparison activeSaveable,
boolean allowCancel,
IProgressMonitor monitor)
Convenience method that prompts if the currently active saveable is dirty
and either saves or reverts the saveable depending on the users input. |
static boolean
|
ModelParticipantAction.
promptToSaveChanges
(
Shell shell,
SaveableComparison saveable,
boolean allowCancel)
Convenience method that prompts to save changes in the given dirty model. |
void
|
SubscriberParticipant.
refreshInDialog
(
Shell shell,
IResource[] resources,
String jobName,
String taskName,
ISynchronizePageConfiguration configuration,
IWorkbenchSite site)
Refresh this participants synchronization state and displays the result in a model dialog. |
Constructors in
org.eclipse.ui.actions with parameters of type
Shell
|
AddBookmarkAction
(
Shell shell)
Deprecated. see
AddBookmarkAction.AddBookmarkAction(IShellProvider, boolean)
|
AddBookmarkAction
(
Shell shell,
boolean promptForName)
Deprecated. see
AddBookmarkAction.AddBookmarkAction(IShellProvider, boolean)
|
AddTaskAction
(
Shell shell)
Deprecated. See
AddTaskAction.AddTaskAction(IShellProvider)
|
BuildAction
(
Shell shell,
int type)
Deprecated. See
BuildAction.BuildAction(IShellProvider, int)
|
CloseResourceAction
(
Shell shell)
Deprecated. See
CloseResourceAction.CloseResourceAction(IShellProvider)
|
CloseResourceAction
(
Shell shell,
String text)
Deprecated. See
CloseResourceAction.CloseResourceAction(IShellProvider, String)
|
CloseUnrelatedProjectsAction
(
Shell shell)
Deprecated.
CloseUnrelatedProjectsAction.CloseUnrelatedProjectsAction(IShellProvider)
|
CopyFilesAndFoldersOperation
(
Shell shell)
Creates a new operation initialized with a shell. |
CopyProjectAction
(
Shell shell)
Deprecated.
CopyProjectAction.CopyProjectAction(IShellProvider)
|
CopyProjectOperation
(
Shell shell)
Create a new operation initialized with a shell. |
CopyResourceAction
(
Shell shell)
Deprecated.
CopyResourceAction.CopyResourceAction(IShellProvider)
|
CreateFileAction
(
Shell shell)
Deprecated.
CreateFileAction.CreateFileAction(IShellProvider)
|
CreateFolderAction
(
Shell shell)
Deprecated.
CreateFolderAction.CreateFolderAction(IShellProvider)
|
DeleteResourceAction
(
Shell shell)
Deprecated. Should take an IShellProvider, see
DeleteResourceAction.DeleteResourceAction(IShellProvider)
|
GlobalBuildAction
(
IWorkbench workbench,
Shell shell,
int type)
Deprecated. use GlobalBuildAction(IWorkbenchWindow, type) instead
|
MoveFilesAndFoldersOperation
(
Shell shell)
Creates a new operation initialized with a shell. |
MoveProjectAction
(
Shell shell)
Deprecated.
MoveProjectAction.MoveProjectAction(IShellProvider)
|
MoveResourceAction
(
Shell shell)
Deprecated.
MoveResourceAction.MoveResourceAction(IShellProvider)
|
OpenResourceAction
(
Shell shell)
Deprecated.
OpenResourceAction.OpenResourceAction(IShellProvider)
|
ReadOnlyStateChecker
(
Shell parent,
String title,
String message)
Create a new checker that parents the dialog off of parent using the supplied
title and message. |
RefreshAction
(
Shell shell)
Deprecated. See
RefreshAction.RefreshAction(IShellProvider)
|
RenameResourceAction
(
Shell shell)
Deprecated. see
RenameResourceAction.RenameResourceAction(IShellProvider)
|
RenameResourceAction
(
Shell shell,
Tree tree)
Deprecated. see
RenameResourceAction.RenameResourceAction(IShellProvider, Tree)
|
ScrubLocalAction
(
Shell shell)
Deprecated. Creates a new action. |
WorkingSetFilterActionGroup
(
Shell shell,
IPropertyChangeListener workingSetUpdater)
Creates a new instance of the receiver. |
WorkspaceAction
(
Shell shell,
String text)
Deprecated. See
WorkspaceAction.WorkspaceAction(IShellProvider, String)
|
Methods in
org.eclipse.ui.contexts with parameters of type
Shell
|
int
|
IWorkbenchContextSupport.
getShellType
(
Shell shell)
Deprecated. Returns the shell type for the given shell. |
int
|
IContextService.
getShellType
(
Shell shell)
Returns the shell type for the given shell. |
boolean
|
IWorkbenchContextSupport.
registerShell
(
Shell shell,
int type)
Deprecated.
Registers a shell to automatically promote or demote some basic types of
contexts. |
boolean
|
IContextService.
registerShell
(
Shell shell,
int type)
Registers a shell to automatically promote or demote some basic types of
contexts. |
boolean
|
IWorkbenchContextSupport.
unregisterShell
(
Shell shell)
Deprecated.
Unregisters a shell that was previously registered. |
boolean
|
IContextService.
unregisterShell
(
Shell shell)
Unregisters a shell that was previously registered. |
Methods in
org.eclipse.ui.dialogs with parameters of type
Shell
|
protected void
|
SelectionDialog.
configureShell
(
Shell shell)
|
protected void
|
YesNoCancelListSelectionDialog.
configureShell
(
Shell shell)
Deprecated. |
protected void
|
TypeFilteringDialog.
configureShell
(
Shell shell)
|
protected void
|
EditorSelectionDialog.
configureShell
(
Shell shell)
|
protected void
|
ListSelectionDialog.
configureShell
(
Shell shell)
|
protected void
|
SelectionStatusDialog.
configureShell
(
Shell shell)
|
protected void
|
ContainerSelectionDialog.
configureShell
(
Shell shell)
|
protected void
|
ProjectLocationMoveDialog.
configureShell
(
Shell shell)
|
protected void
|
FileSelectionDialog.
configureShell
(
Shell shell)
Deprecated. |
protected void
|
ResourceSelectionDialog.
configureShell
(
Shell shell)
|
protected void
|
ProjectLocationSelectionDialog.
configureShell
(
Shell shell)
|
protected void
|
SaveAsDialog.
configureShell
(
Shell shell)
|
protected void
|
NewFolderDialog.
configureShell
(
Shell shell)
|
protected void
|
MarkerResolutionSelectionDialog.
configureShell
(
Shell newShell)
|
static
PreferenceDialog
|
PreferencesUtil.
createPreferenceDialogOn
(
Shell shell,
String preferencePageId,
String[] displayedIds,
Object data)
Creates a workbench preference dialog and selects particular preference
page. |
static
PreferenceDialog
|
PreferencesUtil.
createPreferenceDialogOn
(
Shell shell,
String preferencePageId,
String[] displayedIds,
Object data,
int options)
Creates a workbench preference dialog and selects particular preference
page. |
static
PreferenceDialog
|
PreferencesUtil.
createPropertyDialogOn
(
Shell shell,
IAdaptable element,
String propertyPageId,
String[] displayedIds,
Object data)
Creates a workbench preference dialog to a particular preference page. |
static
PreferenceDialog
|
PreferencesUtil.
createPropertyDialogOn
(
Shell shell,
IAdaptable element,
String propertyPageId,
String[] displayedIds,
Object data,
int options)
Creates a workbench preference dialog to a particular preference page. |
Constructors in
org.eclipse.ui.dialogs with parameters of type
Shell
|
AbstractElementListSelectionDialog
(
Shell parent,
ILabelProvider renderer)
Constructs a list selection dialog. |
CheckedTreeSelectionDialog
(
Shell parent,
ILabelProvider labelProvider,
ITreeContentProvider contentProvider)
Constructs an instance of ElementTreeSelectionDialog . |
ContainerSelectionDialog
(
Shell parentShell,
IContainer initialRoot,
boolean allowNewContainerName,
String message)
Creates a resource container selection dialog rooted at the given resource. |
EditorSelectionDialog
(
Shell parentShell)
Create an instance of this class. |
ElementListSelectionDialog
(
Shell parent,
ILabelProvider renderer)
Creates a list selection dialog. |
ElementTreeSelectionDialog
(
Shell parent,
ILabelProvider labelProvider,
ITreeContentProvider contentProvider)
Constructs an instance of ElementTreeSelectionDialog . |
FileSelectionDialog
(
Shell parentShell,
FileSystemElement fileSystemElement,
String message)
Deprecated. Creates a file selection dialog rooted at the given file system element. |
FilteredItemsSelectionDialog
(
Shell shell)
Creates a new instance of the class. |
FilteredItemsSelectionDialog
(
Shell shell,
boolean multi)
Creates a new instance of the class. |
FilteredResourcesSelectionDialog
(
Shell shell,
boolean multi,
IContainer container,
int typesMask)
Creates a new instance of the class |
ListDialog
(
Shell parent)
Create a new instance of the receiver with parent shell of parent. |
ListSelectionDialog
(
Shell parentShell,
Object input,
IStructuredContentProvider contentProvider,
ILabelProvider labelProvider,
String message)
Creates a list selection dialog. |
MarkerResolutionSelectionDialog
(
Shell shell,
IMarkerResolution[] markerResolutions)
Creates an instance of this dialog to display
the given resolutions. |
NewFolderDialog
(
Shell parentShell,
IContainer container)
Creates a NewFolderDialog |
ProjectLocationMoveDialog
(
Shell parentShell,
IProject existingProject)
Create a ProjectLocationMoveDialog on the supplied project parented by
the parentShell. |
ProjectLocationSelectionDialog
(
Shell parentShell,
IProject existingProject)
Create a ProjectLocationSelectionDialog on the supplied project parented
by the parentShell. |
PropertyDialogAction
(
Shell shell,
ISelectionProvider provider)
Deprecated. use PropertyDialogAction(IShellProvider, ISelectionProvider)
|
ResourceListSelectionDialog
(
Shell parentShell,
IContainer container,
int typeMask)
Creates a new instance of the class. |
ResourceListSelectionDialog
(
Shell parentShell,
IResource[] resources)
Creates a new instance of the class. |
ResourceSelectionDialog
(
Shell parentShell,
IAdaptable rootElement,
String message)
Creates a resource selection dialog rooted at the given element. |
SaveAsDialog
(
Shell parentShell)
Creates a new Save As dialog for no specific file. |
SelectionDialog
(
Shell parentShell)
Creates a dialog instance. |
SelectionStatusDialog
(
Shell parent)
Creates an instance of a SelectionStatusDialog . |
TwoPaneElementSelector
(
Shell parent,
ILabelProvider elementRenderer,
ILabelProvider qualifierRenderer)
Creates the two pane element selector. |
TypeFilteringDialog
(
Shell parentShell,
Collection preselections)
Creates a type filtering dialog using the supplied entries. |
TypeFilteringDialog
(
Shell parentShell,
Collection preselections,
String filterText)
Creates a type filtering dialog using the supplied entries. |
YesNoCancelListSelectionDialog
(
Shell parentShell,
Object input,
IStructuredContentProvider contentProvider,
ILabelProvider labelProvider,
String message)
Deprecated. see class comment
|
Methods in
org.eclipse.ui.ide.undo that return
Shell
|
protected
Shell
|
AbstractWorkspaceOperation.
getShell
(
IAdaptable uiInfo)
Return the shell described by the specified adaptable, or the active
shell if no shell has been specified in the adaptable. |
static
Shell
|
WorkspaceUndoUtil.
getShell
(
IAdaptable uiInfo)
Return the shell described by the specified adaptable, or the active
shell if no shell has been specified in the adaptable. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|