miho / VWorkflows

Flow Visualization Library for JavaFX and VRL-Studio
http://vworkflows.mihosoft.eu
Other
296 stars 67 forks source link

Allow customizations of context menu found in connection #31

Closed aalmiray closed 8 years ago

aalmiray commented 8 years ago

The current connection skin presents a simple context menu with a single option to break the connection. This code is hidden under a private method. It would be great if the base skin class allowed further customizations.

Suggestion: use protected methods, the template method pattern, and other strategies to open this class for extension.