Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTextHover
Standard implementation of
ITextHover . |
Modifier and Type | Method and Description |
---|---|
ITextHover |
ITextViewerExtension2.getCurrentTextHover()
Returns the currently displayed text hover if any,
null otherwise. |
ITextHover |
TextViewer.getCurrentTextHover() |
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
ITextViewerExtension2.setTextHover(ITextHover textViewerHover,
String contentType,
int stateMask)
Sets this viewer's text hover for the given content type and the given state mask.
|
void |
TextViewer.setTextHover(ITextHover hover,
String contentType,
int stateMask) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ITextHover |
TextSourceViewerConfiguration.getTextHover(ISourceViewer sourceViewer,
String contentType) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.