IInformationPresenter
. This implementation extends AbstractInformationControlManager
. The information control is made visible on request by calling {@link #showInformationControl(Rectangle)}. Usually, clients instantiate this class and configure it before using it. The configuration must be consistent: This means the used {@link org.eclipse.jface.text.IInformationControlCreator}must create an information control expecting information in the same format the configured {@link org.eclipse.jface.text.information.IInformationProvider}s use to encode the information they provide.
@since 2.0
|
|