Uses of Class
org.eclipse.swt.widgets.Display
Package
Description
-
Uses of Display in org.eclipse.rap.rwt
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionprotected Shell
AbstractEntryPoint.createShell
(Display display) Creates the main shell for this entrypoint. -
Uses of Display in org.eclipse.rap.rwt.widgets
-
Uses of Display in org.eclipse.swt.custom
-
Uses of Display in org.eclipse.swt.dnd
-
Uses of Display in org.eclipse.swt.events
-
Uses of Display in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionstatic Display
Display.findDisplay
(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.Widget.getDisplay()
Returns theDisplay
that is associated with the receiver.ModifierConstructorDescriptionConstructs a new instance of this class given only the display to create it on.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.