|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Shell | |
---|---|
org.eclipse.ercp.swt.mobile | This package contains classes which are suitable for mobile devices. |
org.eclipse.jface.preference | Provides a framework for preferences. |
org.eclipse.swt.widgets | SWT widget public API classes. |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.application | Application-level APIs for configuring and controling the Eclipse Platform User Interface. |
org.eclipse.ui.commands | |
org.eclipse.ui.dialogs |
Uses of Shell in org.eclipse.ercp.swt.mobile |
---|
Subclasses of Shell in org.eclipse.ercp.swt.mobile | |
---|---|
class |
MobileShell
A shell particularly suitable for devices that require dynamic change of trims at run-time. |
Constructors in org.eclipse.ercp.swt.mobile with parameters of type Shell | |
---|---|
MultiPageDialog(Shell parent)
Constructs a new instance of this class given only its parent. |
|
MultiPageDialog(Shell parent,
int style)
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. |
|
QueryDialog(Shell parent)
Constructs a new instance of this class given its parent. |
|
QueryDialog(Shell parent,
int style)
Constructs a new instance of this class given its parent and style . |
|
QueryDialog(Shell parent,
int style,
int queryType)
Constructs a new instance of this class given its parent, style and query type. |
|
TaskTip(Shell shell)
Constructs a TaskTip with plain text style. |
|
TaskTip(Shell shell,
int style)
Constructs a TaskTip with a given style value. |
|
TimedMessageBox(Shell parent)
Constructs a new instance of this class given only its parent. |
|
TimedMessageBox(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.jface.preference |
---|
Constructors in org.eclipse.jface.preference with parameters of type Shell | |
---|---|
PreferenceDialog(Shell parentShell)
Construct PreferenceDialog |
|
PreferenceDialog(Shell parentShell,
PreferenceManager manager)
Construct PreferenceDialog and set its PreferenceManager |
Uses of Shell in org.eclipse.swt.widgets |
---|
Methods in org.eclipse.swt.widgets that return Shell | |
---|---|
Shell |
Display.getActiveShell()
Returns the currently active Shell , or null
if no shell belonging to the currently running application
is active. |
Shell |
Dialog.getParent()
Returns the receiver's parent, which must be a Shell
or null. |
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 descendents of the receiver. |
Constructors in org.eclipse.swt.widgets with parameters of type Shell | |
---|---|
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. |
Uses of Shell in org.eclipse.ui |
---|
Methods in org.eclipse.ui that return Shell | |
---|---|
Shell |
IWorkbenchWindow.getShell()
Returns this workbench org.eclipse.jface.window's shell. |
Shell |
IWorkbenchSite.getShell()
Returns the shell for this workbench site. |
Uses of Shell in org.eclipse.ui.application |
---|
Methods in org.eclipse.ui.application with parameters of type Shell | |
---|---|
void |
WorkbenchAdvisor.createWindowContents(IWorkbenchWindowConfigurer configurer,
Shell shell)
Deprecated. since 3.1, override WorkbenchWindowAdvisor.createWindowContents(Shell) instead |
void |
WorkbenchWindowAdvisor.createWindowContents(Shell shell)
Creates the contents of the org.eclipse.jface.window. |
Uses of Shell in org.eclipse.ui.commands |
---|
Methods in org.eclipse.ui.commands that return Shell | |
---|---|
Shell |
HandlerSubmission.getActiveShell()
Deprecated. Returns the shell that must be active for this request to be considered. |
Constructors in org.eclipse.ui.commands with parameters of type Shell | |
---|---|
HandlerSubmission(java.lang.String activePartId,
Shell activeShell,
IWorkbenchPartSite activeWorkbenchPartSite,
java.lang.String commandId,
IHandler handler,
Priority priority)
Deprecated. Creates a new instance of this class. |
Uses of Shell in org.eclipse.ui.dialogs |
---|
Methods in org.eclipse.ui.dialogs with parameters of type Shell | |
---|---|
static PreferenceDialog |
PreferencesUtil.createPreferenceDialogOn(Shell shell,
java.lang.String preferencePageId,
java.lang.String[] displayedIds,
java.lang.Object data)
Creates a workbench preference dialog and selects particular preference page. |
static PreferenceDialog |
PreferencesUtil.createPropertyDialogOn(Shell shell,
IAdaptable element,
java.lang.String propertyPageId,
java.lang.String[] displayedIds,
java.lang.Object data)
Creates a workbench preference dialog to a particular preference page. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |