Is there a way to get the orange-highlighted tree(see img) of the "External Tools Configurations..." window?
If not, which classes of the official Eclipse-API can I use to build my own TreeViewer?
This question here: Eclipse Plugin - get Launch Configurations Tree List in a Dialog is similar to mine. There, the official Eclipse-API classes were given. Another approach there would have been to use the LaunchConfigurationFilteredTree
even if it is not official API. Is there a similiar class for the ExternalTools?