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

Packages that use Shell
  • Uses of Shell in org.eclipse.swt.awt

    Methods in org.eclipse.swt.awt that return Shell
    Modifier and Type
    Method
    Description
    static Shell
    SWT_AWT.new_Shell(Display display, Canvas parent)
    Creates a new Shell.
  • Uses of Shell in org.eclipse.swt.custom

    Methods in org.eclipse.swt.custom that return Shell
    Modifier and Type
    Method
    Description
    CCombo.getShell()
     
    Constructors in org.eclipse.swt.custom with parameters of type Shell
    Modifier
    Constructor
    Description
     
    PopupList(Shell parent)
    Creates a PopupList above the specified shell.
     
    PopupList(Shell parent, int style)
    Creates a PopupList above the specified shell.
  • Uses of Shell in org.eclipse.swt.printing

    Constructors in org.eclipse.swt.printing with parameters of type Shell
    Modifier
    Constructor
    Description
     
    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 Shell
    Modifier and Type
    Method
    Description
    Display.getActiveShell()
    Returns the currently active Shell, or null if no shell belonging to the currently running application is active.
    Dialog.getParent()
    Returns the receiver's parent, which must be a Shell or null.
    ToolTip.getParent()
    Returns the receiver's parent, which must be a Shell.
    Control.getShell()
    Returns the receiver's shell.
    Menu.getShell()
    Returns the receiver's shell.
    Display.getShells()
    Returns a (possibly empty) array containing all shells which have not been disposed and have the receiver as their display.
    Shell.getShells()
    Returns an array containing all shells which are descendants of the receiver.
    static Shell
    Shell.gtk_new(Display display, long handle)
    Invokes platform specific functionality to allocate a new shell that is embedded.
    static Shell
    Shell.internal_new(Display display, long handle)
    Invokes platform specific functionality to allocate a new shell that is not embedded.
    Methods in org.eclipse.swt.widgets with parameters of type Shell
    Modifier and Type
    Method
    Description
    TaskBar.getItem(Shell shell)
    Returns the TaskItem for the given Shell or the TaskItem for the application if the Shell parameter is null.
    Constructors in org.eclipse.swt.widgets with parameters of type Shell
    Modifier
    Constructor
    Description
     
    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.
     
    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.
     
    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.