|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractInformationControlManager.Anchor | |
org.eclipse.jface.text | Provides a framework for creating and manipulating text documents. |
org.eclipse.jface.text.source | Provides a support for managing annotations attached to a document. |
Uses of AbstractInformationControlManager.Anchor in org.eclipse.jface.text |
Fields in org.eclipse.jface.text declared as AbstractInformationControlManager.Anchor | |
static AbstractInformationControlManager.Anchor |
AbstractInformationControlManager.ANCHOR_TOP
Anchor representing the top of the information area |
static AbstractInformationControlManager.Anchor |
AbstractInformationControlManager.ANCHOR_BOTTOM
Anchor representing the bottom of the information area |
static AbstractInformationControlManager.Anchor |
AbstractInformationControlManager.ANCHOR_LEFT
Anchor representing the left side of the information area |
static AbstractInformationControlManager.Anchor |
AbstractInformationControlManager.ANCHOR_RIGHT
Anchor representing the right side of the information area |
static AbstractInformationControlManager.Anchor |
AbstractInformationControlManager.ANCHOR_GLOBAL
Anchor representing the middle of the subject control |
Methods in org.eclipse.jface.text that return AbstractInformationControlManager.Anchor | |
protected AbstractInformationControlManager.Anchor |
AbstractInformationControlManager.getNextFallbackAnchor(AbstractInformationControlManager.Anchor anchor)
Returns the next fallback anchor from this manager's list of fallback anchors. |
Methods in org.eclipse.jface.text with parameters of type AbstractInformationControlManager.Anchor | |
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 sequence of anchors along which the information control is tried to be laid out until it is fully visible. |
protected Point |
AbstractInformationControlManager.computeLocation(Rectangle subjectArea,
Point controlSize,
AbstractInformationControlManager.Anchor anchor)
Computes the display location of the information control. |
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. |
protected AbstractInformationControlManager.Anchor |
AbstractInformationControlManager.getNextFallbackAnchor(AbstractInformationControlManager.Anchor anchor)
Returns the next fallback anchor from this manager's list of fallback anchors. |
Uses of AbstractInformationControlManager.Anchor in org.eclipse.jface.text.source |
Methods in org.eclipse.jface.text.source with parameters of type AbstractInformationControlManager.Anchor | |
protected Point |
AnnotationBarHoverManager.computeLocation(Rectangle subjectArea,
Point controlSize,
AbstractInformationControlManager.Anchor anchor)
|
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.