|
Eclipse Remote Application Platform | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Display in org.eclipse.rap.rwt |
---|
Methods in org.eclipse.rap.rwt with parameters of type Display | |
---|---|
static UISession |
RWT.getUISession(Display display)
Returns the UI session that is associated with the given display. |
Uses of Display in org.eclipse.rap.rwt.application |
---|
Methods in org.eclipse.rap.rwt.application with parameters of type Display | |
---|---|
protected Shell |
AbstractEntryPoint.createShell(Display display)
Creates the main shell for this entrypoint. |
Uses of Display in org.eclipse.rap.rwt.lifecycle |
---|
Methods in org.eclipse.rap.rwt.lifecycle with parameters of type Display | |
---|---|
static void |
UICallBack.runNonUIThreadWithFakeContext(Display display,
java.lang.Runnable runnable)
Deprecated. Use UISession.exec(Runnable) instead. You can obtain a reference to the UI
session for a display by RWT.getUISession(Display) . Example:
RWT.getUISession( display ).exec( runnable ) . |
Uses of Display in org.eclipse.rap.rwt.widgets |
---|
Constructors in org.eclipse.rap.rwt.widgets with parameters of type Display | |
---|---|
ClusteredSynchronizer(Display display)
|
Uses of Display in org.eclipse.swt.custom |
---|
Methods in org.eclipse.swt.custom with parameters of type Display | |
---|---|
static void |
BusyIndicator.showWhile(Display display,
java.lang.Runnable runnable)
Runs the given Runnable while providing
busy feedback using this busy indicator. |
Uses of Display in org.eclipse.swt.events |
---|
Fields in org.eclipse.swt.events declared as Display | |
---|---|
Display |
TypedEvent.display
the display where the event occurred |
Uses of Display in org.eclipse.swt.widgets |
---|
Fields in org.eclipse.swt.widgets declared as Display | |
---|---|
Display |
Event.display
the display where the event occurred |
Methods in org.eclipse.swt.widgets that return Display | |
---|---|
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. |
Constructors in org.eclipse.swt.widgets with parameters of type Display | |
---|---|
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. |
|
Eclipse Remote Application Platform | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.