public class GenericHoverManager
extends org.eclipse.jface.text.AbstractHoverInformationControlManager
ANCHOR_BOTTOM, ANCHOR_GLOBAL, ANCHOR_LEFT, ANCHOR_RIGHT, ANCHOR_TOP, fDisposed, fInformationControl, fInformationControlCloser, fInformationControlCreator, STORE_LOCATION_X, STORE_LOCATION_Y, STORE_SIZE_HEIGHT, STORE_SIZE_WIDTH| Constructor and Description |
|---|
GenericHoverManager(IGenericHoverOwner hoverOwner,
org.eclipse.jface.text.IInformationControlCreator creator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
computeInformation() |
void |
setDisplayedInformation(Object information,
org.eclipse.swt.graphics.Rectangle subjectArea)
Sets the parameters of the information to be displayed.
|
dispose, getHoverEvent, getHoverEventLocation, getHoverEventStateMask, presentInformation, setEnabledcomputeInformationControlLocation, computeLocation, computeSizeConstraints, computeSizeConstraints, disposeInformationControl, doShowInformation, getInformationControl, getNextFallbackAnchor, getSubjectArea, getSubjectControl, handleInformationControlDisposed, handleSubjectControlDisposed, hideInformationControl, install, isEnabled, restoreInformationControlBounds, setAnchor, setCloser, setCustomInformationControlCreator, setFallbackAnchors, setInformation, setInformation, setMargins, setRestoreInformationControlBounds, setSizeConstraints, showInformation, showInformationControl, storeInformationControlBounds, takesFocusWhenVisible, updateLocationpublic GenericHoverManager(IGenericHoverOwner hoverOwner, org.eclipse.jface.text.IInformationControlCreator creator)
protected void computeInformation()
computeInformation in class org.eclipse.jface.text.AbstractInformationControlManagerpublic void setDisplayedInformation(Object information, org.eclipse.swt.graphics.Rectangle subjectArea)
presentInformation()
to trigger the presentation of the computed information.information - the informationsubjectArea - the subject areaCopyright © 2006–2013 The Apache Software Foundation. All rights reserved.