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 Class
org.eclipse.jface.text.ITextViewerExtension8.EnrichMode

Packages that use ITextViewerExtension8.EnrichMode
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 ITextViewerExtension8.EnrichMode in org.eclipse.jface.text
 

Fields in org.eclipse.jface.text declared as ITextViewerExtension8.EnrichMode
static  ITextViewerExtension8.EnrichMode ITextViewerExtension8.EnrichMode. AFTER_DELAY
          Enrich the hover shortly after the mouse has been moved into it and stopped moving.
static  ITextViewerExtension8.EnrichMode ITextViewerExtension8.EnrichMode. IMMEDIATELY
          Enrich the hover immediately when the mouse is moved into it.
static  ITextViewerExtension8.EnrichMode ITextViewerExtension8.EnrichMode. ON_CLICK
          Enrich the hover on explicit mouse click.
 

Methods in org.eclipse.jface.text with parameters of type ITextViewerExtension8.EnrichMode
 void TextViewer. setHoverEnrichMode ( ITextViewerExtension8.EnrichMode mode)
          Sets the hover enrich mode.
 void ITextViewerExtension8. setHoverEnrichMode ( ITextViewerExtension8.EnrichMode mode)
          Sets the hover enrich mode.
 

Uses of ITextViewerExtension8.EnrichMode in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source with parameters of type ITextViewerExtension8.EnrichMode
 void SourceViewer. setHoverEnrichMode ( ITextViewerExtension8.EnrichMode mode)
           
 


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