Uses of Class
org.eclipse.swt.widgets.Shell
Packages that use Shell
Package
Description
-
Uses of Shell in org.eclipse.swt.awt
Methods in org.eclipse.swt.awt that return Shell -
Uses of Shell in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom that return ShellConstructors in org.eclipse.swt.custom with parameters of type Shell -
Uses of Shell in org.eclipse.swt.printing
Constructors in org.eclipse.swt.printing with parameters of type ShellModifierConstructorDescriptionPrintDialog
(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. -
Uses of Shell in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return ShellModifier and TypeMethodDescriptionDisplay.getActiveShell()
Returns the currently activeShell
, or null if no shell belonging to the currently running application is active.Dialog.getParent()
Returns the receiver's parent, which must be aShell
or null.ToolTip.getParent()
Returns the receiver's parent, which must be aShell
.Control.getShell()
Returns the receiver's shell.Menu.getShell()
Returns the receiver's shell.Shell.getShell()
Shell[]
Display.getShells()
Returns a (possibly empty) array containing all shells which have not been disposed and have the receiver as their display.Shell[]
Shell.getShells()
Returns an array containing all shells which are descendants of the receiver.static Shell
Shell.internal_new
(Display display, int handle) Invokes platform specific functionality to allocate a new shell that is not embedded.static Shell
Invokes platform specific functionality to allocate a new shell that is embedded.Methods in org.eclipse.swt.widgets with parameters of type ShellModifier and TypeMethodDescriptionReturns theTaskItem
for the givenShell
or theTaskItem
for the application if theShell
parameter isnull
.Constructors in org.eclipse.swt.widgets with parameters of type ShellModifierConstructorDescriptionColorDialog
(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.Constructs a new instance of this class given only its parent.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.Constructs a new instance of this class given only its parent.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.