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.ITextHover

Packages that use ITextHover
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. 
org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
 

Uses of ITextHover in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement ITextHover
 class DefaultTextHover
          Standard implementation of ITextHover.
 

Methods in org.eclipse.jface.text that return ITextHover
  ITextHover TextViewer. getCurrentTextHover ()
           
  ITextHover ITextViewerExtension2. getCurrentTextHover ()
          Returns the currently displayed text hover if any, null otherwise.
protected   ITextHover TextViewer. getTextHover (int offset)
          Returns the text hover for a given offset.
protected   ITextHover TextViewer. getTextHover (int offset, int stateMask)
          Returns the text hover for a given offset and a given state mask.
 

Methods in org.eclipse.jface.text with parameters of type ITextHover
 void TextViewer. setTextHover ( ITextHover hover, String contentType)
           
 void ITextViewer. setTextHover ( ITextHover textViewerHover, String contentType)
          Sets this viewer's text hover for the given content type.
 void TextViewer. setTextHover ( ITextHover hover, String contentType, int stateMask)
           
 void ITextViewerExtension2. setTextHover ( ITextHover textViewerHover, String contentType, int stateMask)
          Sets this viewer's text hover for the given content type and the given state mask.
 

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

Methods in org.eclipse.jface.text.source that return ITextHover
  ITextHover SourceViewerConfiguration. getTextHover ( ISourceViewer sourceViewer, String contentType)
          Returns the text hover which will provide the information to be shown in a text hover popup window when requested for the given source viewer and the given content type.
  ITextHover SourceViewerConfiguration. getTextHover ( ISourceViewer sourceViewer, String contentType, int stateMask)
          Returns the text hover which will provide the information to be shown in a text hover popup window when requested for the given source viewer and the given content type.
 

Uses of ITextHover in org.eclipse.ui.editors.text
 

Methods in org.eclipse.ui.editors.text that return ITextHover
  ITextHover TextSourceViewerConfiguration. getTextHover ( ISourceViewer sourceViewer, String contentType)
           
 


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