Package | Description |
---|---|
org.eclipse.rap.rwt | |
org.eclipse.rap.rwt.application | |
org.eclipse.rap.rwt.widgets | |
org.eclipse.swt.custom | |
org.eclipse.swt.events | |
org.eclipse.swt.widgets |
Modifier and Type | Method and Description |
---|---|
static UISession |
RWT.getUISession(Display display)
Returns the UI session that is associated with the given display.
|
Modifier and Type | Method and Description |
---|---|
protected Shell |
AbstractEntryPoint.createShell(Display display)
Creates the main shell for this entrypoint.
|
Constructor and Description |
---|
ClusteredSynchronizer(Display display) |
Modifier and Type | Method and Description |
---|---|
static void |
BusyIndicator.showWhile(Display display,
java.lang.Runnable runnable)
Runs the given
Runnable while providing
busy feedback using this busy indicator. |
Modifier and Type | Field and Description |
---|---|
Display |
TypedEvent.display
the display where the event occurred
|
Modifier and Type | Field and Description |
---|---|
Display |
Event.display
the display where the event occurred
|
Modifier and Type | Method and Description |
---|---|
static Display |
Display.findDisplay(java.lang.Thread thread)
Returns the display which the given thread is the
user-interface thread for, or null if the given thread
is not a user-interface thread for any display.
|
static Display |
Display.getCurrent()
Returns the display which the currently running thread is
the user-interface thread for, or null if the currently
running thread is not a user-interface thread for any display.
|
static Display |
Display.getDefault()
Returns the default display.
|
Display |
Widget.getDisplay()
Returns the
Display that is associated with
the receiver. |
Constructor and Description |
---|
Shell(Display display)
Constructs a new instance of this class given only the display
to create it on.
|
Shell(Display display,
int style)
Constructs a new instance of this class given the display
to create it on and a style value describing its behavior
and appearance.
|
Synchronizer(Display display)
Constructs a new instance of this class.
|
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0