I am developing a plugin that uses SWT. In one of the windows of the plugin I need to add widgets that look like the one above.I could not find an appropriate name, so, the image.
What it does is, selects the items from left column to the right column and vice versa using the buttons in the middle. Once the items are moved, they are removed from the left column and added to the right column and vice versa.
Question 1: What is the exact name for this setup?
Question 2: Is there any existing swt class that implements this setup I can reuse?