public interface IEObjectHoverProvider
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEObjectHoverProvider.IInformationControlCreatorProvider |
static interface |
IEObjectHoverProvider.IInformationControlCreatorProvider2 |
| Modifier and Type | Method and Description |
|---|---|
IEObjectHoverProvider.IInformationControlCreatorProvider |
getHoverInfo(org.eclipse.emf.ecore.EObject object,
org.eclipse.jface.text.ITextViewer viewer,
org.eclipse.jface.text.IRegion region) |
IEObjectHoverProvider.IInformationControlCreatorProvider getHoverInfo(org.eclipse.emf.ecore.EObject object, org.eclipse.jface.text.ITextViewer viewer, org.eclipse.jface.text.IRegion region)
object - EObject for which to show an information hover.viewer - - might not contain the given EObject.region - - might be a cross reference pointing to the given object.null if no hover information exists for the given
element.Copyright © 2016. All Rights Reserved.