Provides a framework to support content assist. The {@link org.eclipse.gmf.runtime.common.ui.contentassist.ContentAssistantHelper ContentAssistantHelper} class provides convenience methods to instantiate a {@link org.eclipse.ui.contentassist.ContentAssistHandler ContentAssistHandler}. The {@link org.eclipse.gmf.runtime.common.ui.contentassist.TextPresenter TextPresenter} class subclasses {@link org.eclipse.jface.text.DefaultInformationControl.IInformationPresenter IInformationPresenter} to support boldface display of text.

Using this Package

Use the convenience methods from {@link org.eclipse.gmf.runtime.common.ui.contentassist.ContentAssistantHelper ContentAssistantHelper} to instantiate a {@link org.eclipse.ui.contentassist.ContentAssistHandler ContentAssistHandler}. It uses {@link org.eclipse.gmf.runtime.common.ui.contentassist.TextPresenter TextPresenter} to support boldface text.

Package Specification

For more information, please see {@link org.eclipse.ui.contentassist.ContentAssistHandler ContentAssistHandler} and {@link org.eclipse.jface.text.IInformationControl IInformationControl}.

@canBeSeenBy %partners