[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Changing perspective views based on user Actions

I have an application, and 2 views in a perspective covering 50% each of the window.

Views:
1) View A
2) View B.

View B has min/max/split buttons. On press of min button, I need to minimize the View B (showing only 10% of the window) and show it in the bottom of the window and at the same time View A should cover up the remaining screen. And on press of the split button I should be able to show both the views as they were when the application started.

Is there a way to handle the perspectives dynamically? Any help on this problem would be highly appreciated.