Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] [GMF - API CHANGE] bugzilla 120017 Redundant classes for managing connection retargetting


Description:
- Deprecated redundant classes defined in GMF that have GEF equivalents.  The reason for the
override is that they were eroneously changing a fundamental GEF assumption that points are passed around
in absolute coordinates.  Made changes in associated classes to hold the correct assumption.


Mapping:        
org.eclipse.gmf.runtime.diagram.ui.figures.ConnectionEndHandle ==> org.eclipse.gef.handles.ConnectionEndHandle
org.eclipse.gmf.runtime.diagram.ui.figures.ConnectionStartHandle ==> org.eclipse.gef.handles.ConnectionStartHandle
org.eclipse.gmf.runtime.diagram.ui.editpolicies.ConnectionEndpointEditPolicy ==>         org.eclipse.gef.editpolicies.ConnectionEndpointEditPolicy

org.eclipse.gmf.runtime.diagram.ui.tools.ConnectionEndpointTracker ==> org.eclipse.gef.tools.ConnectionEndpointTracker

New API Availability:

- now in gmf-head

Old API Removal:

January 17th / 2006

Tracking:        
               
bugzilla 120017

Clients Taken Care of:      
 
GMF

Other Clients' Action:

replace deprecated usage with recommend classes.


_______________________________________________
Constellation-devs mailing list
Constellation-devs@xxxxxxxxxxxxxxxxxxxxx
https://cs.opensource.ibm.com/mailman/listinfo/constellation-devs

Back to the top