I have third-party property class, which has it's contents implemented arbitrary. Some properties are implemented bean-like, others -- as key value pairs.
I need to implement property editor like this
What is the simplest way to do that?
I emphasize that model class is out of any requirements.
UPDATE
I mean is there anything more powerfull than just TableViewer
? May be some classes which support Properties
, or annotation library that helps to mark editor type etc...