|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extends IStatusField
with the following
concepts:
Method Summary | |
---|---|
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. |
Method Detail |
public 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)
public 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)
public void setToolTipText(String string)
string
- the new tool tip text or null
to clearpublic void setVisible(boolean visible)
visible
- true
if this item should be visible, false
otherwise
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.