Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.jface.text
Interface ITextHoverExtension


public interface ITextHoverExtension

Extension interface for ITextHover.

It provides a way for hovers to specify the information control creator they want to have used in order to create the hover control.

Since:
3.0
See Also:
IInformationControlCreator, ITextHover


Method Summary
 IInformationControlCreator getHoverControlCreator()
          Returns the hover control creator of this text hover or null
 

Method Detail

 

 

getHoverControlCreator

public IInformationControlCreator getHoverControlCreator()

Returns the hover control creator of this text hover or null

Returns:
the hover control creator or null


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.