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
Class DefaultTextHover


java.lang.Object
  extended by 
org.eclipse.jface.text.DefaultTextHover
All Implemented Interfaces:
ITextHover

public class DefaultTextHover
extends Object
implements ITextHover

Standard implementation of ITextHover.

Since:
3.2

Constructor Summary
DefaultTextHover ( ISourceViewer sourceViewer)
          Creates a new annotation hover.
 
Method Summary
  String getHoverInfo ( ITextViewer textViewer, IRegion hoverRegion)
          Deprecated. As of 3.4, replaced by ITextHoverExtension2.getHoverInfo2(ITextViewer, IRegion)
  IRegion getHoverRegion ( ITextViewer textViewer, int offset)
          Returns the text region which should serve as the source of information to compute the hover popup display information.
protected  boolean isIncluded ( Annotation annotation)
          Tells whether the annotation should be included in the computation.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTextHover

public DefaultTextHover(
ISourceViewer sourceViewer)
Creates a new annotation hover.

Parameters:
sourceViewer - this hover's annotation model
Method Detail

getHoverInfo

public 
String getHoverInfo(
ITextViewer textViewer,
                           
IRegion hoverRegion)
Deprecated. As of 3.4, replaced by ITextHoverExtension2.getHoverInfo2(ITextViewer, IRegion)

Returns the information which should be presented when a hover popup is shown for the specified hover region. The hover region has the same semantics as the region returned by getHoverRegion. If the returned information is null or empty no hover popup will be shown.

Specified by:
getHoverInfo in interface ITextHover
Parameters:
textViewer - the viewer on which the hover popup should be shown
hoverRegion - the text range in the viewer which is used to determine the hover display information
Returns:
the hover popup display information, or null if none available

getHoverRegion

public 
IRegion getHoverRegion(
ITextViewer textViewer,
                              int offset)
Description copied from interface: ITextHover
Returns the text region which should serve as the source of information to compute the hover popup display information. The popup has been requested for the given offset.

For example, if hover information can be provided on a per method basis in a source viewer, the offset should be used to find the enclosing method and the source range of the method should be returned.

Specified by:
getHoverRegion in interface ITextHover
Parameters:
textViewer - the viewer on which the hover popup should be shown
offset - the offset for which the hover request has been issued
Returns:
the hover region used to compute the hover display information

isIncluded

protected boolean isIncluded(
Annotation annotation)
Tells whether the annotation should be included in the computation.

Parameters:
annotation - the annotation to test
Returns:
true if the annotation is included in the computation

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