Eclipse Rich Ajax Platform

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

Packages that use Shell
org.eclipse.swt.widgets   
 

Uses of Shell in org.eclipse.swt.widgets
 

Fields in org.eclipse.swt.widgets declared as Shell
protected  Shell Dialog.shell
           
 

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 Control.getShell()
          Returns the receiver's shell.
 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.
 

Methods in org.eclipse.swt.widgets with parameters of type Shell
 TaskItem TaskBar.getItem(Shell shell)
          Returns the TaskItem for the given Shell or the TaskItem for the application if the Shell parameter is null.
protected  void Dialog.runEventLoop(Shell shell)
           
 

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


Eclipse Rich Ajax Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.