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.
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.