org.eclipse.ui.texteditor
Interface IEditorStatusLine
-
public interface IEditorStatusLine
An interface to use the status line of an editor.
-
Since:
- 2.1
Method Summary
|
void
|
setMessage
(boolean error,
String message,
Image image)
Sets the image and message to be displayed on the status line. |
setMessage
void setMessage(boolean error,
String message,
Image image)
- Sets the image and message to be displayed on the status line.
The error flag indicates that the message is an error message.
If the error flag is set, a potential non-error message is overridden.
If the error message is null
, the non-error message is displayed.
-
-
Parameters:
-
error
- indicates that the message is an error message -
message
- the message to set (may be null
to clear the message) -
image
- the image to set (may be null
to clear the image)
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.