Eclipse Platform
2.1

org.eclipse.jface.text
Interface IInformationControlExtension2


public interface IInformationControlExtension2

Extension interface for IInformationControl. An information control which implements this interface displays the given input but ignores the text which can be set using setInformation(String).

Since:
2.1
See Also:
IInformationControl

Method Summary
 void setInput(Object input)
          Sets the input to be presented in this information control.
 

Method Detail

setInput

public void setInput(Object input)
Sets the input to be presented in this information control.

Parameters:
input - the object to be used as input for this control

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.