Uses of Class
org.eclipse.swt.widgets.Display
Packages that use Display
Package
Description
-
Uses of Display in org.eclipse.rap.rwt
Methods in org.eclipse.rap.rwt with parameters of type DisplayModifier 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
Methods in org.eclipse.rap.rwt.application with parameters of type DisplayModifier and TypeMethodDescriptionprotected Shell
AbstractEntryPoint.createShell
(Display display) Creates the main shell for this entrypoint. -
Uses of Display in org.eclipse.rap.rwt.widgets
Constructors in org.eclipse.rap.rwt.widgets with parameters of type Display -
Uses of Display in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type Display -
Uses of Display in org.eclipse.swt.dnd
Constructors in org.eclipse.swt.dnd with parameters of type Display -
Uses of Display in org.eclipse.swt.events
Fields in org.eclipse.swt.events declared as Display -
Uses of Display in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as DisplayMethods in org.eclipse.swt.widgets that return DisplayModifier 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.Constructors in org.eclipse.swt.widgets with parameters of type DisplayModifierConstructorDescriptionConstructs 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.