Uses of Class
org.eclipse.swt.widgets.Shell
-
Packages that use Shell Package Description org.eclipse.swt.awt org.eclipse.swt.custom org.eclipse.swt.printing org.eclipse.swt.widgets -
-
Uses of Shell in org.eclipse.swt.awt
Methods in org.eclipse.swt.awt that return Shell Modifier and Type Method Description static ShellSWT_AWT. new_Shell(Display display, java.awt.Canvas parent)Creates a newShell. -
Uses of Shell in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom that return Shell Modifier and Type Method Description ShellCCombo. getShell()Constructors in org.eclipse.swt.custom with parameters of type Shell 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 Constructor Description PrintDialog(Shell parent)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 ShellDisplay. getActiveShell()Returns the currently activeShell, or null if no shell belonging to the currently running application is active.ShellDialog. getParent()Returns the receiver's parent, which must be aShellor null.ShellToolTip. getParent()Returns the receiver's parent, which must be aShell.ShellControl. getShell()Returns the receiver's shell.ShellMenu. 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 descendants of the receiver.static ShellShell. gtk_new(Display display, long handle)Invokes platform specific functionality to allocate a new shell that is embedded.static ShellShell. 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 TaskItemTaskBar. getItem(Shell shell)Returns theTaskItemfor the givenShellor theTaskItemfor the application if theShellparameter isnull.Constructors in org.eclipse.swt.widgets with parameters of type Shell Constructor Description 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.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.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.
-