Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.jface.text.AbstractInformationControlManager

Packages that use AbstractInformationControlManager
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.information Provides an information provider add-on for an ITextViewer.  
org.eclipse.jface.text.source Provides a support for managing annotations attached to a document. 
 

Uses of AbstractInformationControlManager in org.eclipse.jface.text
 

Subclasses of AbstractInformationControlManager in org.eclipse.jface.text
 class AbstractHoverInformationControlManager
          An information control manager that shows information in response to mouse hover events.
 

Methods in org.eclipse.jface.text that return AbstractInformationControlManager
protected  AbstractInformationControlManager TextViewer.getTextHoveringController()
          Returns the text hovering controller of this viewer.
 

Uses of AbstractInformationControlManager in org.eclipse.jface.text.information
 

Subclasses of AbstractInformationControlManager in org.eclipse.jface.text.information
 class InformationPresenter
          Standard implementation of IInformationPresenter.
 

Uses of AbstractInformationControlManager in org.eclipse.jface.text.source
 

Subclasses of AbstractInformationControlManager in org.eclipse.jface.text.source
 class AnnotationBarHoverManager
          This manager controls the layout, content, and visibility of an information control in reaction to mouse hover events issued by the vertical ruler of a source viewer.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.