Eclipse Platform
2.1

Uses of Class
org.eclipse.swt.widgets.Display

Packages that use Display
org.eclipse.jface.operation Provides JFace support for long-running operations. 
org.eclipse.jface.resource Provides support for managing resources such as SWT fonts and images. 
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
org.eclipse.swt.custom SWT Custom widgets. 
org.eclipse.swt.dnd SWT Drag and Drop support. 
org.eclipse.swt.events SWT typed listener support. 
org.eclipse.swt.widgets SWT widget public API classes. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of Display in org.eclipse.jface.operation
 

Methods in org.eclipse.jface.operation with parameters of type Display
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
 

Methods in org.eclipse.jface.resource with parameters of type Display
 FontData FontRegistry.bestData(FontData[] fonts, Display display)
          Deprecated. use bestDataArray in order to support Motif multiple entry fonts.
 FontData[] FontRegistry.bestDataArray(FontData[] fonts, Display display)
          Find the first valid fontData in the provided list.
static Color JFaceColors.getBannerBackground(Display display)
          Get the Color used for banner backgrounds
static Color JFaceColors.getBannerForeground(Display display)
          Get the Color used for banner foregrounds
static Color JFaceColors.getErrorBackground(Display display)
          Get the background Color for widgets that display errors.
static Color JFaceColors.getErrorBorder(Display display)
          Get the border Color for widgets that display errors.
static Color JFaceColors.getErrorText(Display display)
          Get the defualt color to use for displaying errors.
static Color JFaceColors.getHyperlinkText(Display display)
          Get the default color to use for displaying hyperlinks.
static Color JFaceColors.getActiveHyperlinkText(Display display)
          Get the default color to use for displaying active hyperlinks.
 

Constructors in org.eclipse.jface.resource with parameters of type Display
FontRegistry(Display display)
          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 Display
 String DefaultInformationControl.IInformationPresenter.updatePresentation(Display display, String hoverInfo, TextPresentation presentation, int maxWidth, int maxHeight)
          Updates the given presentation of the given information and thereby may manipulate the information to be displayed.
 

Uses of Display in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source with parameters of type Display
protected  Color LineNumberRulerColumn.getBackground(Display display)
          Returns the System background color for list widgets.
 

Uses of Display in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom that return Display
 Display TableTreeItem.getDisplay()
           
 Display CTabItem.getDisplay()
           
 

Methods in org.eclipse.swt.custom with parameters of type Display
static void BusyIndicator.showWhile(Display display, Runnable runnable)
          Runs the given Runnable while providing busy feedback using this busy indicator.
 

Uses of Display in org.eclipse.swt.dnd
 

Methods in org.eclipse.swt.dnd that return Display
 Display DragSource.getDisplay()
           
 Display DropTarget.getDisplay()
           
 

Constructors in org.eclipse.swt.dnd with parameters of type Display
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
 Display TypedEvent.display
          the display where the event occurred
 

Uses of Display in org.eclipse.swt.widgets
 

Fields in org.eclipse.swt.widgets declared as Display
 Display Event.display
          the display where the event occurred
 

Methods in org.eclipse.swt.widgets that return Display
abstract  Display Widget.getDisplay()
          Returns the Display that is associated with the receiver.
 Display Control.getDisplay()
          Returns the display that the receiver was created on.
 Display TableItem.getDisplay()
           
 Display TreeItem.getDisplay()
           
 Display TableColumn.getDisplay()
           
static 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.
 Display ToolItem.getDisplay()
           
 Display CoolItem.getDisplay()
           
 Display Menu.getDisplay()
           
 Display MenuItem.getDisplay()
           
 Display Caret.getDisplay()
           
 Display TabItem.getDisplay()
           
 Display ScrollBar.getDisplay()
           
 Display Shell.getDisplay()
           
 Display Tracker.getDisplay()
           
 

Methods in org.eclipse.swt.widgets with parameters of type Display
static Shell Shell.win32_new(Display display, int handle)
          Invokes platform specific functionality to allocate a new shell.
 

Constructors in org.eclipse.swt.widgets with parameters of type Display
Synchronizer(Display display)
           
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.
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.
 

Uses of Display in org.eclipse.ui.texteditor
 

Methods in org.eclipse.ui.texteditor with parameters of type Display
protected static Image MarkerAnnotation.getImage(Display display, ImageDescriptor descriptor)
          Returns an image for the given display as specified by the given image descriptor.
protected static Map MarkerAnnotation.getImageRegistry(Display display)
          Returns an image registry for the given display.
protected  Image MarkerAnnotation.getImage(Display display)
          Returns an image for this annotation.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.