Package org.eclipse.gef.editparts
Class AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider
java.lang.Object
org.eclipse.gef.editparts.AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider
- All Implemented Interfaces:
- AccessibleAnchorProvider
- Enclosing class:
- AbstractGraphicalEditPart
protected class AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider
extends Object
implements AccessibleAnchorProvider
The default implementation of 
AccessibleAnchorProvider returned in
 AbstractGraphicalEditPart.getAdapter(Class). This implementation creates an accessible
 location located along the right edge of the EditPart's Figure.- Since:
- 2.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns a list of Points in absolute coordinates where source anchors are located.Returns a list of Points in absolute coordinates where target anchors are located.
- 
Constructor Details- 
DefaultAccessibleAnchorProviderprotected DefaultAccessibleAnchorProvider()
 
- 
- 
Method Details- 
getSourceAnchorLocationsDescription copied from interface:AccessibleAnchorProviderReturns a list of Points in absolute coordinates where source anchors are located. Tools that work with connections should use these locations when operating in accessible keyboard modes.- Specified by:
- getSourceAnchorLocationsin interface- AccessibleAnchorProvider
- Returns:
- A list of absolute locations (Points relative to the Viewer's Control)
- See Also:
 
- 
getTargetAnchorLocationsDescription copied from interface:AccessibleAnchorProviderReturns a list of Points in absolute coordinates where target anchors are located. Tools that work with connections should use these locations when operating in accessible keyboard modes.- Specified by:
- getTargetAnchorLocationsin interface- AccessibleAnchorProvider
- Returns:
- A list of absolute locations (Points relative to the Viewer's Control)
- See Also:
 
 
-