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 Shell
SWT_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 Shell
CCombo. 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 Shell
Display. getActiveShell()
Returns the currently activeShell
, or null if no shell belonging to the currently running application is active.Shell
Dialog. getParent()
Returns the receiver's parent, which must be aShell
or null.Shell
ToolTip. getParent()
Returns the receiver's parent, which must be aShell
.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 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 TaskItem
TaskBar. getItem(Shell shell)
Returns theTaskItem
for the givenShell
or theTaskItem
for the application if theShell
parameter 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.
-