Uses of Class
org.eclipse.swt.widgets.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.compare.internal
-
Uses of Display in org.eclipse.e4.ui.css.swt.dom
Modifier and TypeMethodDescriptionstatic CSSEngine
Convenience method for getting the CSS engine responsible for a widget.static void
Convenience method for setting the CSS engine responsible for a display. -
Uses of Display in org.eclipse.e4.ui.css.swt.engine
ModifierConstructorDescriptionAbstractCSSSWTEngineImpl
(Display display) AbstractCSSSWTEngineImpl
(Display display, boolean lazyApplyingStyles) CSSSWTApplyStylesListener
(Display display, CSSEngine engine) CSSSWTEngineImpl
(Display display) CSSSWTEngineImpl
(Display display, boolean lazyApplyingStyles) -
Uses of Display in org.eclipse.e4.ui.css.swt.helpers
Modifier and TypeMethodDescriptionstatic Font
CSSSWTFontHelper.getFont
(CSS2FontProperties fontProperties, FontData oldFontData, Display display) static Gradient
CSSSWTColorHelper.getGradient
(CSSValueList list, Display display) static Image
CSSSWTImageHelper.getImage
(CSSValue value, IResourcesLocatorManager manager, Display display) static Color
CSSSWTColorHelper.getSWTColor
(CSSValue value, Display display) static Color
CSSSWTColorHelper.getSWTColor
(RGBColor rgbColor, Display display) static Color[]
CSSSWTColorHelper.getSWTColors
(Gradient grad, Display display, CSSEngine engine) static Cursor
CSSSWTCursorHelper.getSWTCursor
(CSSValue value, Display display) -
Uses of Display in org.eclipse.e4.ui.css.swt.properties.converters
Modifier and TypeMethodDescriptionprotected Display
CSSValueSWTFontDataConverterImpl.getDisplay
(Object context) -
Uses of Display in org.eclipse.e4.ui.css.swt.resources
-
Uses of Display in org.eclipse.e4.ui.css.swt.theme
Modifier and TypeMethodDescriptionIThemeManager.getEngineForDisplay
(Display display) Get the engine for a given display -
Uses of Display in org.eclipse.e4.ui.dialogs.filteredtree
Modifier and TypeMethodDescriptionBasicUIJob.getDisplay()
Returns the display for use by the receiver when running in an asyncExec.ModifierConstructorDescriptionBasicUIJob
(String name, Display display) Create a new instance of the receiver with the supplied name. -
Uses of Display in org.eclipse.e4.ui.workbench.swt
-
Uses of Display in org.eclipse.jface.databinding.swt
-
Uses of Display in org.eclipse.jface.notifications
Modifier and TypeMethodDescriptionstatic NotificationPopup.Builder
NotificationPopup.forDisplay
(Display display) Creates a new builder instance.ModifierConstructorDescriptionAbstractNotificationPopup
(Display display) AbstractNotificationPopup
(Display display, int style) -
Uses of Display in org.eclipse.jface.operation
Modifier and TypeMethodDescriptionstatic IProgressMonitorWithBlocking
ProgressMonitorUtil.createAccumulatingProgressMonitor
(IProgressMonitor monitor, Display display) Deprecated.static IProgressMonitor
ProgressMonitorUtil.createUIProgressMonitor
(IProgressMonitor monitor, Display display) Wraps anIProgressMonitor
associated with the UI thread, producing a newIProgressMonitor
which can be used from any one thread.static void
ModalContext.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
Modifier and TypeFieldDescriptionprotected Display
ColorRegistry.display
This registriesDisplay
.Modifier 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 Color
JFaceColors.getActiveHyperlinkText
(Display display) static Color
JFaceColors.getBannerBackground
(Display display) static Color
JFaceColors.getBannerForeground
(Display display) static Color
JFaceColors.getErrorBackground
(Display display) static Color
JFaceColors.getErrorBorder
(Display display) static Color
JFaceColors.getErrorText
(Display display) static Color
JFaceColors.getHyperlinkText
(Display display) static Color
JFaceColors.getInformationViewerBackgroundColor
(Display display) Background color intended for widgets that display text.static Color
JFaceColors.getInformationViewerForegroundColor
(Display display) Foreground color intended for widgets that display text.static ResourceManager
JFaceResources.getResources
(Display toQuery) Returns the global resource manager for the given 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
Modifier and TypeMethodDescriptionDefaultInformationControl.IInformationPresenter.updatePresentation
(Display display, String hoverInfo, TextPresentation presentation, int maxWidth, int maxHeight) Deprecated. -
Uses of Display in org.eclipse.jface.text.source
-
Uses of Display in org.eclipse.jface.util
Modifier and TypeMethodDescriptionstatic Monitor
Util.getClosestMonitor
(Display toSearch, Point toFind) Returns the monitor whose client area contains the given point. -
Uses of Display in org.eclipse.jface.widgets
-
Uses of Display in org.eclipse.swt.awt
-
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.Modifier and TypeMethodDescriptionstatic Shell
Shell.internal_new
(Display display, long handle) Invokes platform specific functionality to allocate a new shell that is not embedded.static Shell
Invokes platform specific functionality to allocate a new shell that is embedded.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.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
Modifier and TypeMethodDescriptionstatic Display
PlatformUI.createDisplay()
Creates theDisplay
to be used by the workbench.IWorkbench.getDisplay()
Returns the display for this workbench.Modifier and TypeMethodDescriptionstatic int
PlatformUI.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
Modifier and TypeMethodDescriptionvoid
WorkbenchAdvisor.eventLoopIdle
(Display display) Performs arbitrary work or yields when there are no events to be processed. -
Uses of Display in org.eclipse.ui.console
Modifier and TypeMethodDescriptionstatic Display
ConsolePlugin.getStandardDisplay()
Returns the workbench display. -
Uses of Display in org.eclipse.ui.forms
Modifier and TypeMethodDescriptionFormColors.getDisplay()
Returns the display used to create colors.Modifier and TypeMethodDescriptionvoid
HyperlinkSettings.initializeDefaultForegrounds
(Display display) Initializes the hyperlink foregrounds from the JFace defaults set for the entire workbench.ModifierConstructorDescriptionFormColors
(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
Modifier and TypeMethodDescriptionprotected FormToolkit
FormEditor.createToolkit
(Display display) Creates the form toolkit. -
Uses of Display in org.eclipse.ui.forms.widgets
ModifierConstructorDescriptionFormToolkit
(Display display) Creates a toolkit that is self-sufficient (will manage its own colors). -
Uses of Display in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionstatic Display
Workbench.createDisplay()
Creates theDisplay
to be used by the workbench.Workbench.getDisplay()
Modifier and TypeMethodDescriptionstatic int
Workbench.createAndRunWorkbench
(Display display, WorkbenchAdvisor advisor) Creates the workbench and associates it with the the given display and workbench advisor, and runs the workbench UI.static Shell
WorkbenchPlugin.getSplashShell
(Display display) Get the splash shell for this workbench instance, if any.protected void
Intended to be overwritten by test classes so the handler won't block the UI threadstatic void
WorkbenchPlugin.unsetSplashShell
(Display display) Removes any splash shell data set on the provided display and disposes the shell if necessary.ModifierConstructorDescriptionUILockListener
(Display display) Create a new instance of the receiver.UISynchronizer
(Display display, UILockListener lock) -
Uses of Display in org.eclipse.ui.progress
Modifier and TypeMethodDescriptionUIJob.getDisplay()
Returns the display for use by the receiver when running in an asyncExec.Modifier and TypeMethodDescriptionvoid
UIJob.setDisplay
(Display runDisplay) Sets the display to execute the asyncExec in. -
Uses of Display in org.eclipse.ui.texteditor
Modifier and TypeMethodDescriptionprotected Image
Deprecated.As of 3.0, visual presentation is no longer supported, annotation with a visible presentation should implementIAnnotationPresentation
protected static Image
MarkerAnnotation.getImage
(Display display, ImageDescriptor descriptor) Deprecated.As of 3.0, visual presentation is no longer supported, annotation with a visible presentation should implementIAnnotationPresentation
protected 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