public interface IInformationControlExtension4
IInformationControl
.
Adds API which allows to set this information control's status field text.IInformationControl
Modifier and Type | Method and Description |
---|---|
void |
setStatusText(String statusFieldText)
Sets the text of the status field.
|
void setStatusText(String statusFieldText)
The implementor can specify whether the new text affects an already visible information control.
statusFieldText
- the text to be used in the optional status field
or null
if the status field should be hidden
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.