| org.eclipse.ui.texteditor.templates.MessageLine
MessageLine | class MessageLine extends CLabel (Code) | | A message line displaying a status.
since: 3.0 |
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 style bits. |
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.
Parameters: parent - the parent composite |
MessageLine | public MessageLine(Composite parent, int style)(Code) | | Creates a new message line as a child of the parent and with the given SWT style bits.
Parameters: parent - the parent composite Parameters: style - the style |
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
Parameters: status - the status |
|
|