Closed aalmiray closed 8 years ago
I'm glad that the duplication between FXConnectionSkin
and FXNewConnectionSkin
is gone :-) I'll accept the PR (sorry for the delay). Regarding the visibility changes (exposing private API) I'm hoping for actual use cases. Would be cool if you could contribute some of your extension as well.
Andres, thanks for the contribution!
thank you 😄 there are other changes needed in the rest of the Skin classes. We'll continue exploring options and send back PRs
:+1:
This PR addresses the following points:
FXConnectionSkin
andFXNewConnectionSkin
by adding a type in between.WARNING: The
AbstractFXConnectionSkin
classes follows the template method pattern to let its subclasses initialize various aspects. This leads to an explicit invocation of theinit()
method right after the constructor is invoked.