eclipse/nebula

Open the NebulaSlider to allow user extension

Closed this issue · 3 comments

Hi,

We want to use the NebulaSlider component in one of our projects, but we'll need to modify its style so that it integrates with our Eclipse RCP application. At the moment, this isn't possible because the member variables are 'private final' and the methods for drawing the component are in 'private' too.

Would it be possible to allow the customisation of the slider by opening the elements with specific methods, or by allowing them to be overridden by inheritance by passing them as protected?

Thanks for your feedback.

It's not a renderer, it is a "graphic configuration"

Thanks a lot for your help, it seems that it will answer to my needs.
I can't wait to deploy the new version !