|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Image | |
---|---|
org.eclipse.ercp.swt.mobile | This package contains classes which are suitable for mobile devices. |
org.eclipse.jface.action | Provides support for shared UI resources such as menus, tool bars, and status lines. |
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.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
org.eclipse.swt.graphics | SWT graphics classes. |
org.eclipse.swt.widgets | Optional Expanded eSWT Widgets This package includes widgets which are in the Expanded portion of eSWT. |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.part | Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. |
org.eclipse.ui.presentations |
Uses of Image in org.eclipse.ercp.swt.mobile |
---|
Methods in org.eclipse.ercp.swt.mobile that return Image | |
---|---|
Image[] |
ListBoxItem.getDetailIcons()
Gets the detail icons of the item. |
Image[] |
ListBoxItem.getHeadingIcons()
Gets the heading icons for this item. |
Image |
ListView.getIcon(int index)
Returns the item icon at the given, zero-relative index in the receiver. |
Image |
TimedMessageBox.getImage()
Returns the icon object. |
Image |
CaptionedControl.getImage()
Returns the CaptionedControl's icon image, or null if it has never been set. |
Methods in org.eclipse.ercp.swt.mobile with parameters of type Image | |
---|---|
void |
ListView.add(java.lang.String item,
Image icon)
Adds the string item and an optional icon to the end of the receiver's list. |
void |
ListView.add(java.lang.String string,
Image icon,
int index)
Adds the string item and an optional icon to the receiver's list at the given zero-relative index. |
Composite |
MultiPageDialog.createPage(java.lang.String title,
Image icon)
Creates a new page with the specified title string and icon. |
void |
ListBoxItem.setDetailIcons(Image[] icons)
Sets the detail icons of the item. |
void |
ListBoxItem.setHeadingIcons(Image[] icons)
Sets the heading icons for this item. |
void |
TimedMessageBox.setImage(Image image)
Sets the receiver's icon to the argument. |
void |
CaptionedControl.setImage(Image image)
Sets the image as an icon to the CaptionedControl. |
void |
MultiPageDialog.setImage(int index,
Image icon)
Sets the icon image of the page at the given zero-relative index. |
void |
ListView.setItem(int index,
java.lang.String string,
Image icon)
Sets the text and icon of the item in the receiver's list at the given zero-relative index to the string argument. |
void |
ListView.setItems(java.lang.String[] items,
Image[] icons)
Sets the receiver's items to be the given array of items and icons. |
Constructors in org.eclipse.ercp.swt.mobile with parameters of type Image | |
---|---|
ListBoxItem(java.lang.String detailText,
Image detailIcon,
java.lang.String headingText,
Image headingIcon)
Constructs a new instance of this class and initializes it using provided data. |
Uses of Image in org.eclipse.jface.action |
---|
Methods in org.eclipse.jface.action with parameters of type Image | |
---|---|
void |
IStatusLineManager.setErrorMessage(Image image,
java.lang.String message)
Sets the image and error message to be displayed on the status line. |
void |
StatusLineManager.setErrorMessage(Image image,
java.lang.String message)
|
void |
SubStatusLineManager.setErrorMessage(Image image,
java.lang.String message)
|
void |
IStatusLineManager.setMessage(Image image,
java.lang.String message)
Sets the image and message to be displayed on the status line. |
void |
StatusLineManager.setMessage(Image image,
java.lang.String message)
|
void |
SubStatusLineManager.setMessage(Image image,
java.lang.String message)
|
Uses of Image in org.eclipse.jface.preference |
---|
Methods in org.eclipse.jface.preference that return Image | |
---|---|
Image |
PreferencePage.getImage()
|
Image |
IPreferenceNode.getLabelImage()
Returns the image used to present this node in a preference dialog. |
Image |
PreferenceNode.getLabelImage()
|
Uses of Image in org.eclipse.jface.resource |
---|
Methods in org.eclipse.jface.resource that return Image | |
---|---|
Image |
ImageDescriptor.createImage()
Creates and returns a new SWT image for this image descriptor. |
Image |
ImageDescriptor.createImage(boolean returnMissingImageOnError)
Creates and returns a new SWT image for this image descriptor. |
Image |
ImageDescriptor.createImage(boolean returnMissingImageOnError,
Device device)
Creates and returns a new SWT image for this image descriptor. |
Image |
ImageDescriptor.createImage(Device device)
Creates and returns a new SWT image for this image descriptor. |
Image |
ResourceManager.createImage(ImageDescriptor descriptor)
Creates an image, given an image descriptor. |
Image |
ResourceManager.createImageWithDefault(ImageDescriptor descriptor)
Creates an image, given an image descriptor. |
Image |
ImageRegistry.get(java.lang.String key)
Returns the image associated with the given key in this registry, or null if none. |
protected Image |
DeviceResourceManager.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 |
JFaceResources.getImage(java.lang.String key)
Returns the image in JFace's image registry with the given key, or null if none. |
Methods in org.eclipse.jface.resource with parameters of type 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)
Creates and returns a new image descriptor for the given image. |
void |
ImageRegistry.put(java.lang.String key,
Image image)
Adds an image to this registry. |
Uses of Image in org.eclipse.jface.viewers |
---|
Methods in org.eclipse.jface.viewers that return Image | |
---|---|
Image |
ILabelDecorator.decorateImage(Image image,
java.lang.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. |
Image |
ITableLabelProvider.getColumnImage(java.lang.Object element,
int columnIndex)
Returns the label image for the given column of the given element. |
Image |
ViewerLabel.getImage()
Get the image for the receiver. |
Image |
DecoratingLabelProvider.getImage(java.lang.Object element)
The DecoratingLabelProvider implementation of this
ILabelProvider method returns the image provided
by the nested label provider's getImage method,
decorated with the decoration provided by the label decorator's
decorateImage method. |
Image |
ILabelProvider.getImage(java.lang.Object element)
Returns the image for the label of the given element. |
Image |
LabelProvider.getImage(java.lang.Object element)
The LabelProvider implementation of this
ILabelProvider method returns null . |
Methods in org.eclipse.jface.viewers with parameters of type Image | |
---|---|
Image |
ILabelDecorator.decorateImage(Image image,
java.lang.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. |
void |
ViewerLabel.setImage(Image image)
Set the image for the receiver. |
Constructors in org.eclipse.jface.viewers with parameters of type Image | |
---|---|
ViewerLabel(java.lang.String initialText,
Image initialImage)
Create a new instance of the receiver with the supplied initial text and image. |
Uses of Image in org.eclipse.swt.graphics |
---|
Methods in org.eclipse.swt.graphics with parameters of type Image | |
---|---|
void |
GC.copyArea(Image image,
int x,
int y)
Copies a rectangular area of the receiver at the specified position into the image, which must be of type SWT.BITMAP . |
void |
GC.drawImage(Image image,
int x,
int y)
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. |
Uses of Image in org.eclipse.swt.widgets |
---|
Methods in org.eclipse.swt.widgets that return Image | |
---|---|
Image |
Button.getImage()
Returns the receiver's image if it has one, or null if it does not. |
Image |
Decorations.getImage()
Returns the receiver's image if it had previously been set using setImage() . |
Image |
Item.getImage()
Returns the receiver's image if it has one, or null if it does not. |
Image |
Label.getImage()
Returns the receiver's image if it has one, or null if it does not. |
Image |
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. |
Methods in org.eclipse.swt.widgets with parameters of type Image | |
---|---|
void |
Button.setImage(Image image)
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed. |
void |
Decorations.setImage(Image image)
Sets the receiver's image to the argument, which may be null. |
void |
Item.setImage(Image image)
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed. |
void |
Label.setImage(Image image)
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed. |
void |
MenuItem.setImage(Image image)
Sets the image the receiver will display to the argument. |
void |
TableColumn.setImage(Image image)
|
void |
TableItem.setImage(Image image)
|
void |
TrayItem.setImage(Image image)
Sets the receiver's image. |
void |
TreeItem.setImage(Image image)
|
void |
TableItem.setImage(Image[] images)
Sets the image for multiple columns in the Table. |
void |
TableItem.setImage(int index,
Image image)
Sets the receiver's image at a column. |
Uses of Image in org.eclipse.ui |
---|
Methods in org.eclipse.ui that return Image | |
---|---|
Image |
ISharedImages.getImage(java.lang.String symbolicName)
Retrieves the specified image from the workbench plugin's image registry. |
Image |
IWorkbenchPart.getTitleImage()
Returns the title image of this workbench part. |
Image |
IWorkbenchPartReference.getTitleImage()
|
Uses of Image in org.eclipse.ui.part |
---|
Methods in org.eclipse.ui.part that return Image | |
---|---|
protected Image |
WorkbenchPart.getDefaultImage()
Returns the default title image. |
Image |
WorkbenchPart.getTitleImage()
|
Methods in org.eclipse.ui.part with parameters of type Image | |
---|---|
protected void |
WorkbenchPart.setTitleImage(Image titleImage)
Sets or clears the title image of this part. |
Uses of Image in org.eclipse.ui.presentations |
---|
Methods in org.eclipse.ui.presentations that return Image | |
---|---|
Image |
IPresentablePart.getTitleImage()
Returns the title image of this workbench part. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |