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 information 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. |
hasContents
public boolean hasContents()
- Returns whether this information control has contents to be displayed.
- Returns:
true
if there is contents to be displayed.
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.