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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TextViewer.setHoverEnrichMode(ITextViewerExtension8.EnrichMode mode)
Sets the hover enrich mode.
|
void |
ITextViewerExtension8.setHoverEnrichMode(ITextViewerExtension8.EnrichMode mode)
Sets the hover enrich mode.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceViewer.setHoverEnrichMode(ITextViewerExtension8.EnrichMode mode) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.