Closed tiagodolphine closed 6 years ago
@romartin I just renamed the WiresConnectorControlHandler to WiresControlPointHandler.
Let me know if this is good to go Roger
Oh @SprocketNYC sorry did not realized about your comment. No worries thanks a lot!! for now it's fine, no actions needed, we'll not merge yet this... thanks!!
Add support to Wires Connector Control Points Handlers to be extended and injected on
WiresManager
through theWiresHandlerFactory
, this will be used by Stunner to integrate with the Model and Commands. Some methods were added toWiresConnectorControlImpl
to create and remove control points from connectors. Code refactory improvements based on factory toWiresShapeHandler
, in the same way as for connectors onWiresHandlerFactory
.Related JIRA https://issues.jboss.org/browse/JBPM-5962.
Some tests were added to the https://github.com/ahome-it/lienzo-tests as well.
@romartin can you please help to review and add any other that may be important on the reviewing .
Thanks!