Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.jface.text.AbstractInformationControlManager.Anchor

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 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.Anchor
static  AbstractInformationControlManager.Anchor AbstractInformationControlManager. ANCHOR_BOTTOM
          Anchor representing the bottom of the information area
static  AbstractInformationControlManager.Anchor AbstractInformationControlManager. ANCHOR_GLOBAL
          Anchor representing the middle of the subject control
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_TOP
          Anchor representing the top of the information area
 

Methods in org.eclipse.jface.text that return AbstractInformationControlManager.Anchor
protected   AbstractInformationControlManager.Anchor AbstractInformationControlManager. 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.Anchor
protected   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 within bounds.
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
 

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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire