I want to create a new dialog looking like the Eclipse "Edit working set" dialog, example:
(it's not that exact dialog, but it has the same look).
Since it seems to be a fairly standard type of dialog, I was hoping I would be able to reuse it, but I haven't found anything usable. The best I got was the actual code for the working set dialog in package org.eclipse.jdt.internal.ui.workingsets
, see here, which would atleast make it possible to "copy-and-paste" reuse...