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(String text)
Sets the text of this status field.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.