Uses of Class
org.eclipse.swt.widgets.Display
Packages that use Display
Package
Description
Provides classes that can be used to observe changes in SWT widgets.
Provides JFace support for long-running operations.
Provides support for managing resources such as SWT
fonts and images.
Provides a framework for creating and manipulating text documents.
Provides a framework for connecting document regions
with annotations and for displaying those.
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
SWT AWT embedding support.
SWT Custom widgets.
SWT Drag and Drop support.
SWT typed listener support.
SWT widget public API classes.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
Application programming interfaces for interaction
with the Eclipse console.
Forms-based controls for use in views, editors, and wizards.
Support for forms-based multi-page editors.
Custom widgets and controls for forms-based parts.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of Display in org.eclipse.jface.databinding.swt
Methods in org.eclipse.jface.databinding.swt with parameters of type Display -
Uses of Display in org.eclipse.jface.notifications
Methods in org.eclipse.jface.notifications with parameters of type DisplayModifier and TypeMethodDescriptionstatic NotificationPopup.BuilderNotificationPopup.forDisplay(Display display) Creates a new builder instance.Constructors in org.eclipse.jface.notifications with parameters of type DisplayModifierConstructorDescriptionAbstractNotificationPopup(Display display) AbstractNotificationPopup(Display display, int style) -
Uses of Display in org.eclipse.jface.operation
Methods in org.eclipse.jface.operation with parameters of type DisplayModifier and TypeMethodDescriptionstatic IProgressMonitorWithBlockingProgressMonitorUtil.createAccumulatingProgressMonitor(IProgressMonitor monitor, Display display) Deprecated.static IProgressMonitorProgressMonitorUtil.createUIProgressMonitor(IProgressMonitor monitor, Display display) Wraps anIProgressMonitorassociated with the UI thread, producing a newIProgressMonitorwhich can be used from any one thread.static voidModalContext.run(IRunnableWithProgress operation, boolean fork, IProgressMonitor monitor, Display display) Runs the given runnable in a modal context, passing it a progress monitor. -
Uses of Display in org.eclipse.jface.resource
Fields in org.eclipse.jface.resource declared as DisplayModifier and TypeFieldDescriptionprotected DisplayColorRegistry.displayThis registriesDisplay.Methods in org.eclipse.jface.resource with parameters of type DisplayModifier and TypeMethodDescriptionDeprecated.use bestDataArray in order to support Motif multiple entry fonts.FontData[]FontRegistry.bestDataArray(FontData[] fonts, Display display) Deprecated.use filterData in order to preserve multiple entry fonts on MotifFontData[]FontRegistry.filterData(FontData[] fonts, Display display) Removes from the list all fonts that do not exist in this system.static ColorJFaceColors.getActiveHyperlinkText(Display display) static ColorJFaceColors.getBannerBackground(Display display) static ColorJFaceColors.getBannerForeground(Display display) static ColorJFaceColors.getErrorBackground(Display display) static ColorJFaceColors.getErrorBorder(Display display) static ColorJFaceColors.getErrorText(Display display) static ColorJFaceColors.getHyperlinkText(Display display) static ColorJFaceColors.getInformationViewerBackgroundColor(Display display) Background color intended for widgets that display text.static ColorJFaceColors.getInformationViewerForegroundColor(Display display) Foreground color intended for widgets that display text.static ResourceManagerJFaceResources.getResources(Display toQuery) Returns the global resource manager for the given displayConstructors in org.eclipse.jface.resource with parameters of type DisplayModifierConstructorDescriptionColorRegistry(Display display) Create a new instance of the receiver.ColorRegistry(Display display, boolean cleanOnDisplayDisposal) Create a new instance of the receiver.FontRegistry(Display display) Creates an empty font registry.FontRegistry(Display display, boolean cleanOnDisplayDisposal) Creates an empty font registry.ImageRegistry(Display display) Creates an empty image registry. -
Uses of Display in org.eclipse.jface.text
Methods in org.eclipse.jface.text with parameters of type DisplayModifier and TypeMethodDescriptionDefaultInformationControl.IInformationPresenter.updatePresentation(Display display, String hoverInfo, TextPresentation presentation, int maxWidth, int maxHeight) Deprecated. -
Uses of Display in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source with parameters of type Display -
Uses of Display in org.eclipse.jface.util
Methods in org.eclipse.jface.util with parameters of type DisplayModifier and TypeMethodDescriptionstatic MonitorUtil.getClosestMonitor(Display toSearch, Point toFind) Returns the monitor whose client area contains the given point.Constructors in org.eclipse.jface.util with parameters of type Display -
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 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 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 TypeMethodDescriptionstatic ShellShell.internal_new(Display display, long handle) Invokes platform specific functionality to allocate a new shell that is not embedded.static ShellInvokes platform specific functionality to allocate a new shell that is embedded.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.Constructs a new instance of this class given the display to create it on and a style value describing its behavior and appearance. -
Uses of Display in org.eclipse.ui
Methods in org.eclipse.ui that return DisplayModifier and TypeMethodDescriptionstatic DisplayPlatformUI.createDisplay()Creates theDisplayto be used by the workbench.IWorkbench.getDisplay()Returns the display for this workbench.Methods in org.eclipse.ui with parameters of type DisplayModifier and TypeMethodDescriptionstatic intPlatformUI.createAndRunWorkbench(Display display, WorkbenchAdvisor advisor) Creates the workbench and associates it with the given display and workbench advisor, and runs the workbench UI. -
Uses of Display in org.eclipse.ui.application
Methods in org.eclipse.ui.application with parameters of type DisplayModifier and TypeMethodDescriptionvoidWorkbenchAdvisor.eventLoopIdle(Display display) Performs arbitrary work or yields when there are no events to be processed. -
Uses of Display in org.eclipse.ui.console
Methods in org.eclipse.ui.console that return DisplayModifier and TypeMethodDescriptionstatic DisplayConsolePlugin.getStandardDisplay()Returns the workbench display. -
Uses of Display in org.eclipse.ui.forms
Fields in org.eclipse.ui.forms declared as DisplayMethods in org.eclipse.ui.forms that return DisplayModifier and TypeMethodDescriptionFormColors.getDisplay()Returns the display used to create colors.Methods in org.eclipse.ui.forms with parameters of type DisplayModifier and TypeMethodDescriptionvoidHyperlinkSettings.initializeDefaultForegrounds(Display display) Initializes the hyperlink foregrounds from the JFace defaults set for the entire workbench.Constructors in org.eclipse.ui.forms with parameters of type DisplayModifierConstructorDescriptionFormColors(Display display) Creates form colors using the provided display.HyperlinkGroup(Display display) Creates a hyperlink group.HyperlinkSettings(Display display) The constructor. -
Uses of Display in org.eclipse.ui.forms.editor
Methods in org.eclipse.ui.forms.editor with parameters of type DisplayModifier and TypeMethodDescriptionprotected FormToolkitFormEditor.createToolkit(Display display) Creates the form toolkit. -
Uses of Display in org.eclipse.ui.forms.widgets
Constructors in org.eclipse.ui.forms.widgets with parameters of type DisplayModifierConstructorDescriptionFormToolkit(Display display) Creates a toolkit that is self-sufficient (will manage its own colors). -
Uses of Display in org.eclipse.ui.progress
Methods in org.eclipse.ui.progress that return DisplayModifier and TypeMethodDescriptionUIJob.getDisplay()Returns the display for use by the receiver when running in an asyncExec.Methods in org.eclipse.ui.progress with parameters of type DisplayModifier and TypeMethodDescriptionvoidUIJob.setDisplay(Display runDisplay) Sets the display to execute the asyncExec in.Constructors in org.eclipse.ui.progress with parameters of type Display -
Uses of Display in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type DisplayModifier and TypeMethodDescriptionprotected ImageDeprecated.As of 3.0, visual presentation is no longer supported, annotation with a visible presentation should implementIAnnotationPresentationprotected static ImageMarkerAnnotation.getImage(Display display, ImageDescriptor descriptor) Deprecated.As of 3.0, visual presentation is no longer supported, annotation with a visible presentation should implementIAnnotationPresentationprotected static Map<ImageDescriptor,Image> MarkerAnnotation.getImageRegistry(Display display) Deprecated.As of 3.0, visual presentation is no longer supported, annotation with a visible presentation should implementIAnnotationPresentation
ProgressMonitorUtil.createUIProgressMonitor(IProgressMonitor, Display)instead