|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.text.ITextViewerExtension8.EnrichMode
public static final class ITextViewerExtension8.EnrichMode
Type-safe enum of the available enrich modes.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ITextViewerExtension8.EnrichMode AFTER_DELAY
ITextViewerExtension8.setHoverEnrichMode(org.eclipse.jface.text.ITextViewerExtension8.EnrichMode)
public static final ITextViewerExtension8.EnrichMode IMMEDIATELY
ITextViewerExtension8.setHoverEnrichMode(org.eclipse.jface.text.ITextViewerExtension8.EnrichMode)
public static final ITextViewerExtension8.EnrichMode ON_CLICK
ITextViewerExtension8.setHoverEnrichMode(org.eclipse.jface.text.ITextViewerExtension8.EnrichMode)
Method Detail |
---|
public String toString()
toString
in class Object
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.