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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider
protected AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider()
getSourceAnchorLocations
public List getSourceAnchorLocations()
- Description copied from interface:
AccessibleAnchorProvider
- Returns a list of Points in absolute coordinates where source anchors are located.
Tools that work with connections should use these locations when operating in accesible
keyboard modes.
- Specified by:
getSourceAnchorLocations in interface AccessibleAnchorProvider
getTargetAnchorLocations
public List getTargetAnchorLocations()
- Description copied from interface:
AccessibleAnchorProvider
- Returns a list of Points in absolute coordinates where target anchors are located.
Tools that work with connections should use these locations when operating in accesible
keyboard modes.
- Specified by:
getTargetAnchorLocations in interface AccessibleAnchorProvider