| org.eclipse.ui.internal.MessageLine
MessageLine | public class MessageLine extends CLabel (Code) | | A message line displaying a status.
|
Constructor Summary | |
public | MessageLine(Composite parent) Creates a new message line as a child of the given parent. | public | MessageLine(Composite parent, int style) Creates a new message line as a child of the parent and with the given SWT stylebits. |
Method Summary | |
public void | setErrorStatus(IStatus status) Sets the message and image to the given status. |
MessageLine | public MessageLine(Composite parent)(Code) | | Creates a new message line as a child of the given parent.
|
MessageLine | public MessageLine(Composite parent, int style)(Code) | | Creates a new message line as a child of the parent and with the given SWT stylebits.
|
setErrorStatus | public void setErrorStatus(IStatus status)(Code) | | Sets the message and image to the given status.
null is a valid argument and will set the empty text and no image
|
|
|