Package | Description |
---|---|
org.eclipse.swt.awt | |
org.eclipse.swt.custom | |
org.eclipse.swt.printing | |
org.eclipse.swt.widgets |
Modifier and Type | Method and Description |
---|---|
static Shell |
SWT_AWT.new_Shell(Display display,
Canvas parent)
Creates a new
Shell . |
Modifier and Type | Method and Description |
---|---|
Shell |
CCombo.getShell() |
Constructor and Description |
---|
PopupList(Shell parent)
Creates a PopupList above the specified shell.
|
PopupList(Shell parent,
int style)
Creates a PopupList above the specified shell.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Shell |
Display.getActiveShell()
Returns the currently active
Shell , or null
if no shell belonging to the currently running application
is active. |
Shell |
ToolTip.getParent()
Returns the receiver's parent, which must be a
Shell . |
Shell |
Dialog.getParent()
Returns the receiver's parent, which must be a
Shell
or null. |
Shell |
Shell.getShell() |
Shell |
Menu.getShell()
Returns the receiver's shell.
|
Shell |
Control.getShell()
Returns the receiver's shell.
|
Shell[] |
Shell.getShells()
Returns an array containing all shells which are
descendants of the receiver.
|
Shell[] |
Display.getShells()
Returns a (possibly empty) array containing all shells which have
not been disposed and have the receiver as their display.
|
static Shell |
Shell.internal_new(Display display,
long handle)
Invokes platform specific functionality to allocate a new shell
that is not embedded.
|
static Shell |
Shell.win32_new(Display display,
long handle)
Invokes platform specific functionality to allocate a new shell
that is embedded.
|
Modifier and Type | Method and Description |
---|---|
TaskItem |
TaskBar.getItem(Shell shell)
Returns the
TaskItem for the given Shell or the TaskItem
for the application if the Shell parameter is null . |
Constructor and 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.
|
Copyright © 2017. All Rights Reserved.