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
|
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
|
ExpandItem.
setImage
(
Image image)
|
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
|
Shell.
setImage
(
Image image)
Sets the receiver's image to the argument, which may
be null. |
void
|
TabItem.
setImage
(
Image image)
|
void
|
TableItem.
setImage
(
Image image)
|
void
|
TableItem.
setImage
(int index,
Image image)
Sets the receiver's image at a column. |
void
|
TableItem.
setImage
(
Image[] images)
Sets the image for multiple columns in the table. |
void
|
ToolItem.
setImage
(
Image image)
|
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
|
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
|
TreeItem.
setImage
(int columnIndex,
Image value)
Sets the receiver's image at a column. |
void
|
TreeItem.
setImage
(
Image[] value)
Sets the image for multiple columns in the tree. |