Eclipse Platform
Release 3.3

org.eclipse.jface.text
Interface IInformationControlExtension4


public interface IInformationControlExtension4

Extension interface for IInformationControl. Adds API which allows to set this information control's status field text.

Since:
3.3
See Also:
IInformationControl

Method Summary
 void setStatusText(String statusFieldText)
          Sets the text of the status field.
 

Method Detail

setStatusText

public void setStatusText(String statusFieldText)
Sets the text of the status field.

The implementor can specify whether the new text affects an already visible information control.

Parameters:
statusFieldText - the text to be used in the optional status field or null if the status field should be hidden
Since:
3.2

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.