Eclipse Rich Ajax Platform
Release 1.3

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

Packages that use Shell
org.eclipse.swt.widgets   
 

Uses of Shell in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Shell
 Shell Control.getShell()
          Returns the receiver's shell.
 Shell Dialog.getParent()
          Returns the receiver's parent, which must be a Shell or null.
 Shell[] Display.getShells()
          Returns a (possibly empty) array containing all shells which have not been disposed and have the receiver as their display.
 Shell Display.getActiveShell()
          Returns the currently active Shell, or null if no shell belonging to the currently running application is active.
 Shell Menu.getShell()
          Returns the receiver's shell.
 Shell[] Shell.getShells()
          Returns an array containing all shells which are descendents of the receiver.
 

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.
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.
 


Eclipse Rich Ajax Platform
Release 1.3

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2009. All rights reserved.