Uses of Class
org.eclipse.jface.text.AbstractInformationControlManager.Anchor
Packages that use AbstractInformationControlManager.Anchor
Package
Description
Provides a framework for creating and manipulating text documents.
Provides a framework for connecting document regions
with annotations and for displaying those.
-
Uses of AbstractInformationControlManager.Anchor in org.eclipse.jface.text
Fields in org.eclipse.jface.text declared as AbstractInformationControlManager.AnchorModifier and TypeFieldDescriptionstatic final AbstractInformationControlManager.AnchorAbstractInformationControlManager.ANCHOR_BOTTOMAnchor representing the bottom of the information areastatic final AbstractInformationControlManager.AnchorAbstractInformationControlManager.ANCHOR_GLOBALAnchor representing the middle of the subject controlstatic final AbstractInformationControlManager.AnchorAbstractInformationControlManager.ANCHOR_LEFTAnchor representing the left side of the information areastatic final AbstractInformationControlManager.AnchorAbstractInformationControlManager.ANCHOR_RIGHTAnchor representing the right side of the information areastatic final AbstractInformationControlManager.AnchorAbstractInformationControlManager.ANCHOR_TOPAnchor representing the top of the information areaMethods in org.eclipse.jface.text that return AbstractInformationControlManager.AnchorModifier and TypeMethodDescriptionprotected AbstractInformationControlManager.AnchorAbstractInformationControlManager.getNextFallbackAnchor(AbstractInformationControlManager.Anchor anchor) Returns the next fallback anchor as specified by this manager's fallback anchor sequence.Methods in org.eclipse.jface.text with parameters of type AbstractInformationControlManager.AnchorModifier and TypeMethodDescriptionprotected RectangleAbstractInformationControlManager.computeAvailableArea(Rectangle subjectArea, Rectangle bounds, AbstractInformationControlManager.Anchor anchor) Computes the area available for an information control given an anchor and the subject area withinbounds.protected PointAbstractInformationControlManager.computeLocation(Rectangle subjectArea, Point controlSize, AbstractInformationControlManager.Anchor anchor) Computes the display location of the information control.protected AbstractInformationControlManager.AnchorAbstractInformationControlManager.getNextFallbackAnchor(AbstractInformationControlManager.Anchor anchor) Returns the next fallback anchor as specified by this manager's fallback anchor sequence.voidAbstractInformationControlManager.setAnchor(AbstractInformationControlManager.Anchor anchor) Sets the anchor used for laying out the information control relative to the subject control.voidAbstractInformationControlManager.setFallbackAnchors(AbstractInformationControlManager.Anchor[] fallbackAnchors) Sets the anchors fallback sequence used to layout the information control if the original anchor can not be used because the information control would not fit in the display client area.protected booleanAbstractInformationControlManager.updateLocation(Point location, Point size, Rectangle displayArea, AbstractInformationControlManager.Anchor anchor) Checks whether a control of the given size at the given location would be completely visible in the given display area when laid out by using the given anchor. -
Uses of AbstractInformationControlManager.Anchor in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source with parameters of type AbstractInformationControlManager.AnchorModifier and TypeMethodDescriptionprotected PointAnnotationBarHoverManager.computeLocation(Rectangle subjectArea, Point controlSize, AbstractInformationControlManager.Anchor anchor)