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