Uses of Class
org.eclipse.jface.resource.ImageDescriptor
Packages that use ImageDescriptor
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides support for applying and working with patches.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a set of actions related to running and debugging applications.
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 support for dialogs.
Provides a framework for preferences.
Provides support for managing resources such as SWT
fonts and images.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides a framework for wizards.
Application programming interface to implement a wizard based user interface for refactorings.
Classes and interface required to contribute search dialog pages and search result view pages.
Provides basic support for managing Team providers.
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.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
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.
Provides support for retrieving information on Commands from the workbench.
Application programming interfaces for interaction
with the Eclipse console.
APIs for the IDE-specific portion of the Eclipse Platform User Interface.
Provides the public API and default implementation for contributing menu
and toolbars to the menu service.
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.
Class hierarchies for plug-ins that integrate with
the Eclipse Platform UI.
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.
Provides interfaces and classes for the
org.eclipse.ui.workbench.texteditor.rulerColumns.Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction with and extension of the Eclipse
Platform User Interface wizard support.
-
Uses of ImageDescriptor in org.eclipse.compare
Fields in org.eclipse.compare declared as ImageDescriptorModifier and TypeFieldDescriptionstatic final ImageDescriptorCompareUI.DESC_CTOOL_NEXTImage descriptor for the normal icon of the 'Next' tool bar button.static final ImageDescriptorCompareUI.DESC_CTOOL_PREVImage descriptor for the normal icon of the 'Previous' tool bar button.static final ImageDescriptorCompareUI.DESC_DTOOL_NEXTImage descriptor for the disabled icon of the 'Next' tool bar button.static final ImageDescriptorCompareUI.DESC_DTOOL_PREVImage descriptor for the disabled icon of the 'Previous' tool bar button.static final ImageDescriptorCompareUI.DESC_ETOOL_NEXTImage descriptor for the roll-over icon of the 'Next' tool bar button.static final ImageDescriptorCompareUI.DESC_ETOOL_PREVImage descriptor for the roll-over icon of the 'Previous' tool bar button.Methods in org.eclipse.compare that return ImageDescriptorMethods in org.eclipse.compare with parameters of type ImageDescriptorModifier and TypeMethodDescriptionstatic voidCompareUI.registerImageDescriptor(String type, ImageDescriptor descriptor) Registers an image descriptor for the given type. -
Uses of ImageDescriptor in org.eclipse.compare.internal
Subclasses of ImageDescriptor in org.eclipse.compare.internalMethods in org.eclipse.compare.internal that return ImageDescriptorModifier and TypeMethodDescriptionCompareFilterDescriptor.getImageDescriptor()static ImageDescriptorCompareUIPlugin.getImageDescriptor(String relativePath) Methods in org.eclipse.compare.internal with parameters of type ImageDescriptorModifier and TypeMethodDescriptionstatic voidCompareUIPlugin.registerImageDescriptor(String type, ImageDescriptor descriptor) Registers an image descriptor for the given type.Constructors in org.eclipse.compare.internal with parameters of type ImageDescriptorModifierConstructorDescriptionDiffImageDescriptor(Image base, ImageDescriptor overlay, int w, boolean onLeft) -
Uses of ImageDescriptor in org.eclipse.compare.patch
Methods in org.eclipse.compare.patch with parameters of type ImageDescriptorModifier and TypeMethodDescriptionvoidApplyPatchOperation.setPatchWizardImageDescriptor(ImageDescriptor descriptor) Sets the image descriptor to use in the patch wizard. -
Uses of ImageDescriptor in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that return ImageDescriptorModifier and TypeMethodDescriptionILaunchGroup.getBannerImageDescriptor()Returns the banner image for this launch group, ornullif nonestatic ImageDescriptorDebugUITools.getDefaultImageDescriptor(Object element) Returns the default image descriptor for the given element.BreakpointTypeCategory.getImageDescriptor(Object object) DebugElementWorkbenchAdapter.getImageDescriptor(Object object) Deprecated.static ImageDescriptorDebugUITools.getImageDescriptor(String key) Returns the shared image descriptor managed under the given key, ornullif none.ILaunchGroup.getImageDescriptor()Returns the image for this launch group, ornullif none.Constructors in org.eclipse.debug.ui with parameters of type ImageDescriptorModifierConstructorDescriptionBreakpointTypeCategory(String name, ImageDescriptor descriptor) Constructs a type category for the given type name with the given image. -
Uses of ImageDescriptor in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions that return ImageDescriptorModifier and TypeMethodDescriptionabstract ImageDescriptorDebugCommandAction.getDisabledImageDescriptor()abstract ImageDescriptorDebugCommandAction.getHoverImageDescriptor()abstract ImageDescriptorDebugCommandAction.getImageDescriptor() -
Uses of ImageDescriptor in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup that return ImageDescriptor -
Uses of ImageDescriptor in org.eclipse.help.ui.internal
Methods in org.eclipse.help.ui.internal that return ImageDescriptorModifier and TypeMethodDescriptionstatic ImageDescriptorHelpUIResources.getIconImageDescriptor(String bundleId, String path, String key) static ImageDescriptorHelpUIResources.getImageDescriptor(String name) Returns an image descriptor from a property filestatic ImageDescriptorHelpUIResources.getImageDescriptor(String bundleId, String name) -
Uses of ImageDescriptor in org.eclipse.jface.action
Methods in org.eclipse.jface.action that return ImageDescriptorModifier and TypeMethodDescriptionAction.getDisabledImageDescriptor()IAction.getDisabledImageDescriptor()Returns the disabled image for this action as an image descriptor.Action.getHoverImageDescriptor()IAction.getHoverImageDescriptor()Returns the hover image for this action as an image descriptor.Action.getImageDescriptor()IAction.getImageDescriptor()Returns the image for this action as an image descriptor.MenuManager.getImageDescriptor()Returns the image for this menu as an image descriptor.Methods in org.eclipse.jface.action with parameters of type ImageDescriptorModifier and TypeMethodDescriptionvoidAction.setDisabledImageDescriptor(ImageDescriptor newImage) voidIAction.setDisabledImageDescriptor(ImageDescriptor newImage) Sets the disabled image for this action, as an image descriptor.voidAction.setHoverImageDescriptor(ImageDescriptor newImage) voidIAction.setHoverImageDescriptor(ImageDescriptor newImage) Sets the hover image for this action, as an image descriptor.voidAction.setImageDescriptor(ImageDescriptor newImage) voidIAction.setImageDescriptor(ImageDescriptor newImage) Sets the image for this action, as an image descriptor.voidMenuManager.setImageDescriptor(ImageDescriptor imageDescriptor) Constructors in org.eclipse.jface.action with parameters of type ImageDescriptorModifierConstructorDescriptionprotectedAction(String text, ImageDescriptor image) Creates a new action with the given text and image.MenuManager(String text, ImageDescriptor image, String id) Creates a menu manager with the given text, image, and id. -
Uses of ImageDescriptor in org.eclipse.jface.dialogs
Methods in org.eclipse.jface.dialogs with parameters of type ImageDescriptorModifier and TypeMethodDescriptionvoidDialogPage.setImageDescriptor(ImageDescriptor desc) voidIDialogPage.setImageDescriptor(ImageDescriptor image) Sets this dialog page's image.Constructors in org.eclipse.jface.dialogs with parameters of type ImageDescriptorModifierConstructorDescriptionprotectedDialogPage(String title, ImageDescriptor image) Creates a new dialog page with the given title and image. -
Uses of ImageDescriptor in org.eclipse.jface.notifications.internal
Fields in org.eclipse.jface.notifications.internal declared as ImageDescriptorModifier and TypeFieldDescriptionstatic final ImageDescriptorCommonImages.NOTIFICATION_CLOSEstatic final ImageDescriptorCommonImages.NOTIFICATION_CLOSE_HOVERMethods in org.eclipse.jface.notifications.internal with parameters of type ImageDescriptorModifier and TypeMethodDescriptionstatic ImageCommonImages.getImage(ImageDescriptor imageDescriptor) Lazily initializes image map. -
Uses of ImageDescriptor in org.eclipse.jface.preference
Methods in org.eclipse.jface.preference that return ImageDescriptorModifier and TypeMethodDescriptionprotected ImageDescriptorPreferenceNode.getImageDescriptor()Returns the image descriptor for this node.Constructors in org.eclipse.jface.preference with parameters of type ImageDescriptorModifierConstructorDescriptionprotectedFieldEditorPreferencePage(String title, ImageDescriptor image, int style) Creates a new field editor preference page with the given title, image, and style.PreferenceNode(String id, String label, ImageDescriptor image, String className) Creates a preference node with the given id, label, and image, and lazily-loaded preference page.protectedPreferencePage(String title, ImageDescriptor image) Creates a new abstract preference page with the given title and image. -
Uses of ImageDescriptor in org.eclipse.jface.resource
Subclasses of ImageDescriptor in org.eclipse.jface.resourceModifier and TypeClassDescriptionclassAbstract base class for image descriptors that synthesize an image from other images in order to simulate the effect of custom drawing.Methods in org.eclipse.jface.resource that return ImageDescriptorModifier and TypeMethodDescriptionstatic ImageDescriptorImageDescriptor.createFromFile(Class<?> location, String filename) Creates and returns a new image descriptor from a file.static ImageDescriptorImageDescriptor.createFromImage(Image img) Creates and returns a new image descriptor for the given image.static ImageDescriptorImageDescriptor.createFromImage(Image img, Device theDevice) Deprecated.static ImageDescriptorImageDescriptor.createFromImageData(ImageData data) Deprecated.static ImageDescriptorImageDescriptor.createFromImageDataProvider(ImageDataProvider provider) Creates and returns a new image descriptor given an ImageDataProvider describing the image.static ImageDescriptorImageDescriptor.createFromURI(URI uriIconPath) Convenient method to create an ImageDescriptor from an URI.static ImageDescriptorImageDescriptor.createFromURL(URL url) Creates and returns a new image descriptor from a URL.static ImageDescriptorImageDescriptor.createFromURLSupplier(boolean useMissingImage, Supplier<URL> supplier) Creates and returns a new image descriptor from a supplier of a URL.static ImageDescriptorImageDescriptor.createWithFlags(ImageDescriptor originalImage, int swtFlags) Creates an ImageDescriptor based on the given original descriptor, but with additional SWT flags.ImageRegistry.getDescriptor(String key) Returns the descriptor associated with the given key in this registry, ornullif none.static ImageDescriptorImageDescriptor.getMissingImageDescriptor()Returns the shared image descriptor for a missing image.ImageDescriptor.imageDescriptorFromURI(URI uriIconPath) Deprecated, for removal: This API element is subject to removal in a future version.UsecreateFromURI(URI)instead.Methods in org.eclipse.jface.resource that return types with arguments of type ImageDescriptorModifier and TypeMethodDescriptionstatic Optional<ImageDescriptor> ResourceLocator.imageDescriptorFromBundle(Class<?> classFromBundle, String imageFilePath) Returns a newfor an image file located within the specified bundle orOptional<ImageDescriptor>Optional.empty().static Optional<ImageDescriptor> ResourceLocator.imageDescriptorFromBundle(String bundleSymbolicName, String imageFilePath) Returns a newfor an image file located within the specified bundle orOptional<ImageDescriptor>Optional.empty().Methods in org.eclipse.jface.resource with parameters of type ImageDescriptorModifier and TypeMethodDescriptionCompositeImageDescriptor.createCachedImageDataProvider(ImageDescriptor imageDescriptor) Creates a newCompositeImageDescriptor.CachedImageDataProviderthat is backed by the given image descriptor.final ImageResourceManager.createImage(ImageDescriptor descriptor) Deprecated.useResourceManager.create(DeviceResourceDescriptor)insteadfinal ImageResourceManager.createImageWithDefault(ImageDescriptor descriptor) Creates an image, given an image descriptor.static ImageDescriptorImageDescriptor.createWithFlags(ImageDescriptor originalImage, int swtFlags) Creates an ImageDescriptor based on the given original descriptor, but with additional SWT flags.final voidResourceManager.destroyImage(ImageDescriptor descriptor) Deprecated.voidImageRegistry.put(String key, ImageDescriptor descriptor) Adds (or replaces) an image descriptor to this registry. -
Uses of ImageDescriptor in org.eclipse.jface.viewers
Subclasses of ImageDescriptor in org.eclipse.jface.viewersModifier and TypeClassDescriptionclassADecorationOverlayIconis an image descriptor that can be used to overlay decoration images on to the 4 corner quadrants of a base image.Methods in org.eclipse.jface.viewers with parameters of type ImageDescriptorModifier and TypeMethodDescriptionvoidIDecoration.addOverlay(ImageDescriptor overlay) Adds an overlay to the element's image.voidIDecoration.addOverlay(ImageDescriptor overlay, int quadrant) Adds an overlay to the element's image.Constructors in org.eclipse.jface.viewers with parameters of type ImageDescriptorModifierConstructorDescriptionDecorationOverlayIcon(ImageDescriptor baseImageDescriptor, ImageDescriptor overlayImageDescriptor, int quadrant) Create a decoration overlay icon that will place the given overlay icon in the given quadrant of the base image descriptor.DecorationOverlayIcon(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. -
Uses of ImageDescriptor in org.eclipse.jface.wizard
Methods in org.eclipse.jface.wizard with parameters of type ImageDescriptorModifier and TypeMethodDescriptionvoidWizard.setDefaultPageImageDescriptor(ImageDescriptor imageDescriptor) Sets the default page image descriptor for this wizard.voidWizardPage.setImageDescriptor(ImageDescriptor image) TheWizardPageimplementation of this method declared onDialogPageupdates the container if this page is the current page.Constructors in org.eclipse.jface.wizard with parameters of type ImageDescriptorModifierConstructorDescriptionprotectedWizardPage(String pageName, String title, ImageDescriptor titleImage) Creates a new wizard page with the given name, title, and image. -
Uses of ImageDescriptor in org.eclipse.ltk.ui.refactoring
Methods in org.eclipse.ltk.ui.refactoring that return ImageDescriptorModifier and TypeMethodDescriptionTextEditChangeNode.getImageDescriptor()Returns the image descriptor used to render this node in the UI. -
Uses of ImageDescriptor in org.eclipse.search.ui
Methods in org.eclipse.search.ui that return ImageDescriptorModifier and TypeMethodDescriptionISearchResult.getImageDescriptor()Returns an image descriptor for the given ISearchResult. -
Uses of ImageDescriptor in org.eclipse.team.ui
Methods in org.eclipse.team.ui that return ImageDescriptorModifier and TypeMethodDescriptionstatic ImageDescriptorTeamImages.getImageDescriptor(String id) Returns the image descriptor for the given image ID.static ImageDescriptorTeamImages.getImageDescriptorFromExtension(IExtension extension, String subdirectoryAndFilename) Convenience method to get an image descriptor for an extension. -
Uses of ImageDescriptor in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping that return ImageDescriptorModifier and TypeMethodDescriptionISynchronizationCompareAdapter.getImageDescriptor(ResourceMapping mapping) Return an image descriptor that can be displayed as an icon for the model object of the given resource mapping.ITeamContentProviderDescriptor.getImageDescriptor()Return an image descriptor that can be displayed with this content extension.SynchronizationCompareAdapter.getImageDescriptor(ResourceMapping mapping) -
Uses of ImageDescriptor in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return ImageDescriptorModifier and TypeMethodDescriptionAbstractSynchronizeParticipant.getImageDescriptor()ISynchronizeModelElement.getImageDescriptor(Object element) The image descriptor describing the given element.ISynchronizeParticipant.getImageDescriptor()Returns an image descriptor for this synchronize participant, ornullif none.ISynchronizeParticipantDescriptor.getImageDescriptor()Returns the image descriptor for this participant type.SaveableCompareEditorInput.getImageDescriptor()Methods in org.eclipse.team.ui.synchronize with parameters of type ImageDescriptorModifier and TypeMethodDescriptionprotected voidAbstractSynchronizeParticipant.setImageDescriptor(ImageDescriptor imageDescriptor) Sets the image descriptor for this participant to the specified value and notifies property listeners of the change. -
Uses of ImageDescriptor in org.eclipse.ui
Methods in org.eclipse.ui that return ImageDescriptorModifier and TypeMethodDescriptionIWorkingSet.getImage()Deprecated.useIWorkingSet.getImageDescriptor()insteadIEditorDescriptor.getImageDescriptor()Returns the descriptor of the image for this editor.IEditorInput.getImageDescriptor()Returns the image descriptor for this input.IEditorRegistry.getImageDescriptor(String filename) Returns the image descriptor associated with a given file.IEditorRegistry.getImageDescriptor(String filename, IContentType contentType) Returns the image descriptor associated with a given file.IFileEditorMapping.getImageDescriptor()Returns the descriptor of the image to use for a file of this type.IPerspectiveDescriptor.getImageDescriptor()Returns the descriptor of the image to show for this perspective.ISharedImages.getImageDescriptor(String symbolicName) Retrieves the image descriptor for specified image from the workbench's image registry.IWorkbenchPartDescriptor.getImageDescriptor()Returns the descriptor of the image for this part.IWorkingSet.getImageDescriptor()Returns the working set icon.abstract ImageDescriptorSaveable.getImageDescriptor()Returns the image descriptor for this saveable.IEditorRegistry.getSystemExternalEditorImageDescriptor(String filename) Returns the image descriptor associated with the system editor that would be used to edit this file externally. -
Uses of ImageDescriptor in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type ImageDescriptorModifier and TypeMethodDescriptionvoidLabelRetargetAction.setDisabledImageDescriptor(ImageDescriptor image) voidLabelRetargetAction.setHoverImageDescriptor(ImageDescriptor image) voidLabelRetargetAction.setImageDescriptor(ImageDescriptor image) -
Uses of ImageDescriptor in org.eclipse.ui.activities
Methods in org.eclipse.ui.activities that return ImageDescriptorModifier and TypeMethodDescriptionIWorkbenchActivitySupport.getImageDescriptor(IActivity activity) Return the image associated with this activity.IWorkbenchActivitySupport.getImageDescriptor(ICategory category) Return the image associated with this category. -
Uses of ImageDescriptor in org.eclipse.ui.application
Methods in org.eclipse.ui.application with parameters of type ImageDescriptorModifier and TypeMethodDescriptionvoidIWorkbenchConfigurer.declareImage(String symbolicName, ImageDescriptor descriptor, boolean shared) Declares a workbench image. -
Uses of ImageDescriptor in org.eclipse.ui.commands
Methods in org.eclipse.ui.commands that return ImageDescriptorModifier and TypeMethodDescriptionICommandImageService.getImageDescriptor(String commandId) Retrieves the default image associated with the given command in the default style.ICommandImageService.getImageDescriptor(String commandId, int type) Retrieves the image of the given type associated with the given command in the default style.ICommandImageService.getImageDescriptor(String commandId, int type, String style) Retrieves the image of the given type associated with the given command in the given style.ICommandImageService.getImageDescriptor(String commandId, String style) Retrieves the default image associated with the given command in the given style. -
Uses of ImageDescriptor in org.eclipse.ui.console
Methods in org.eclipse.ui.console that return ImageDescriptorModifier and TypeMethodDescriptionAbstractConsole.getImageDescriptor()static ImageDescriptorConsolePlugin.getImageDescriptor(String key) Returns theImageDescriptoridentified by the given key, ornullif it does not exist.IConsole.getImageDescriptor()Returns an image descriptor for this console, ornullif none.Methods in org.eclipse.ui.console with parameters of type ImageDescriptorModifier and TypeMethodDescriptionprotected voidAbstractConsole.setImageDescriptor(ImageDescriptor imageDescriptor) Sets the image descriptor for this console to the specified value and notifies property listeners of the change.Constructors in org.eclipse.ui.console with parameters of type ImageDescriptorModifierConstructorDescriptionAbstractConsole(String name, String type, ImageDescriptor imageDescriptor, boolean autoLifecycle) Constructs a new console with the given name, type, image and lifecycle.AbstractConsole(String name, ImageDescriptor imageDescriptor) Constructs a new console with the given name and image.AbstractConsole(String name, ImageDescriptor imageDescriptor, boolean autoLifecycle) Constructs a new console with the given name and image.IOConsole(String name, String consoleType, ImageDescriptor imageDescriptor) Constructs a console with the given name, type, and image with the workbench's default encoding.IOConsole(String name, String consoleType, ImageDescriptor imageDescriptor, boolean autoLifecycle) Constructs a console with the given name, type, image, and lifecycle, with the workbench's default encoding.IOConsole(String name, String consoleType, ImageDescriptor imageDescriptor, String encoding, boolean autoLifecycle) Constructs a console with the given name, type, image, encoding and lifecycle.IOConsole(String name, String consoleType, ImageDescriptor imageDescriptor, Charset charset, boolean autoLifecycle) Constructs a console with the given name, type, image, encoding and lifecycle.IOConsole(String name, ImageDescriptor imageDescriptor) Constructs a console with the given name and image.MessageConsole(String name, String consoleType, ImageDescriptor imageDescriptor, boolean autoLifecycle) Constructs a message console with the given name, type, image, and lifecycle.MessageConsole(String name, String consoleType, ImageDescriptor imageDescriptor, String encoding, boolean autoLifecycle) Constructs a message console with the given name, type, image, encoding, and lifecycle specification.MessageConsole(String name, ImageDescriptor imageDescriptor) Constructs a message console with the given name and image.MessageConsole(String name, ImageDescriptor imageDescriptor, boolean autoLifecycle) Constructs a message console.TextConsole(String name, String consoleType, ImageDescriptor imageDescriptor, boolean autoLifecycle) Constructs a console with the given name, image descriptor, and lifecycle -
Uses of ImageDescriptor in org.eclipse.ui.ide
Methods in org.eclipse.ui.ide that return ImageDescriptor -
Uses of ImageDescriptor in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return ImageDescriptorModifier and TypeMethodDescriptionProductInfo.getAboutImage()Returns the descriptor for an image which can be shown in an "about" dialog for this product.ProductProperties.getAboutImage()An image which can be shown in an "about" dialog for this product.static ImageDescriptorProductProperties.getAboutImage(IProduct product) An image which can be shown in an "about" dialog for this product.BundleGroupProperties.getFeatureImage()An image which can be shown in an "about features" dialog (32x32).static ImageDescriptorBundleGroupProperties.getFeatureImage(IBundleGroup bundleGroup) An image which can be shown in an "about features" dialog (32x32).final ImageDescriptorAbstractWorkingSet.getImage()static ImageDescriptorCreate a descriptor from the argument absolute or relative path to an image file. bundle parameter is used as the base for relative paths and is allowed to be null.AggregateWorkingSet.getImageDescriptor()DefaultSaveable.getImageDescriptor()SharedImages.getImageDescriptor(String symbolicName) Retrieves the specified image descriptor from the workbench plugin's image registry.static ImageDescriptorWorkbenchImages.getImageDescriptor(String symbolicName) Returns the image descriptor stored under the given symbolic name.WorkingSet.getImageDescriptor()static ImageDescriptorWorkbenchImages.getImageDescriptorFromProgram(String filename, int offset) Convenience Method.static ImageDescriptor[]Returns an array of image descriptors for the given property, ornull.ProductInfo.getWindowImages()Return an array of image descriptors for the window images to use for this product.ProductProperties.getWindowImages()An array of one or more images to be used for this product.static ImageDescriptor[]ProductProperties.getWindowImages(IProduct product) An array of one or more images to be used for this product.WorkbenchPlugin.getWindowImages()Returns the image descriptors for the window image to use for this product.static ImageDescriptorWorkbenchImages.getWorkbenchImageDescriptor(String relativePath) Get the workbench image with the given path relative to ICON_PATH.Methods in org.eclipse.ui.internal that return types with arguments of type ImageDescriptorModifier and TypeMethodDescriptionstatic Map<String, ImageDescriptor> WorkbenchImages.getDescriptors()Returns the map from symbolic name to ImageDescriptor.Methods in org.eclipse.ui.internal with parameters of type ImageDescriptorModifier and TypeMethodDescriptionvoidWorkbenchConfigurer.declareImage(String symbolicName, ImageDescriptor descriptor, boolean shared) static voidWorkbenchImages.declareImage(String symbolicName, ImageDescriptor descriptor, boolean shared) Declares a workbench image. -
Uses of ImageDescriptor in org.eclipse.ui.model
Methods in org.eclipse.ui.model that return ImageDescriptorModifier and TypeMethodDescriptionprotected ImageDescriptorWorkbenchLabelProvider.decorateImage(ImageDescriptor input, Object element) Returns an image descriptor that is based on the given descriptor, but decorated with additional information relating to the state of the provided object.IWorkbenchAdapter.getImageDescriptor(Object object) Returns an image descriptor to be used for displaying an object in the workbench.WorkbenchAdapter.getImageDescriptor(Object object) The default implementation of thisIWorkbenchAdaptermethod returnsnull.Methods in org.eclipse.ui.model with parameters of type ImageDescriptorModifier and TypeMethodDescriptionprotected ImageDescriptorWorkbenchLabelProvider.decorateImage(ImageDescriptor input, Object element) Returns an image descriptor that is based on the given descriptor, but decorated with additional information relating to the state of the provided object. -
Uses of ImageDescriptor in org.eclipse.ui.part
Methods in org.eclipse.ui.part that return ImageDescriptorModifier and TypeMethodDescriptionFileEditorInput.getImageDescriptor()MultiEditorInput.getImageDescriptor()abstract ImageDescriptorPageSwitcher.getImageDescriptor(Object page) Returns anImageDescriptorfor the page. -
Uses of ImageDescriptor in org.eclipse.ui.plugin
Methods in org.eclipse.ui.plugin that return ImageDescriptorModifier and TypeMethodDescriptionstatic ImageDescriptorAbstractUIPlugin.imageDescriptorFromPlugin(String pluginId, String imageFilePath) Creates and returns a new image descriptor for an image file located within the specified plug-in. -
Uses of ImageDescriptor in org.eclipse.ui.progress
Methods in org.eclipse.ui.progress that return ImageDescriptorMethods in org.eclipse.ui.progress with parameters of type ImageDescriptorModifier and TypeMethodDescriptionvoidIProgressService.registerIconForFamily(ImageDescriptor icon, Object family) Register the ImageDescriptor to be the icon used for all jobs that belong to family within the workbench. -
Uses of ImageDescriptor in org.eclipse.ui.quickaccess
Methods in org.eclipse.ui.quickaccess that return ImageDescriptorModifier and TypeMethodDescriptionabstract ImageDescriptorQuickAccessElement.getImageDescriptor()Returns the image descriptor for this element. -
Uses of ImageDescriptor in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return ImageDescriptorModifier and TypeMethodDescriptionTextNavigationAction.getDisabledImageDescriptor()TextNavigationAction.getHoverImageDescriptor()AbstractTextEditor.TextEditorSavable.getImageDescriptor()AnnotationPreference.getImageDescriptor()Returns the image descriptor for the image to be drawn in the vertical ruler.IAnnotationImageProvider.getImageDescriptor(String imageDescritporId) Returns the image descriptor for the given symbolic name.TextNavigationAction.getImageDescriptor()AnnotationPreference.getQuickFixImageDescriptor()Returns the Quick Fix image descriptor for the image to be drawn in the vertical ruler.Methods in org.eclipse.ui.texteditor that return types with arguments of type ImageDescriptorModifier 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 implementIAnnotationPresentationMethods in org.eclipse.ui.texteditor with parameters of type ImageDescriptorModifier and TypeMethodDescriptionprotected static ImageMarkerAnnotation.getImage(Display display, ImageDescriptor descriptor) Deprecated.As of 3.0, visual presentation is no longer supported, annotation with a visible presentation should implementIAnnotationPresentationvoidTextNavigationAction.setDisabledImageDescriptor(ImageDescriptor newImage) voidTextNavigationAction.setHoverImageDescriptor(ImageDescriptor newImage) voidAnnotationPreference.setImageDescriptor(ImageDescriptor descriptor) Sets the image descriptor for the image to be drawn in the vertical ruler.voidTextNavigationAction.setImageDescriptor(ImageDescriptor newImage) voidAnnotationPreference.setQuickFixImageDescriptor(ImageDescriptor descriptor) Sets the Quick Fix image descriptor for the image to be drawn in the vertical ruler. -
Uses of ImageDescriptor in org.eclipse.ui.texteditor.rulers
Methods in org.eclipse.ui.texteditor.rulers that return ImageDescriptorModifier and TypeMethodDescriptionRulerColumnDescriptor.getIcon()Returns the image descriptor of the described extension,nullif it does not have an image. -
Uses of ImageDescriptor in org.eclipse.ui.views
Methods in org.eclipse.ui.views that return ImageDescriptorModifier and TypeMethodDescriptionIViewDescriptor.getImageDescriptor()Returns the descriptor for the icon to show for this view. -
Uses of ImageDescriptor in org.eclipse.ui.wizards
Methods in org.eclipse.ui.wizards that return ImageDescriptorModifier and TypeMethodDescriptionIWizardDescriptor.getDescriptionImage()Return the description image for this wizard.
createFromImage(Image)