Eclipse Platform
2.1

Uses of Interface
org.eclipse.jface.text.IInformationControl

Packages that use IInformationControl
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
 

Uses of IInformationControl in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement IInformationControl
 class DefaultInformationControl
          Text based implementation of IInformationControl.
 

Methods in org.eclipse.jface.text that return IInformationControl
protected  IInformationControl AbstractInformationControlManager.getInformationControl()
          Returns the information control.
 IInformationControl IInformationControlCreator.createInformationControl(Shell parent)
          Creates a new information control with the given shell as the control's parent.
 

Methods in org.eclipse.jface.text with parameters of type IInformationControl
protected  Point AbstractInformationControlManager.computeSizeConstraints(Control subjectControl, IInformationControl informationControl)
          Computes the size constraints of the information control in points based on the default font of the given subject control as well as the size constraints in character width.
 void AbstractInformationControlManager.IInformationControlCloser.setInformationControl(IInformationControl control)
          Sets the closer's information control, the one to close if necessary.
 


Eclipse Platform
2.1

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