Uses of Class
org.eclipse.jface.text.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
Modifier and TypeFieldDescriptionstatic final AbstractInformationControlManager.Anchor
AbstractInformationControlManager.ANCHOR_BOTTOM
Anchor representing the bottom of the information areastatic final AbstractInformationControlManager.Anchor
AbstractInformationControlManager.ANCHOR_GLOBAL
Anchor representing the middle of the subject controlstatic final AbstractInformationControlManager.Anchor
AbstractInformationControlManager.ANCHOR_LEFT
Anchor representing the left side of the information areastatic final AbstractInformationControlManager.Anchor
AbstractInformationControlManager.ANCHOR_RIGHT
Anchor representing the right side of the information areastatic final AbstractInformationControlManager.Anchor
AbstractInformationControlManager.ANCHOR_TOP
Anchor representing the top of the information areaModifier and TypeMethodDescriptionprotected AbstractInformationControlManager.Anchor
AbstractInformationControlManager.getNextFallbackAnchor
(AbstractInformationControlManager.Anchor anchor) Returns the next fallback anchor as specified by this manager's fallback anchor sequence.Modifier and TypeMethodDescriptionprotected Rectangle
AbstractInformationControlManager.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 Point
AbstractInformationControlManager.computeLocation
(Rectangle subjectArea, Point controlSize, AbstractInformationControlManager.Anchor anchor) Computes the display location of the information control.protected AbstractInformationControlManager.Anchor
AbstractInformationControlManager.getNextFallbackAnchor
(AbstractInformationControlManager.Anchor anchor) Returns the next fallback anchor as specified by this manager's fallback anchor sequence.void
AbstractInformationControlManager.setAnchor
(AbstractInformationControlManager.Anchor anchor) Sets the anchor used for laying out the information control relative to the subject control.void
AbstractInformationControlManager.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 boolean
AbstractInformationControlManager.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
Modifier and TypeMethodDescriptionprotected Point
AnnotationBarHoverManager.computeLocation
(Rectangle subjectArea, Point controlSize, AbstractInformationControlManager.Anchor anchor)