Uses of Class
org.eclipse.swt.widgets.Display
-
Packages that use Display Package Description org.eclipse.swt.awt org.eclipse.swt.custom org.eclipse.swt.dnd org.eclipse.swt.events org.eclipse.swt.internal org.eclipse.swt.widgets -
-
Uses of Display in org.eclipse.swt.awt
Methods in org.eclipse.swt.awt with parameters of type Display Modifier and Type Method Description static Shell
SWT_AWT. new_Shell(Display display, java.awt.Canvas parent)
Creates a newShell
. -
Uses of Display in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type Display Modifier and Type Method Description static void
BusyIndicator. showWhile(Display display, java.lang.Runnable runnable)
Runs the givenRunnable
while providing busy feedback using this busy indicator. -
Uses of Display in org.eclipse.swt.dnd
Constructors in org.eclipse.swt.dnd with parameters of type Display Constructor Description Clipboard(Display display)
Constructs a new instance of this class. -
Uses of Display in org.eclipse.swt.events
Fields in org.eclipse.swt.events declared as Display Modifier and Type Field Description Display
TypedEvent. display
the display where the event occurred -
Uses of Display in org.eclipse.swt.internal
Methods in org.eclipse.swt.internal with parameters of type Display Modifier and Type Method Description static int
SyncDialogUtil. run(Display display, long handle, boolean isNativeDialog)
A blocking call that waits for the handling of the signal before returning -
Uses of Display in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as Display Modifier and Type Field Description Display
Event. display
the display where the event occurredMethods in org.eclipse.swt.widgets that return Display Modifier and Type Method 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 theDisplay
that is associated with the receiver.Methods in org.eclipse.swt.widgets with parameters of type Display Modifier and Type Method Description static Shell
Shell. gtk_new(Display display, long handle)
Invokes platform specific functionality to allocate a new shell that is embedded.static Shell
Shell. internal_new(Display display, long handle)
Invokes platform specific functionality to allocate a new shell that is not embedded.Constructors in org.eclipse.swt.widgets with parameters of type Display Constructor 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.Tracker(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.
-