Eclipse Platform
2.0

org.eclipse.jface.text
Interface IInformationControlExtension

All Known Implementing Classes:
DefaultInformationControl

public interface IInformationControlExtension

Extension interface for IInformationControl. As it is the responsibility of the implementer of IInformationControl to specify whether the information set is the information itself or a description of the information, only the infomation control can decide whether there is something that must be displayed.

Since:
2.0

Method Summary
 boolean hasContents()
          Returns whether this information control has contents to be displayed.
 

Method Detail

hasContents

public boolean hasContents()
Returns whether this information control has contents to be displayed.

Returns:
true if there is contents to be displayed.

Eclipse Platform
2.0

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