Uses of Class
org.eclipse.swt.widgets.Shell

Packages that use Shell
org.eclipse.ercp.swt.mobile This package contains classes which are suitable for mobile devices. 
org.eclipse.swt.widgets Optional Expanded eSWT Widgets 
 

Uses of Shell in org.eclipse.ercp.swt.mobile
 

Subclasses of Shell in org.eclipse.ercp.swt.mobile
 class MobileShell
          A shell particularly suitable for devices that require dynamic change of trims at run-time.
 

Constructors in org.eclipse.ercp.swt.mobile with parameters of type Shell
TimedMessageBox(Shell parent)
          Constructs a new instance of this class given only its parent.
TimedMessageBox(Shell parent, int style)
          Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
TaskTip(Shell shell)
          Constructs a TaskTip with plain text style.
TaskTip(Shell shell, int style)
          Constructs a TaskTip with a given style value.
QueryDialog(Shell parent)
          Constructs a new instance of this class given its parent.
QueryDialog(Shell parent, int style)
          Constructs a new instance of this class given its parent and style .
QueryDialog(Shell parent, int style, int queryType)
          Constructs a new instance of this class given its parent, style and query type.
MultiPageDialog(Shell parent)
          Constructs a new instance of this class given only its parent.
MultiPageDialog(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 Shell
 Shell[] Shell.getShells()
          Returns an array containing all shells which are descendents of the receiver.
 Shell Menu.getShell()
          Returns the receiver's shell.
 Shell Display.getActiveShell()
          Returns the currently active Shell, or null if no shell belonging to the currently running application is active.
 Shell[] Display.getShells()
          Returns a (possibly empty) array containing all shells which have not been disposed and have the receiver as their display.
 Shell Control.getShell()
          Returns the receiver's shell.
 Shell Dialog.getParent()
          Returns the receiver's parent, which must be a Shell or null.
 

Constructors in org.eclipse.swt.widgets with parameters of type Shell
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.
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.
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.
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.
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.
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.
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.