Multiple Workareas in Tabbed Application Mode

In our application we have different application areas that open Tabs for different objects in different tabbed workareas.
Is it possible to have one view with workarea 1 and another view with workarea 2.
Each workare is for displaying it’s one objects.
So I would need to open objects of type A in the workarea 1 of view 1 and to open objects of type B in workarea 2 of view 2.
Of course I would have to make sure to switch to the right view before I open the object in the workarea of this view.

Is this possible?
Or is the tabbed application mode restricted to have only one workarea in the whole application.
If the later is the case that is an unnecessary limitation.
If I have for example to modules within the same application, it should be possible that each module can have it’s own workarea.

Hi,

I’m not sure if I fully understand the task. Do you want to display multiple WorkAreas simultaneously, like in an IDE when splitting the work area?

Regards,
Gleb

I would like to have different views which contain a workarea.
View 1 would have a workarea and View 2 would have a workarea.
Is that possible? To have more than one workarea in different parts of the application?

You can have multiple main views thus multiple work areas or you can replace the work area of the existing main view using the StandardTabbedModeMainView#setWorkArea method.