[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: eclipse style tab folder
|
HS wrote:
Thank you for your reply Ali :)
actually I am learning RCP. At the same time, I am trying to come up
with a small pilot application without using RCP. This one-off
application is for demonstration purpose and I want it to be simple. Is
there any way I can reproduce the eclipse view with SWT and Jface? I
just want a main frame with 2 areas. after a user close the last tab in
area 1, area 2 will fill the whole frame and a button will reopen area 1
in its original position...
This would have to be implemented by your program logic (see my other post).
But you can write a demonstration RCP application really easily. Why
re-implement the wheel (that's what the workbench framework is there for)?
Just generate the mail RCP application. It has 2 views and a
perspective (plus a menu and toolbar).
You can wire off the menu and toolbar, and just use the perspective to
place your 2 views.
Follow-ups to eclipse.platform.rcp
Later,
PW