Uses of Class
org.eclipse.swt.widgets.Shell
Packages that use Shell
Package
Description
SWT AWT embedding support.
SWT Browser widget.
SWT Custom widgets.
SWT Printing support classes.
SWT widget public API classes.
-
Uses of Shell in org.eclipse.swt.awt
Methods in org.eclipse.swt.awt that return Shell -
Uses of Shell in org.eclipse.swt.browser
Fields in org.eclipse.swt.browser declared as ShellMethods in org.eclipse.swt.browser with parameters of type ShellModifier and TypeMethodDescriptionprivate static voidBrowser.WebViewUnavailableDialog.processDialog(Shell parentShell) (package private) static void -
Uses of Shell in org.eclipse.swt.custom
Fields in org.eclipse.swt.custom declared as ShellModifier and TypeFieldDescription(package private) ShellCCombo._shell(package private) ShellCCombo.popup(package private) ShellPopupList.shellMethods in org.eclipse.swt.custom that return ShellMethods in org.eclipse.swt.custom with parameters of type ShellModifier and TypeMethodDescriptionprivate static voidBusyIndicator.setCursorAndId(Shell shell, Cursor cursor, Integer busyId) Paranoia code to make sure we don't break UI because of one shell disposed, see bug 532632 comment 20Constructors in org.eclipse.swt.custom with parameters of type Shell -
Uses of Shell in org.eclipse.swt.printing
Methods in org.eclipse.swt.printing with parameters of type ShellModifier and TypeMethodDescription(package private) static intPrintDialog.checkStyleBit(Shell parent, int style) Constructors in org.eclipse.swt.printing with parameters of type ShellModifierConstructorDescriptionPrintDialog(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
Fields in org.eclipse.swt.widgets declared as ShellModifier and TypeFieldDescription(package private) ShellDisplay.activeShell(package private) Shell[]Display.modalShells(package private) ShellDialog.parent(package private) ShellToolTip.parent(package private) ShellComposite.popupChild(package private) ShellDateTime.popupShell(package private) ShellTaskItem.shellMethods in org.eclipse.swt.widgets that return ShellModifier and TypeMethodDescription(package private) ShellControl._getShell()(package private) ShellShell._getShell()Display.getActiveShell()Returns the currently activeShell, or null if no shell belonging to the currently running application is active.(package private) ShellShell.getModalShell()Dialog.getParent()Returns the receiver's parent, which must be aShellor null.ToolTip.getParent()Returns the receiver's parent, which must be aShell.Control.getShell()Returns the receiver's 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 ShellInvokes 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 ShellModifier and TypeMethodDescription(package private) voidDialog.checkParent(Shell parent) Throws an exception if the specified widget can not be used as a parent for the receiver.(package private) static intDialog.checkStyle(Shell parent, int style) (package private) static intShell.checkStyle(Shell parent, int style) (package private) voidDisplay.clearModal(Shell shell) (package private) voidComposite.fixChildren(Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecorations, Menu[] menus) (package private) voidControl.fixChildren(Shell newShell, Shell oldShell, Decorations newDecorations, Decorations oldDecorations, Menu[] menus) (package private) voidReturns theTaskItemfor the givenShellor theTaskItemfor the application if theShellparameter isnull.(package private) voidDisplay.setModalShell(Shell shell) (package private) voidCombo.setToolTipText(Shell shell, String newString) (package private) voidControl.setToolTipText(Shell shell, String newString) Constructors in org.eclipse.swt.widgets with parameters of type ShellModifierConstructorDescriptionColorDialog(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.Constructs a new instance of this class given only its parent.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.(package private)Constructs a new instance of this class given only its parent.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 its parent and a style value describing its behavior and appearance.