public interface IStatusField
In order to provided backward compatibility for clients of
IStatusField, extension interfaces are used to provide a
means of evolution. The following extension interface exists:
IStatusFieldExtension since
version 3.0 introducing error text, tooltips and visibility control.IStatusFieldExtension| Modifier and Type | Method and Description |
|---|---|
void |
setImage(Image image)
Sets the image of this status field.
|
void |
setText(java.lang.String text)
Sets the text of this status field.
|
void setText(java.lang.String text)
text - the text shown in the status fieldvoid setImage(Image image)
image - the image shown in the status field
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.