I'm working with RAP and want to add something look like this image into my view. But I have no idea to call this thing to search on internet.
So sorry for unspecific question.
I'm working with RAP and want to add something look like this image into my view. But I have no idea to call this thing to search on internet.
So sorry for unspecific question.
The picture you show is part of a FormEditor
.
The top line ('Extensions') is a FormPage
title.
The 'All Extensions' part is a SectionPart
containing a filtered tree and button.
All these are part of the org.eclipse.ui.forms
plugin Eclipse Forms
I think what you are looking for is a multipage-editor.
You can have a look at the code of the Extensions View by using the Plugin spy (select the View -> Alt+Shift+F1
) to get the containing plugin and then import the plugin into your workspace.
Or you can try to work yourself into using a framework like Sapphire. Take a look at their page. The example looks like the editor you are looking for.