I want to create a component in Eclipse like this:
i see this is a Jtable
but i want this kind of drop down panel like in the picture.
Can you give me some advice what kind of component is it?
I want to create a component in Eclipse like this:
i see this is a Jtable
but i want this kind of drop down panel like in the picture.
Can you give me some advice what kind of component is it?
Eclipse uses the SWT and JFace UI toolkits rather than Swing.
The 'Work with' component is an org.eclipse.swt.widgets.Combo
with Read/Write style.
The tree list viewer is an org.eclipse.jface.viewers.CheckboxTreeViewer