Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

Packages that use IInformationControl
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those. 
 

Uses of IInformationControl in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement IInformationControl
 class AbstractInformationControl
          An abstract information control that can show content inside a shell.
 class DefaultInformationControl
          Default implementation of IInformationControl.
 

Fields in org.eclipse.jface.text declared as IInformationControl
protected   IInformationControl AbstractInformationControlManager. fInformationControl
          The information control.
 

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

Methods in org.eclipse.jface.text with parameters of type IInformationControl
 boolean AbstractReusableInformationControlCreator. canReuse ( IInformationControl control)
           
 boolean IInformationControlCreatorExtension. canReuse ( IInformationControl control)
          Tests if an existing information control can be reused.
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.
protected   Point AbstractInformationControlManager. computeSizeConstraints ( Control subjectControl, Rectangle subjectArea, IInformationControl informationControl)
          Computes the size constraints of the information control in points.
 void AbstractInformationControlManager.IInformationControlCloser. setInformationControl ( IInformationControl control)
          Sets the closer's information control, the one to close if necessary.
 

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

Methods in org.eclipse.jface.text.source with parameters of type IInformationControl
protected   Point AnnotationBarHoverManager. computeSizeConstraints ( Control subjectControl, Rectangle subjectArea, IInformationControl informationControl)
           
 void AnnotationBarHoverManager.Closer. setInformationControl ( IInformationControl control)
          Deprecated.  
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire