Uses of Class
org.eclipse.swt.widgets.Shell
-
Uses of Shell in org.eclipse.rap.rwt.application
Modifier and TypeMethodDescriptionprotected Shell
AbstractEntryPoint.createShell
(Display display) Creates the main shell for this entrypoint.protected Shell
AbstractEntryPoint.getShell()
Returns the main shell for this entrypoint. -
Uses of Shell in org.eclipse.swt.widgets
Modifier 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[]
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 descendents of the receiver.Modifier and TypeMethodDescriptionReturns theTaskItem
for the givenShell
or theTaskItem
for the application if theShell
parameter isnull
.protected void
Dialog.runEventLoop
(Shell shell) ModifierConstructorDescriptionColorDialog
(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.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.