public interface IStatusFieldExtension
IStatusField
with the following
concepts:
Modifier and Type | Method and Description |
---|---|
void |
setErrorImage(Image image)
Sets the error image of this status field.
|
void |
setErrorText(String text)
Sets the text of this status field.
|
void |
setToolTipText(String string)
Sets tool tip text for this status field.
|
void |
setVisible(boolean visible)
Sets whether this status field is visible within the status line.
|
void setErrorText(String text)
The error text overrides the current text until the error
text is cleared (set to null
).
text
- the error text shown in the status field or null
to clearIStatusField.setText(String)
void setErrorImage(Image image)
The error image overrides the current image until the error
image is cleared (set to null
).
image
- the error image shown in the status field or null
to clearIStatusField.setImage(Image)
void setToolTipText(String string)
string
- the new tool tip text or null
to clearvoid setVisible(boolean visible)
visible
- true
if this item should be visible, false
otherwise
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.