Uses of Class
org.eclipse.swt.graphics.Image
Packages that use Image
Package
Description
- 
Uses of Image in org.eclipse.nebula.jface.gridviewerMethods in org.eclipse.nebula.jface.gridviewer that return ImageMethods in org.eclipse.nebula.jface.gridviewer with parameters of type Image
- 
Uses of Image in org.eclipse.nebula.widgets.gridMethods in org.eclipse.nebula.widgets.grid that return ImageModifier and TypeMethodDescriptionGridColumn.getFooterImage()Returns the receiver's footer image if it has one, or null if it does not.GridItem.getHeaderImage()Returns the receiver's row header image.GridItem.getImage()Returns the receiver's image if it has one, or null if it does not.GridItem.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.Methods in org.eclipse.nebula.widgets.grid with parameters of type ImageModifier and TypeMethodDescriptionvoidGridColumn.setFooterImage(Image image) Sets the receiver's footer image to the argument, which may be null indicating that no image should be displayed.voidGridItem.setHeaderImage(Image image) Sets the receiver's row header image.voidvoidvoidSets the receiver's image at a column.voidSets the receiver's image to the argument, which may be null indicating that no image should be displayed.
- 
Uses of Image in org.eclipse.rap.rwt.remoteMethods in org.eclipse.rap.rwt.remote with parameters of type Image
- 
Uses of Image in org.eclipse.rap.rwt.templateMethods in org.eclipse.rap.rwt.template with parameters of type Image
- 
Uses of Image in org.eclipse.rap.rwt.widgetsMethods in org.eclipse.rap.rwt.widgets that return ImageModifier and TypeMethodDescriptionFileUpload.getImage()Returns the receiver's image if it has one, or null if it does not.Methods in org.eclipse.rap.rwt.widgets with parameters of type Image
- 
Uses of Image in org.eclipse.swt.customMethods in org.eclipse.swt.custom that return ImageMethods in org.eclipse.swt.custom with parameters of type ImageModifier and TypeMethodDescriptionvoidCLabel.setBackground(Image image) Set the image to be drawn in the background of the label.voidSet the label's Image.voidvoidCTabFolder.setSelectionBackground(Image image) Set the image to be drawn in the background of the selected tab.
- 
Uses of Image in org.eclipse.swt.dndFields in org.eclipse.swt.dnd declared as Image
- 
Uses of Image in org.eclipse.swt.graphicsMethods in org.eclipse.swt.graphics with parameters of type ImageModifier and TypeMethodDescriptionvoidDraws the given image in the receiver at the specified coordinates.voidGC.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.Constructors in org.eclipse.swt.graphics with parameters of type Image
- 
Uses of Image in org.eclipse.swt.widgetsMethods in org.eclipse.swt.widgets that return ImageModifier 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.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.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.TreeItem.getImage()Returns the receiver's image if it has one, or null if it does not.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.Methods in org.eclipse.swt.widgets with parameters of type ImageModifier and TypeMethodDescriptionvoidControl.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.voidToolItem.setDisabledImage(Image image) Sets the receiver's disabled image to the argument, which may be null indicating that no disabled image should be displayed.voidToolItem.setHotImage(Image image) Sets the receiver's hot image to the argument, which may be null indicating that no hot image should be displayed.voidSets the receiver's image to the argument, which may benullindicating that no image should be displayed.voidSets the receiver's image to the argument, which may be null.voidvoidSets the receiver's image to the argument, which may be null indicating that no image should be displayed.voidSets the receiver's image to the argument, which may be null indicating that no image should be displayed.voidSets the image the receiver will display to the argument.voidvoidSets the receiver's image at a column.voidvoidSets the image for multiple columns in the table.voidvoidvoidSets the receiver's image at a column.voidvoidSets the image for multiple columns in the tree.voidSets the receiver's images to the argument, which may be an empty array.voidTaskItem.setOverlayImage(Image overlayImage) Sets the receiver's overlay image, which may be null indicating that no image should be displayed.