Uses of Class
org.eclipse.swt.widgets.Display
Packages that use Display
Package
Description
SWT Accessibility.
SWT AWT embedding support.
SWT Custom widgets.
SWT Drag and Drop support.
SWT typed listener support.
SWT internal classes
SWT widget public API classes.
-
Uses of Display in org.eclipse.swt.accessibility
Methods in org.eclipse.swt.accessibility with parameters of type DisplayModifier and TypeMethodDescription(package private) static ColorAccessibleObject.colorFromString(Display display, String rgbString) -
Uses of Display in org.eclipse.swt.awt
Methods in org.eclipse.swt.awt with parameters of type Display -
Uses of Display in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type DisplayModifier and TypeMethodDescriptionprivate static voidBusyIndicator.clearBusyCursor(Display display, Integer busyId) (package private) ImageCTabFolder.createButtonImage(Display display, int button) private FontCTabFolderRenderer.getChevronFont(Display display) private static IntegerBusyIndicator.setBusyCursor(Display display) static voidRuns the givenRunnablewhile providing busy feedback using this busy indicator. -
Uses of Display in org.eclipse.swt.dnd
Fields in org.eclipse.swt.dnd declared as DisplayModifier and TypeFieldDescriptionprivate DisplayClipboard.display(package private) DisplayClipboardProxy.displaydisplay == null means that the display has been disposed.private DisplayClipboardProxyGTK4.displayMethods in org.eclipse.swt.dnd with parameters of type DisplayModifier and TypeMethodDescription(package private) static ClipboardProxyClipboardProxy._getInstance(Display display) (package private) static ClipboardProxyGTK4ClipboardProxyGTK4._getInstance(Display display) Constructors in org.eclipse.swt.dnd with parameters of type DisplayModifierConstructorDescriptionConstructs a new instance of this class.privateClipboardProxy(Display display) privateClipboardProxyGTK4(Display 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.internal
Methods in org.eclipse.swt.internal with parameters of type DisplayModifier and TypeMethodDescriptionstatic <T> TGTK4GlibFuture.get(Display display, CompletableFuture<T> future, Duration timeout) Run the GTK4's GLib Event loop while waiting for future.get() to complete.static intA blocking call that waits for the handling of the signal before returningstatic longSyncDialogUtil.run(Display display, AsyncReadyCallback callback) This method implements theAsyncReadyCallbackmechanism that is used in GTK4. -
Uses of Display in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as DisplayModifier and TypeFieldDescription(package private) static DisplayDisplay.DefaultEvent.displaythe display where the event occurred(package private) DisplaySynchronizer.display(package private) DisplayWidget.display(package private) static Display[]Display.Displays(package private) DisplayDisplay.SessionManagerListener.parentMethods in org.eclipse.swt.widgets that return DisplayModifier and TypeMethodDescriptionstatic DisplayDisplay.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 DisplayDisplay.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 DisplayDisplay.getDefault()Returns the default display.Widget.getDisplay()Returns theDisplaythat is associated with the receiver.Methods in org.eclipse.swt.widgets with parameters of type DisplayModifier and TypeMethodDescription(package private) static voidDisplay.deregister(Display display) static ShellInvokes platform specific functionality to allocate a new shell that is embedded.static ShellShell.internal_new(Display display, long handle) Invokes platform specific functionality to allocate a new shell that is not embedded.(package private) static void(package private) voidConstructors in org.eclipse.swt.widgets with parameters of type DisplayModifierConstructorDescriptionSessionManagerListener(Display parent) Constructs 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.(package private)Synchronizer(Display display) Constructs a new instance of this class.(package private)Constructs a new instance of this class given the display to create it on and a style value describing its behavior and appearance.(package private)