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

org.eclipse.jface.text
Interface ITextViewerExtension8

All Known Implementing Classes:
ProjectionViewer, SourceViewer, TextConsoleViewer, TextViewer

public interface ITextViewerExtension8

Extension interface for ITextViewer. Adds the ability to print and set how hovers should be enriched when the mouse is moved into them.

Since:
3.4

Nested Class Summary
static class ITextViewerExtension8.EnrichMode
          Type-safe enum of the available enrich modes.
 
Method Summary
 void print ( StyledTextPrintOptions options)
          Print the text viewer contents using the given options.
 void setHoverEnrichMode ( ITextViewerExtension8.EnrichMode mode)
          Sets the hover enrich mode.
 

Method Detail

print

void print(
StyledTextPrintOptions options)
Print the text viewer contents using the given options.

Parameters:
options - the print options

setHoverEnrichMode

void setHoverEnrichMode(
ITextViewerExtension8.EnrichMode mode)
Sets the hover enrich mode. A non-null mode defines when hovers should be enriched once the mouse is moved into them. If mode is null, hovers are automatically closed when the mouse is moved out of the hover region.

Note that a hover can only be enriched if its IInformationControlExtension5.getInformationPresenterControlCreator() is not null.

Parameters:
mode - the enrich mode, or null

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