Uses of Class
org.eclipse.swt.graphics.Image
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Support for compare and merge viewers which show the
content side-by-side.
Provides support for finding and displaying the differences
between hierarchically structured data.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides classes and interfaces to render memory blocks in the memory view.
Provides a user interface for debug platform source lookup facilities.
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides classes that bridge between data binding and the JFace Fieldassist framework.
Provides classes that can be used to observe the JFace Viewer framework.
Provides support for dialogs.
Provides classes that help communicate proper content for fields in dialogs and wizards.
Provides a framework for preferences.
Provides support for managing resources such as SWT
fonts and images.
Provides a content assist add-on for an
ITextViewer
.Provides a framework for connecting document regions
with annotations and for displaying those.
Application programming interfaces for interaction
with the Eclipse text template support.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides a general framework for creating and managing
windows.
Provides a framework for wizards.
Application programming interface to display and preview refactoring history information.
SWT Custom widgets.
SWT Drag and Drop support.
SWT graphics classes.
SWT internal classes
SWT widget public API classes.
Application programming interfaces for working with history.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with the Eclipse console.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
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 product introduction parts.
Application programming interfaces for the Quicklinks
Viewer, a component for the Welcome/Intro.
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.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
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.
Application programming interfaces for interaction
with the Eclipse text editor template support.
Utility classes for working with markers in views
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
Provides the Tabbed Properties framework.
-
Uses of Image in org.eclipse.compare
Modifier and TypeMethodDescriptionCompareConfiguration.getAncestorImage
(Object element) Returns the image for the ancestor side of compare/merge viewers.ICompareInputLabelProvider.getAncestorImage
(Object input) Returns the image for the ancestor side of compare/merge viewers.protected Image
EditionSelectionDialog.getEditionImage
(ITypedElement selectedEdition, ITypedElement item) Deprecated.Returns an image for identifying the edition side of a compare viewer.CompareConfiguration.getImage
(int kind) Returns an image showing the specified change kind.Returns an image showing the specified change kind applied to a given base image.static Image
Returns a shared image for the given type, or a generic image if none has been registered for the given type.static Image
CompareUI.getImage
(IAdaptable adaptable) Returns a shared image for the given adaptable.HistoryItem.getImage()
ITypedElement.getImage()
Returns an image for this object.ResourceNode.getImage()
CompareConfiguration.getLeftImage
(Object element) Returns the image for the left hand side of compare/merge viewers.ICompareInputLabelProvider.getLeftImage
(Object input) Returns the image for the left hand side of compare/merge viewers.CompareConfiguration.getRightImage
(Object element) Returns the image for the right hand side of compare/merge viewers.ICompareInputLabelProvider.getRightImage
(Object input) Returns the image for the right hand side of compare/merge viewers.CompareEditorInput.getTitleImage()
Returns the title image which will be used in the compare editor's title bar.Modifier and TypeMethodDescriptionstatic void
CompareUI.disposeOnShutdown
(Image image) Registers the given image for being disposed when this plug-in is shutdown.Returns an image showing the specified change kind applied to a given base image.void
CompareConfiguration.setAncestorImage
(Image image) Sets the image to use for the ancestor of compare/merge viewers.void
EditionSelectionDialog.setEditionTitleImage
(Image titleImage) Deprecated.Sets an optional image for the edition pane's title.void
Set the pane's title Image.void
CompareConfiguration.setLeftImage
(Image image) Sets the image to use for the left side of compare/merge viewers.void
CompareConfiguration.setRightImage
(Image image) Sets the image to use for the right side of compare/merge viewers. -
Uses of Image in org.eclipse.compare.contentmergeviewer
Modifier and TypeMethodDescriptionIMergeViewerContentProvider.getAncestorImage
(Object input) Returns an optional image for the ancestor side of aContentMergeViewer
.IMergeViewerContentProvider.getLeftImage
(Object input) Returns an optional image for the left side of aContentMergeViewer
.IMergeViewerContentProvider.getRightImage
(Object input) Returns an optional image for the right side of aContentMergeViewer
. -
Uses of Image in org.eclipse.compare.internal
Modifier and TypeMethodDescriptionMergeViewerContentProvider.getAncestorImage
(Object element) MirroredMergeViewerContentProvider.getAncestorImage
(Object input) static Image
Returns a shared image for the given type, or a generic image if none has been registered for the given type.static Image
CompareUIPlugin.getImage
(IAdaptable adaptable) Returns a shared image for the given adaptable.MergeViewerContentProvider.getLeftImage
(Object element) MirroredMergeViewerContentProvider.getLeftImage
(Object input) MergeViewerContentProvider.getRightImage
(Object element) MirroredMergeViewerContentProvider.getRightImage
(Object input) Modifier and TypeMethodDescriptionstatic void
CompareUIPlugin.disposeOnShutdown
(Image image) Registers the given image for being disposed when this plug-in is shutdown.void
void
ModifierConstructorDescriptionDiffImageDescriptor
(Image base, ImageDescriptor overlay, int w, boolean onLeft) NavigationEndDialog
(Shell parentShell, String dialogTitle, Image dialogTitleImage, String dialogMessage, String[][] labelsAndValues) -
Uses of Image in org.eclipse.compare.structuremergeviewer
-
Uses of Image in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionEnvironmentTab.EnvironmentVariableLabelProvider.getColumnImage
(Object element, int columnIndex) AbstractLaunchConfigurationTab.getImage()
CommonTab.getImage()
static Image
Returns the shared image managed under the given key, ornull
if none.EnvironmentTab.getImage()
Returns an image for the element, ornull
if a default image should be used.ILaunchConfigurationTab.getImage()
Returns the image for this tab, ornull
if nonePrototypeTab.getImage()
RefreshTab.getImage()
IInstructionPointerPresentation.getInstructionPointerImage
(IEditorPart editorPart, IStackFrame frame) Returns the instruction pointer image used for the specified stack frame in the specified editor, ornull
if a default image should be used.static Image
DebugUITools.getSourceContainerImage
(String id) Returns the image associated with the specified type of source container ornull
if none.Modifier and TypeMethodDescriptionprotected Button
AbstractLaunchConfigurationTab.createPushButton
(Composite parent, String label, Image image) Creates and returns a new push button with the given label and/or image. -
Uses of Image in org.eclipse.debug.ui.memory
Modifier and TypeMethodDescriptionprotected Image
AbstractMemoryRendering.decorateImage
(Image image) Decorates and returns this rendering's image.AbstractMemoryRendering.getImage()
IMemoryRendering.getImage()
Returns an image for this rendering.Modifier and TypeMethodDescriptionprotected Image
AbstractMemoryRendering.decorateImage
(Image image) Decorates and returns this rendering's image. -
Uses of Image in org.eclipse.debug.ui.sourcelookup
-
Uses of Image in org.eclipse.e4.ui.css.swt.helpers
Modifier and TypeMethodDescriptionstatic Image
CSSSWTImageHelper.getImage
(CSSValue value, IResourcesLocatorManager manager, Display display) -
Uses of Image in org.eclipse.e4.ui.widgets
Modifier and TypeMethodDescriptionImageBasedFrame.getHandleImage()
ImageBasedFrame.getImageCache()
-
Uses of Image in org.eclipse.e4.ui.workbench.renderers.swt
Modifier and TypeMethodDescriptionprotected Image
AbstractContributionItem.getImage
(String iconURI, LocalResourceManager resourceManager) protected Image
SWTPartRenderer.getImageFromURI
(String iconURI) -
Uses of Image in org.eclipse.e4.ui.workbench.swt.util
Modifier and TypeMethodDescriptionISWTResourceUtilities.adornImage
(Image toAdorn, Image adornment) Low-level utility to stamp an adornment onto a given Image.Modifier and TypeMethodDescriptionISWTResourceUtilities.adornImage
(Image toAdorn, Image adornment) Low-level utility to stamp an adornment onto a given Image. -
Uses of Image in org.eclipse.help.ui.internal
Modifier and TypeMethodDescriptionstatic Image
HelpUIResources.getIconImage
(String key) Returns an icon image from a property filestatic Image
Returns an image from a property filestatic Image
static Image
HelpUIResources.getImageFromId
(String iconId, boolean isOpen, boolean isLeaf) Get the image for an icon based upon the id -
Uses of Image in org.eclipse.jface.action
Modifier and TypeMethodDescriptionvoid
IStatusLineManager.setErrorMessage
(Image image, String message) Sets the image and error message to be displayed on the status line.void
StatusLineManager.setErrorMessage
(Image image, String message) void
SubStatusLineManager.setErrorMessage
(Image image, String message) void
IStatusLineManager.setMessage
(Image image, String message) Sets the image and message to be displayed on the status line.void
StatusLineManager.setMessage
(Image image, String message) void
SubStatusLineManager.setMessage
(Image image, String message) -
Uses of Image in org.eclipse.jface.databinding.fieldassist
-
Uses of Image in org.eclipse.jface.databinding.swt.typed
-
Uses of Image in org.eclipse.jface.databinding.viewers
-
Uses of Image in org.eclipse.jface.dialogs
Modifier and TypeMethodDescriptionIconAndMessageDialog.getErrorImage()
Return theImage
to be used when displaying an error.static Image
Returns the standard dialog image with the given key.DialogPage.getImage()
protected Image
ErrorDialog.getImage()
protected abstract Image
IconAndMessageDialog.getImage()
Returns the image to display beside the message in this dialog.IDialogPage.getImage()
Returns this dialog page's image.MessageDialog.getImage()
protected Image
PlainMessageDialog.getImage()
protected Image
ProgressMonitorDialog.getImage()
IconAndMessageDialog.getInfoImage()
Return theImage
to be used when displaying information.IconAndMessageDialog.getQuestionImage()
Return theImage
to be used when displaying a question.IconAndMessageDialog.getWarningImage()
Return theImage
to be used when displaying a warning.Modifier and TypeMethodDescriptionSets the dialog's image (e.g. information icon).void
Sets the image for this dialog.void
TitleAreaDialog.setTitleImage
(Image newTitleImage) Sets the title image to be shown in the title area of this dialog.void
Show the title.PlainMessageDialog.Builder.titleImage
(Image image) Sets the shell's image.ModifierConstructorDescriptionMessageDialog
(Shell parentShell, String dialogTitle, Image dialogTitleImage, String dialogMessage, int dialogImageType, int defaultIndex, String... dialogButtonLabels) Create a message dialog.MessageDialog
(Shell parentShell, String dialogTitle, Image dialogTitleImage, String dialogMessage, int dialogImageType, String[] dialogButtonLabels, int defaultIndex) Create a message dialog.MessageDialogWithToggle
(Shell parentShell, String dialogTitle, Image image, String message, int dialogImageType, String[] dialogButtonLabels, int defaultIndex, String toggleMessage, boolean toggleState) Creates a message dialog with a toggle.MessageDialogWithToggle
(Shell parentShell, String dialogTitle, Image image, String message, int dialogImageType, LinkedHashMap<String, Integer> buttonLabelToIdMap, int defaultIndex, String toggleMessage, boolean toggleState) Creates a message dialog with a toggle. -
Uses of Image in org.eclipse.jface.fieldassist
Modifier and TypeMethodDescriptionControlDecoration.getImage()
Get the image shown in this control decoration.FieldDecoration.getImage()
Return the image shown in the decoration, ornull
if no image is specified.Modifier and TypeMethodDescriptionvoid
FieldDecorationRegistry.registerFieldDecoration
(String id, String description, Image image) Registers a field decoration using the specified id.void
Set the image shown in this control decoration.void
Set the image shown in the decoration, ornull
if no image is specified.ModifierConstructorDescriptionFieldDecoration
(Image image, String description) Create a decoration for a field with the specified image and description text. -
Uses of Image in org.eclipse.jface.notifications
Modifier and TypeMethodDescriptionprotected Image
AbstractNotificationPopup.getPopupShellImage
(int maximumHeight) Modifier and TypeMethodDescriptionNotificationPopup.Builder.titleImage
(Image image) Sets the title image. -
Uses of Image in org.eclipse.jface.notifications.internal
Modifier and TypeMethodDescriptionstatic Image
CommonImages.getImage
(ImageDescriptor imageDescriptor) Lazily initializes image map. -
Uses of Image in org.eclipse.jface.preference
Modifier and TypeMethodDescriptionIPreferenceNode.getLabelImage()
Returns the image used to present this node in a preference dialog.PreferenceNode.getLabelImage()
-
Uses of Image in org.eclipse.jface.resource
Modifier and TypeMethodDescriptionImageDescriptor.createImage()
Creates and returns a new SWT image for this image descriptor.ImageDescriptor.createImage
(boolean returnMissingImageOnError) Creates and returns a new SWT image for this image descriptor.ImageDescriptor.createImage
(boolean returnMissingImageOnError, Device device) Creates and returns a new SWT image for this image descriptor.ImageDescriptor.createImage
(Device device) Creates and returns a new SWT image for this image descriptor.final Image
ResourceManager.createImage
(ImageDescriptor descriptor) Deprecated.final Image
ResourceManager.createImageWithDefault
(ImageDescriptor descriptor) Creates an image, given an image descriptor.Returns the image associated with the given key in this registry, ornull
if none.protected Image
DeviceResourceManager.getDefaultImage()
protected Image
LazyResourceManager.getDefaultImage()
protected Image
LocalResourceManager.getDefaultImage()
protected abstract Image
ResourceManager.getDefaultImage()
Returns the default image that will be returned in the event that the intended image is missing.static Image
Returns the image in JFace's image registry with the given key, ornull
if none.Modifier and TypeMethodDescriptionCompositeImageDescriptor.createCachedImageDataProvider
(Image image) Creates a newCompositeImageDescriptor.CachedImageDataProvider
that is backed by the given image.static ImageDescriptor
ImageDescriptor.createFromImage
(Image img) Creates and returns a new image descriptor for the given image.static ImageDescriptor
ImageDescriptor.createFromImage
(Image img, Device theDevice) Deprecated.void
Adds an image to this registry. -
Uses of Image in org.eclipse.jface.text.contentassist
Modifier and TypeMethodDescriptionCompletionProposal.getImage()
ContextInformation.getImage()
ICompletionProposal.getImage()
Returns the image to be displayed in the list of completion proposals.IContextInformation.getImage()
Returns the image for this context information.ModifierConstructorDescriptionCompletionProposal
(String replacementString, int replacementOffset, int replacementLength, int cursorPosition, Image image, String displayString, IContextInformation contextInformation, String additionalProposalInfo) Creates a new completion proposal.ContextInformation
(Image image, String contextDisplayString, String informationDisplayString) Creates a new context information with an image. -
Uses of Image in org.eclipse.jface.text.source
Modifier and TypeMethodDescriptionstatic void
Draws an image aligned inside the given rectangle on the given canvas.static void
Draws an image aligned inside the given rectangle on the given canvas. -
Uses of Image in org.eclipse.jface.text.templates
Modifier and TypeMethodDescriptionprotected abstract Image
Returns the image to be used for the proposal fortemplate
.TemplateProposal.getImage()
ModifierConstructorDescriptionTemplateProposal
(Template template, TemplateContext context, IRegion region, Image image) Creates a template proposal with a template and its context.TemplateProposal
(Template template, TemplateContext context, IRegion region, Image image, int relevance) Creates a template proposal with a template and its context. -
Uses of Image in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionILabelDecorator.decorateImage
(Image image, Object element) Returns an image that is based on the given image, but decorated with additional information relating to the state of the provided element.abstract Image
LabelDecorator.decorateImage
(Image image, Object element, IDecorationContext context) Returns an image that is based on the given image, but decorated with additional information relating to the state of the provided element taking into account the provided context.ITableLabelProvider.getColumnImage
(Object element, int columnIndex) Returns the label image for the given column of the given element.TheDecoratingLabelProvider
implementation of thisILabelProvider
method returns the image provided by the nested label provider'sgetImage
method, decorated with the decoration provided by the label decorator'sdecorateImage
method.Returns the image for the label of the given element.Returns the image for the label of the given element.Returns the image for the label of the given element.TheLabelProvider
implementation of thisILabelProvider
method returnsnull
.TableViewerRow.getImage
(int columnIndex) TreeViewerRow.getImage
(int columnIndex) ViewerCell.getImage()
Return the Image for the cell.final Image
ViewerLabel.getImage()
Get the image for the receiver.abstract Image
ViewerRow.getImage
(int columnIndex) Return the image at the columnIndex.CellLabelProvider.getToolTipImage
(Object object) Get the image displayed in the tool tip for object.Modifier and TypeMethodDescriptionILabelDecorator.decorateImage
(Image image, Object element) Returns an image that is based on the given image, but decorated with additional information relating to the state of the provided element.abstract Image
LabelDecorator.decorateImage
(Image image, Object element, IDecorationContext context) Returns an image that is based on the given image, but decorated with additional information relating to the state of the provided element taking into account the provided context.void
void
void
Set the Image for the cell.final void
Set the image for the receiver.abstract void
Set the image at the columnIndexModifier and TypeMethodDescriptionstatic ColumnLabelProvider
ColumnLabelProvider.createImageProvider
(Function<Object, Image> imageFunction) Creates aColumnLabelProvider
which implements theColumnLabelProvider.getImage(java.lang.Object)
method by calling the argument function.static LabelProvider
LabelProvider.createImageProvider
(Function<Object, Image> imageFunction) Creates aLabelProvider
which implements theLabelProvider.getImage(java.lang.Object)
method by calling the argument function.ModifierConstructorDescriptionDecorationOverlayIcon
(Image baseImage, ImageDescriptor[] overlaysArray) Create the decoration overlay for the base image using the array of provided overlays.DecorationOverlayIcon
(Image baseImage, ImageDescriptor[] overlaysArray, Point sizeValue) Create the decoration overlay for the base image using the array of provided overlays.DecorationOverlayIcon
(Image baseImage, ImageDescriptor overlayImage, int quadrant) Create a decoration overlay icon that will place the given overlay icon in the given quadrant of the base image.ViewerLabel
(String initialText, Image initialImage) Create a new instance of the receiver with the supplied initial text and image. -
Uses of Image in org.eclipse.jface.widgets
Modifier and TypeMethodDescriptionSets the receiver's image to the argument, which may be null indicating that no image should be displayed.Sets the receiver's image to the argument, which may benull
indicating that no image should be displayed.Sets the receiver's image to the argument, which may be null indicating that no image should be displayed. -
Uses of Image in org.eclipse.jface.window
Modifier and TypeMethodDescriptionprotected Image
DefaultToolTip.getBackgroundImage
(Event event) static Image
Window.getDefaultImage()
Returns the default image.static Image[]
Window.getDefaultImages()
Returns the array of default images to use for newly opened windows.protected Image
Modifier and TypeMethodDescriptionvoid
DefaultToolTip.setBackgroundImage
(Image backgroundImage) static void
Window.setDefaultImage
(Image image) Sets the default image.static void
Window.setDefaultImages
(Image[] images) Sets the array of default images to use for newly opened windows.void
-
Uses of Image in org.eclipse.jface.wizard
Modifier and TypeMethodDescriptionIWizard.getDefaultPageImage()
Returns the default page image for this wizard.Wizard.getDefaultPageImage()
WizardPage.getImage()
-
Uses of Image in org.eclipse.ltk.ui.refactoring.history
-
Uses of Image in org.eclipse.swt.custom
Modifier and TypeMethodDescriptionCTabItem.getDisabledImage()
Deprecated.the disabled image is not usedCLabel.getImage()
Return the CLabel's image ornull
.Modifier and TypeMethodDescriptionvoid
CLabel.setBackground
(Image image) Set the image to be drawn in the background of the label.void
CTabFolder.setBackgroundImage
(Image image) void
CTabItem.setDisabledImage
(Image image) Deprecated.This image is not usedvoid
Set the label's Image.void
void
CTabFolder.setSelectionBackground
(Image image) Set the image to be drawn in the background of the selected tab. -
Uses of Image in org.eclipse.swt.dnd
-
Uses of Image in org.eclipse.swt.graphics
Modifier and TypeMethodDescriptionstatic Image
Invokes platform specific functionality to allocate a new image.Modifier and TypeMethodDescriptionvoid
Copies a rectangular area of the receiver at the specified position into the image, which must be of typeSWT.BITMAP
.void
Draws the given image in the receiver at the specified coordinates.void
GC.drawImage
(Image image, int srcX, int srcY, int srcWidth, int srcHeight, int destX, int destY, int destWidth, int destHeight) Copies a rectangular area from the source image into a (potentially different sized) rectangular area in the receiver.static Long
Image.win32_getHandle
(Image image, int zoom) IMPORTANT: This method is not part of the public API for Image. -
Uses of Image in org.eclipse.swt.internal
-
Uses of Image in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionControl.getBackgroundImage()
Returns the receiver's background image.ToolItem.getDisabledImage()
Returns the receiver's disabled image if it has one, or null if it does not.TrayItem.getHighlightImage()
Returns the receiver's highlight image if it has one, or null if it does not.ToolItem.getHotImage()
Returns the receiver's hot image if it has one, or null if it does not.Button.getImage()
Returns the receiver's image if it has one, or null if it does not.Caret.getImage()
Returns the image that the receiver will use to paint the caret.Decorations.getImage()
Returns the receiver's image if it had previously been set usingsetImage()
.Item.getImage()
Returns the receiver's image if it has one, or null if it does not.Label.getImage()
Returns the receiver's image if it has one, or null if it does not.TableItem.getImage()
TableItem.getImage
(int index) Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.ToolItem.getImage()
Returns the receiver's enabled image if it has one, or null if it does not.TreeItem.getImage()
TreeItem.getImage
(int index) Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.Image[]
Decorations.getImages()
Returns the receiver's images if they had previously been set usingsetImages()
.TaskItem.getOverlayImage()
Returns the receiver's overlay image if it has one, or null if it does not.Display.getSystemImage
(int id) Returns the matching standard platform image for the given constant, which should be one of the icon constants specified in classSWT
.Modifier and TypeMethodDescriptionvoid
Control.setBackgroundImage
(Image image) Sets the receiver's background image to the image specified by the argument, or to the default system color for the control if the argument is null.void
ToolItem.setDisabledImage
(Image image) Sets the receiver's disabled image to the argument, which may be null indicating that no disabled image should be displayed.void
TrayItem.setHighlightImage
(Image image) Sets the receiver's highlight image.void
ToolItem.setHotImage
(Image image) Sets the receiver's hot image to the argument, which may be null indicating that no hot image should be displayed.void
Sets the receiver's image to the argument, which may benull
indicating that no image should be displayed.void
Sets the image that the receiver will use to paint the caret to the image specified by the argument, or to the default which is a filled rectangle if the argument is nullvoid
Sets the receiver's image to the argument, which may be null.void
void
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.void
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.void
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.void
void
void
Sets the receiver's image at a column.void
void
Sets the image for multiple columns in the table.void
void
Sets the receiver's image.void
void
Sets the receiver's image at a column.void
void
Sets the image for multiple columns in the tree.void
Sets the receiver's images to the argument, which may be an empty array.void
TaskItem.setOverlayImage
(Image overlayImage) Sets the receiver's overlay image, which may be null indicating that no image should be displayed. -
Uses of Image in org.eclipse.team.ui.history
-
Uses of Image in org.eclipse.team.ui.mapping
-
Uses of Image in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionprotected Image
AbstractSynchronizeLabelProvider.decorateImage
(Image base, Object element) Decorate the image with the appropriate diff decorations.protected Image
AbstractSynchronizeLabelProvider.getCompareImage
(Image base, int compareKind) Returns an image showing the specified change kind applied to a given base image.protected Image
AbstractSynchronizeLabelProvider.getDelegateImage
(Object element) Return the image for the item from the delegate label provider.ParticipantPageCompareEditorInput.getTitleImage()
ParticipantPagePane.getTitleImage()
ParticipantPageSaveablePart.getTitleImage()
Deprecated.SaveableCompareEditorInput.getTitleImage()
Modifier and TypeMethodDescriptionprotected Image
AbstractSynchronizeLabelProvider.decorateImage
(Image base, Object element) Decorate the image with the appropriate diff decorations.protected Image
AbstractSynchronizeLabelProvider.getCompareImage
(Image base, int compareKind) Returns an image showing the specified change kind applied to a given base image. -
Uses of Image in org.eclipse.ui
Modifier and TypeMethodDescriptionIMarkerResolution2.getImage()
Returns the image to be displayed in the list of resolutions.Retrieves the specified image from the workbench plugin's image registry.IWorkbenchPart.getTitleImage()
Returns the title image of this workbench part.IWorkbenchPartReference.getTitleImage()
-
Uses of Image in org.eclipse.ui.console
-
Uses of Image in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionFileEditorMappingLabelProvider.getColumnImage
(Object element, int row) TheResourceTypeEditorMappingLabelProvider
implementation of thisITableLabelProvider
method creates and returns an new image.TheResourceTypeEditorMappingLabelProvider
implementation of thisILabelProvider
method creates and returns an new image. -
Uses of Image in org.eclipse.ui.forms.editor
Modifier and TypeMethodDescriptionFormPage.getTitleImage()
Returnsnull
- form page has no title image. -
Uses of Image in org.eclipse.ui.forms.widgets
Modifier and TypeMethodDescriptionImageHyperlink.getActiveImage()
Returns active image.Form.getBackgroundImage()
Returns the optional background image of the form head.ScrolledForm.getBackgroundImage()
Returns the optional background image of this form.ImageHyperlink.getHoverImage()
Returns the hover image.Form.getImage()
Returns the title image that will be rendered to the left of the title.ImageHyperlink.getImage()
Returns the image to show in the normal state.ScrolledForm.getImage()
Returns the title image that will be rendered to the left of the title.Modifier and TypeMethodDescriptionvoid
ImageHyperlink.setActiveImage
(Image activeImage) Sets the image to show when link is activated.void
Form.setBackgroundImage
(Image backgroundImage) Sets the optional background image to be rendered behind the title starting at the position 0,0.void
ScrolledForm.setBackgroundImage
(Image backgroundImage) Sets the optional background image to be rendered behind the title starting at the position 0,0.final void
Section.setBackgroundImage
(Image image) Background image is used for the title gradient - does nothing.void
ImageHyperlink.setHoverImage
(Image hoverImage) Sets the image to show when link is hover state (on mouse over).void
Sets the image to be rendered to the left of the title.void
Registers the image referenced by the provided key.void
Sets the image to show when link is in the normal state.void
Sets the image to be rendered to the left of the title. -
Uses of Image in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionRetrieves the specified image from the workbench plugin's image registry.static Image
Returns the image stored in the workbench plugin's image registry under the given symbolic name.ViewIntroAdapterPart.getTitleImage()
final Image
WorkbenchPartReference.getTitleImage()
-
Uses of Image in org.eclipse.ui.intro
Modifier and TypeMethodDescriptionIIntroPart.getTitleImage()
Returns the title image of this intro part. -
Uses of Image in org.eclipse.ui.intro.quicklinks
-
Uses of Image in org.eclipse.ui.model
Modifier and TypeMethodDescriptionPerspectiveLabelProvider.getColumnImage
(Object element, int columnIndex) WorkbenchPartLabelProvider.getColumnImage
(Object element, int columnIndex) final Image
-
Uses of Image in org.eclipse.ui.part
Modifier and TypeMethodDescriptionprotected Image
IntroPart.getDefaultImage()
Returns the default title image.protected Image
WorkbenchPart.getDefaultImage()
Returns the default title image.protected Image
MultiPageEditorPart.getPageImage
(int pageIndex) Returns the image for the page with the given index, ornull
if no image has been set for the page.IntroPart.getTitleImage()
WorkbenchPart.getTitleImage()
Modifier and TypeMethodDescriptionprotected void
MultiPageEditorPart.setPageImage
(int pageIndex, Image image) Sets the image for the page with the given index, ornull
to clear the image for the page.protected void
IntroPart.setTitleImage
(Image titleImage) Sets or clears the title image of this part.protected void
WorkbenchPart.setTitleImage
(Image titleImage) Sets or clears the title image of this part. -
Uses of Image in org.eclipse.ui.progress
Modifier and TypeMethodDescriptionIProgressService.getIconFor
(Job job) Get the icon that has been registered for a Job by checking if the job belongs to any of the registered families. -
Uses of Image 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 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
IAnnotationImageProvider.getManagedImage
(Annotation annotation) Returns the image for the given annotation ornull
.Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionstatic void
Deprecated.As of 3.0, replaced byImageUtilities.drawImage(Image, GC, Canvas, Rectangle, int)
static void
Deprecated.As of 3.0, replaced byImageUtilities.drawImage(Image, GC, Canvas, Rectangle, int, int)
void
IStatusFieldExtension.setErrorImage
(Image image) Sets the error image of this status field.void
StatusLineContributionItem.setErrorImage
(Image image) void
Sets the image of this status field.protected void
Deprecated.As of 3.0, visual presentation is no longer supported, annotation with a visible presentation should implementIAnnotationPresentation
void
void
IEditorStatusLine.setMessage
(boolean error, String message, Image image) Sets the image and message to be displayed on the status line. -
Uses of Image in org.eclipse.ui.texteditor.templates
-
Uses of Image in org.eclipse.ui.views.markers
Modifier and TypeMethodDescriptionMarkerField.annotateImage
(MarkerItem item, Image image) Annotate the image with indicators for whether or not help or quick fix are available.MarkerField.getColumnHeaderImage()
Modifier and TypeMethodDescriptionMarkerField.annotateImage
(MarkerItem item, Image image) Annotate the image with indicators for whether or not help or quick fix are available. -
Uses of Image in org.eclipse.ui.views.markers.internal
Modifier and TypeMethodDescriptionFieldCategory.getColumnHeaderImage()
IField.getColumnHeaderImage()
FieldCategory.getDescriptionImage()
IField.getDescriptionImage()
static Image
Util.getImage
(int severity) Get the image for the severity if it can be identified. -
Uses of Image in org.eclipse.ui.views.properties
-
Uses of Image in org.eclipse.ui.views.properties.tabbed
Modifier and TypeMethodDescriptionAbstractTabDescriptor.getImage()
ITabItem.getImage()
Get the icon image for the tab.TabbedPropertySheetPage.getTitleImage
(ISelection selection) Returns the title image for given selection.
ResourceManager.create(DeviceResourceDescriptor)
instead