Uses of Package
org.eclipse.swt.graphics
-
Packages that use org.eclipse.swt.graphics Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.org.eclipse.compare.contentmergeviewer Support for compare and merge viewers which show the content side-by-side.org.eclipse.compare.structuremergeviewer Provides support for finding and displaying the differences between hierarchically structured data.org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.console Provides a set of interfaces and classes for rendering and annotating text in the debug console.org.eclipse.debug.ui.memory Provides classes and interfaces to render memory blocks in the memory view.org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities.org.eclipse.equinox.p2.ui Provides provisioning user interface classes that can be used for assembling a provisioning UI.org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.org.eclipse.jface.contentassist Provides a content assist add-on for implementors ofIContentAssistSubjectControl
.org.eclipse.jface.databinding.fieldassist Provides classes that bridge between data binding and the JFace Fieldassist framework.org.eclipse.jface.databinding.viewers Provides classes that can be used to observe the JFace Viewer framework.org.eclipse.jface.dialogs Provides support for dialogs.org.eclipse.jface.fieldassist Provides classes that help communicate proper content for fields in dialogs and wizards.org.eclipse.jface.layout Provides support for layout generation.org.eclipse.jface.notifications org.eclipse.jface.preference Provides a framework for preferences.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.contentassist Provides a content assist add-on for anITextViewer
.org.eclipse.jface.text.hyperlink Provides support for detecting and displaying hyperlinks inISourceViewer
s.org.eclipse.jface.text.information Provides an information provider add-on for anITextViewer
.org.eclipse.jface.text.quickassist This package provides the quick assist assistant add-on for anISourceViewer
.org.eclipse.jface.text.revisions Provides a revision model and a protocol to display revision information in a vertical ruler column.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.jface.text.source.projection This package provides the UI part for projection documents of which the most important part is the projection viewer.org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse text template support.org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.org.eclipse.jface.window Provides a general framework for creating and managing windows.org.eclipse.jface.wizard Provides a framework for wizards.org.eclipse.ltk.ui.refactoring.history Application programming interface to display and preview refactoring history information.org.eclipse.search.ui Classes and interface required to contribute search dialog pages and search result view pages.org.eclipse.swt.accessibility SWT Accessibility.org.eclipse.swt.browser SWT Browser widget.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.graphics SWT graphics classes.org.eclipse.swt.layout SWT layout classes.org.eclipse.swt.ole.win32 SWT Win32 OLE implementation classes.org.eclipse.swt.opengl SWT OpenGL support.org.eclipse.swt.printing SWT Printing support classes.org.eclipse.swt.program SWT Program support class.org.eclipse.swt.widgets SWT widget public API classes.org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.history Application programming interfaces for working with history.org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in 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.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.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.intro Application programming interfaces for interaction with and extension of the product introduction parts.org.eclipse.ui.intro.quicklinks Application programming interfaces for the Quicklinks Viewer, a component for the Welcome/Intro.org.eclipse.ui.menus Provides the public API and default implementation for contributing menu and toolbars to the menu service.org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element, and various label providers for workbench-specific objects like editors, views, and perspectives.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.progress Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.splash 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.org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse text editor template support.org.eclipse.ui.themes Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.views.markers Utility classes for working with markers in views
org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection.org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework. -
Classes in org.eclipse.swt.graphics used by org.eclipse.compare Class Description Drawable Implementers ofDrawable
can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.compare.contentmergeviewer Class Description Image Instances of this class are graphics which have been prepared for display on a specific device.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.compare.structuremergeviewer Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.debug.ui Class Description Color Instances of this store color information.FontData Instances of this class describe operating system fonts.Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.debug.ui.console Class Description Color Instances of this store color information. -
Classes in org.eclipse.swt.graphics used by org.eclipse.debug.ui.memory Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.debug.ui.sourcelookup Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.equinox.p2.ui Class Description Point Instances of this class represent places on the (x, y) coordinate plane. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.action Class Description Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.contentassist Class Description Point Instances of this class represent places on the (x, y) coordinate plane. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.databinding.fieldassist Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.databinding.viewers Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.dialogs Class Description Color Instances of this store color information.Cursor Instances of this class manage operating system resources that specify the appearance of the on-screen pointer.Drawable Implementers ofDrawable
can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.Font Instances of this class manage operating system resources that define how text looks when it is displayed.FontMetrics Instances of this class provide measurement information about fonts including ascent, descent, height, leading space between rows, and average character width.Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.fieldassist Class Description Color Instances of this store color information.Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.layout Class Description Font Instances of this class manage operating system resources that define how text looks when it is displayed.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.notifications Class Description Color Instances of this store color information.Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.preference Class Description Font Instances of this class manage operating system resources that define how text looks when it is displayed.FontData Instances of this class describe operating system fonts.Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.resource Class Description Color Instances of this store color information.Device This class is the abstract superclass of all device objects, such as the Display device and the Printer device.Font Instances of this class manage operating system resources that define how text looks when it is displayed.FontData Instances of this class describe operating system fonts.Image Instances of this class are graphics which have been prepared for display on a specific device.ImageData Instances of this class are device-independent descriptions of images.ImageDataProvider Interface to provide a callback mechanism to get information about images when the application is moved from a low DPI monitor to a high DPI monitor.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.text Class Description Color Instances of this store color information.Drawable Implementers ofDrawable
can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.Font Instances of this class manage operating system resources that define how text looks when it is displayed.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.text.contentassist Class Description Color Instances of this store color information.Font Instances of this class manage operating system resources that define how text looks when it is displayed.Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.text.hyperlink Class Description Color Instances of this store color information.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.text.information Class Description Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.text.quickassist Class Description Color Instances of this store color information. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.text.revisions Class Description RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.text.source Class Description Color Instances of this store color information.Font Instances of this class manage operating system resources that define how text looks when it is displayed.GC ClassGC
is where all of the drawing capabilities that are supported by SWT are located.Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.text.source.projection Class Description GC ClassGC
is where all of the drawing capabilities that are supported by SWT are located.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.text.templates Class Description Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.util Class Description Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.viewers Class Description Color Instances of this store color information.Font Instances of this class manage operating system resources that define how text looks when it is displayed.Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system.TextStyle TextStyle
defines a set of styles that can be applied to a range of text. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.window Class Description Color Instances of this store color information.Font Instances of this class manage operating system resources that define how text looks when it is displayed.Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system. -
Classes in org.eclipse.swt.graphics used by org.eclipse.jface.wizard Class Description Drawable Implementers ofDrawable
can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.Font Instances of this class manage operating system resources that define how text looks when it is displayed.Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.ltk.ui.refactoring.history Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.search.ui Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.swt.accessibility Class Description Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system.TextStyle TextStyle
defines a set of styles that can be applied to a range of text. -
Classes in org.eclipse.swt.graphics used by org.eclipse.swt.browser Class Description Drawable Implementers ofDrawable
can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.Point Instances of this class represent places on the (x, y) coordinate plane. -
Classes in org.eclipse.swt.graphics used by org.eclipse.swt.custom Class Description Color Instances of this store color information.Cursor Instances of this class manage operating system resources that specify the appearance of the on-screen pointer.Drawable Implementers ofDrawable
can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.Font Instances of this class manage operating system resources that define how text looks when it is displayed.GC ClassGC
is where all of the drawing capabilities that are supported by SWT are located.Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).TextStyle TextStyle
defines a set of styles that can be applied to a range of text. -
Classes in org.eclipse.swt.graphics used by org.eclipse.swt.dnd Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.swt.events Class Description GC ClassGC
is where all of the drawing capabilities that are supported by SWT are located. -
Classes in org.eclipse.swt.graphics used by org.eclipse.swt.graphics Class Description Color Instances of this store color information.Cursor Instances of this class manage operating system resources that specify the appearance of the on-screen pointer.Device This class is the abstract superclass of all device objects, such as the Display device and the Printer device.DeviceData Drawable Implementers ofDrawable
can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.Font Instances of this class manage operating system resources that define how text looks when it is displayed.FontData Instances of this class describe operating system fonts.FontMetrics Instances of this class provide measurement information about fonts including ascent, descent, height, leading space between rows, and average character width.GC ClassGC
is where all of the drawing capabilities that are supported by SWT are located.GCData Instances of this class are descriptions of GCs in terms of unallocated platform-specific data fields.GlyphMetrics Instances of this class represent glyph metrics.Image Instances of this class are graphics which have been prepared for display on a specific device.ImageData Instances of this class are device-independent descriptions of images.ImageDataProvider Interface to provide a callback mechanism to get information about images when the application is moved from a low DPI monitor to a high DPI monitor.ImageFileNameProvider Interface to provide a callback mechanism to get information about images when the application is moved from a low DPI monitor to a high DPI monitor.ImageLoader Instances of this class are used to load images from, and save images to, a file or stream.ImageLoaderEvent Instances of this class are sent as a result of the incremental loading of image data.ImageLoaderListener Classes which implement this interface provide methods that deal with the incremental loading of image data.LineAttributes LineAttributes
defines a set of line attributes that can be modified in a GC.PaletteData Instances of this class describe the color data used by an image.Path Instances of this class represent paths through the two-dimensional coordinate system.PathData Instances of this class describe device-independent paths.Pattern Instances of this class represent patterns to use while drawing.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system.Region Instances of this class represent areas of an x-y coordinate system that are aggregates of the areas covered by a number of polygons.Resource This class is the abstract superclass of all graphics resource objects.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).RGBA Instances of this class are descriptions of colors in terms of the primary additive color model (red, green, blue and alpha).TextStyle TextStyle
defines a set of styles that can be applied to a range of text.Transform Instances of this class represent transformation matrices for points expressed as (x, y) pairs of floating point numbers. -
Classes in org.eclipse.swt.graphics used by org.eclipse.swt.layout Class Description Point Instances of this class represent places on the (x, y) coordinate plane. -
Classes in org.eclipse.swt.graphics used by org.eclipse.swt.ole.win32 Class Description Color Instances of this store color information.Drawable Implementers ofDrawable
can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.Font Instances of this class manage operating system resources that define how text looks when it is displayed.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system. -
Classes in org.eclipse.swt.graphics used by org.eclipse.swt.opengl Class Description Drawable Implementers ofDrawable
can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC. -
Classes in org.eclipse.swt.graphics used by org.eclipse.swt.printing Class Description Device This class is the abstract superclass of all device objects, such as the Display device and the Printer device.DeviceData Drawable Implementers ofDrawable
can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.GCData Instances of this class are descriptions of GCs in terms of unallocated platform-specific data fields.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system. -
Classes in org.eclipse.swt.graphics used by org.eclipse.swt.program Class Description ImageData Instances of this class are device-independent descriptions of images. -
Classes in org.eclipse.swt.graphics used by org.eclipse.swt.widgets Class Description Color Instances of this store color information.Cursor Instances of this class manage operating system resources that specify the appearance of the on-screen pointer.Device This class is the abstract superclass of all device objects, such as the Display device and the Printer device.DeviceData Drawable Implementers ofDrawable
can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.Font Instances of this class manage operating system resources that define how text looks when it is displayed.FontData Instances of this class describe operating system fonts.GC ClassGC
is where all of the drawing capabilities that are supported by SWT are located.GCData Instances of this class are descriptions of GCs in terms of unallocated platform-specific data fields.Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system.Region Instances of this class represent areas of an x-y coordinate system that are aggregates of the areas covered by a number of polygons.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).TextStyle TextStyle
defines a set of styles that can be applied to a range of text. -
Classes in org.eclipse.swt.graphics used by org.eclipse.team.ui Class Description Point Instances of this class represent places on the (x, y) coordinate plane. -
Classes in org.eclipse.swt.graphics used by org.eclipse.team.ui.history Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.team.ui.mapping Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.team.ui.synchronize Class Description Font Instances of this class manage operating system resources that define how text looks when it is displayed.Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.actions Class Description Point Instances of this class represent places on the (x, y) coordinate plane. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.application Class Description Point Instances of this class represent places on the (x, y) coordinate plane. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.console Class Description Color Instances of this store color information.Cursor Instances of this class manage operating system resources that specify the appearance of the on-screen pointer.Font Instances of this class manage operating system resources that define how text looks when it is displayed.Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.dialogs Class Description Color Instances of this store color information.Drawable Implementers ofDrawable
can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.Font Instances of this class manage operating system resources that define how text looks when it is displayed.Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.forms Class Description Color Instances of this store color information.Cursor Instances of this class manage operating system resources that specify the appearance of the on-screen pointer.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.forms.editor Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.forms.widgets Class Description Color Instances of this store color information.Drawable Implementers ofDrawable
can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.Font Instances of this class manage operating system resources that define how text looks when it is displayed.GC ClassGC
is where all of the drawing capabilities that are supported by SWT are located.Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.intro Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.intro.quicklinks Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.menus Class Description Point Instances of this class represent places on the (x, y) coordinate plane. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.model Class Description Color Instances of this store color information.Font Instances of this class manage operating system resources that define how text looks when it is displayed.FontData Instances of this class describe operating system fonts.Image Instances of this class are graphics which have been prepared for display on a specific device.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.navigator Class Description Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.part Class Description Color Instances of this store color information.Drawable Implementers ofDrawable
can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.progress Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.splash Class Description Color Instances of this store color information.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.texteditor Class Description GC ClassGC
is where all of the drawing capabilities that are supported by SWT are located.Image Instances of this class are graphics which have been prepared for display on a specific device.Point Instances of this class represent places on the (x, y) coordinate plane.Rectangle Instances of this class represent rectangular areas in an (x, y) coordinate system.RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.texteditor.templates Class Description Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.themes Class Description RGB Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue). -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.views.markers Class Description FontMetrics Instances of this class provide measurement information about fonts including ascent, descent, height, leading space between rows, and average character width.Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.views.properties Class Description Color Instances of this store color information.Font Instances of this class manage operating system resources that define how text looks when it is displayed.Image Instances of this class are graphics which have been prepared for display on a specific device. -
Classes in org.eclipse.swt.graphics used by org.eclipse.ui.views.properties.tabbed Class Description Image Instances of this class are graphics which have been prepared for display on a specific device.