I\'m trying to use a ElementListSelectionDialog. I\'ve followed the example code but for whatever reason the dialog show but with no options
My Code:
This type of dialog works normally under Workbench UI. To run this dialog correctly you should use the sample code
ElementListSelectionDialog dialog = new ElementListSelectionDialog(PlatformUI.getWorkbench().getDisplay().getActiveShell(), new LabelProvider());