Package org.eclipse.jface.text
Class ITextViewerExtension8.EnrichMode
java.lang.Object
org.eclipse.jface.text.ITextViewerExtension8.EnrichMode
- Enclosing interface:
- ITextViewerExtension8
Type-safe enum of the available enrich modes.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ITextViewerExtension8.EnrichMode
Enrich the hover shortly after the mouse has been moved into it and stopped moving.static final ITextViewerExtension8.EnrichMode
Enrich the hover immediately when the mouse is moved into it.static final ITextViewerExtension8.EnrichMode
Enrich the hover on explicit mouse click. -
Method Summary
-
Field Details
-
AFTER_DELAY
Enrich the hover shortly after the mouse has been moved into it and stopped moving. -
IMMEDIATELY
Enrich the hover immediately when the mouse is moved into it. -
ON_CLICK
Enrich the hover on explicit mouse click.
-
-
Method Details