Is it possible to use checkbox columns in a GridTableViewer? I.e. if objects supplied by my content provider have boolean properties and I want to show them using checkboxes, which label provider interface do I implement?
It would be nice if someone could point out where to find samples for this. I have an interest in a GridTableViewer with Checkboxes. I tried something out and I can't seem to make the refresh work when the model changes. The check remains even when the model has changed from true to false.
IIRC GridTreeViewer inherits from AbstractTreeViewer and we'd have to
reimplement the stuff in CheckboxTreeViewer but I haven't yet looked at
the code.
Tom
Am 15.01.13 19:46, schrieb Eugene Brobby:
> It would be nice if someone could point out where to find samples for
> this. I have an interest in a GridTreeViewer with Checkboxes. I tried
> something out and I can't seem to make the refresh work when the model
> changes. The check remains even when the model has changed from true to
> false.