Package | Description |
---|---|
org.eclipse.jface.databinding.swt |
Provides classes that can be used to observe changes in SWT widgets.
|
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 and manipulating text documents.
|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
org.eclipse.swt.awt |
SWT AWT embedding support.
|
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 |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.application |
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
|
org.eclipse.ui.console |
Application programming interfaces for interaction
with the Eclipse console.
|
org.eclipse.ui.forms |
Forms-based controls for use in views, editors, and wizards.
|
org.eclipse.ui.forms.editor |
Support for forms-based multi-page editors.
|
org.eclipse.ui.forms.widgets |
Custom widgets and controls for forms-based parts.
|
org.eclipse.ui.progress |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
Modifier and Type | Method and Description |
---|---|
static Realm |
SWTObservables.getRealm(Display display)
Deprecated.
please use
DisplayRealm.getRealm(Display) instead. |
static Realm |
DisplayRealm.getRealm(Display display)
Returns the realm representing the UI thread for the given display.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Display |
ColorRegistry.display
This registries
Display . |
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
use filterData in order to preserve
multiple entry fonts on Motif
|
FontData[] |
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 ResourceManager |
JFaceResources.getResources(Display toQuery)
Returns the global resource manager for the given display
|
Constructor and Description |
---|
ColorRegistry(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.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultInformationControl.IInformationPresenter.updatePresentation(Display display,
String hoverInfo,
TextPresentation presentation,
int maxWidth,
int maxHeight)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Color |
LineNumberRulerColumn.getBackground(Display display)
Returns the System background color for list widgets.
|
protected void |
LineNumberRulerColumn.paintLine(int line,
int y,
int lineheight,
GC gc,
Display display)
Paints the line.
|
Modifier and Type | Method and Description |
---|---|
static Shell |
SWT_AWT.new_Shell(Display display,
Canvas parent)
Creates a new
Shell . |
Modifier and Type | Method and Description |
---|---|
static void |
BusyIndicator.showWhile(Display display,
Runnable runnable)
Runs the given
Runnable while providing
busy feedback using this busy indicator. |
Constructor and Description |
---|
Clipboard(Display display)
Constructs a new instance of this class.
|
Modifier and Type | Field and Description |
---|---|
Display |
TypedEvent.display
the display where the event occurred
|
Modifier and Type | Field and Description |
---|---|
Display |
Event.display
the display where the event occurred
|
Modifier and Type | Method and Description |
---|---|
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 |
Widget.getDisplay()
Returns the
Display that is associated with
the receiver. |
Modifier and Type | Method and Description |
---|---|
static Shell |
Shell.internal_new(Display display,
long handle)
Invokes platform specific functionality to allocate a new shell
that is not embedded.
|
static Shell |
Shell.win32_new(Display display,
long handle)
Invokes platform specific functionality to allocate a new shell
that is embedded.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
static Display |
PlatformUI.createDisplay()
Creates the
Display to be used by the workbench. |
Display |
IWorkbench.getDisplay()
Returns the display for this workbench.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkbenchAdvisor.eventLoopIdle(Display display)
Performs arbitrary work or yields when there are no events to be
processed.
|
Modifier and Type | Method and Description |
---|---|
static Display |
ConsolePlugin.getStandardDisplay()
Returns the workbench display.
|
Modifier and Type | Field and Description |
---|---|
protected Display |
FormColors.display |
Modifier and Type | Method and Description |
---|---|
Display |
FormColors.getDisplay()
Returns the display used to create colors.
|
Modifier and Type | Method and Description |
---|---|
void |
HyperlinkSettings.initializeDefaultForegrounds(Display display)
Initializes the hyperlink foregrounds from the JFace defaults set for the
entire workbench.
|
Constructor and Description |
---|
FormColors(Display display)
Creates form colors using the provided display.
|
HyperlinkGroup(Display display)
Creates a hyperlink group.
|
HyperlinkSettings(Display display)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected FormToolkit |
FormEditor.createToolkit(Display display)
Creates the form toolkit.
|
Constructor and Description |
---|
FormToolkit(Display display)
Creates a toolkit that is self-sufficient (will manage its own colors).
|
Modifier and Type | Method and Description |
---|---|
Display |
UIJob.getDisplay()
Returns the display for use by the receiver when running in an
asyncExec.
|
Modifier and Type | Method and Description |
---|---|
void |
UIJob.setDisplay(Display runDisplay)
Sets the display to execute the asyncExec in.
|
Constructor and Description |
---|
UIJob(Display jobDisplay,
String name)
Create a new instance of the receiver with the supplied Display.
|
WorkbenchJob(Display jobDisplay,
String name)
Create a new instance of the receiver with the
supplied display and name.
|
Modifier and Type | Method and Description |
---|---|
protected Image |
MarkerAnnotation.getImage(Display display)
Deprecated.
As of 3.0, visual presentation is no longer supported,
annotation with a visible presentation should implement
IAnnotationPresentation |
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 implement
IAnnotationPresentation |
protected static Map |
MarkerAnnotation.getImageRegistry(Display display)
Deprecated.
As of 3.0, visual presentation is no longer supported,
annotation with a visible presentation should implement
IAnnotationPresentation |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.