Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » how to build interface similar to eclipse ide
how to build interface similar to eclipse ide [message #460873] Fri, 09 September 2005 10:23 Go to next message
Eclipse UserFriend
Originally posted by: tanmoy.chakraborty.gmail.com

I am trying to create a interface similar to eclipse ide interface.
the left panel in eclipse displays package explorer view, navigator view both in the left panel of the workbench one above the other.

how to built a similar thing in the left side of my application workbench window.
Re: how to build interface similar to eclipse ide [message #460875 is a reply to message #460873] Fri, 09 September 2005 10:27 Go to previous message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
You're probably better off asking questions to the RCP group, but what you want to do is create a custom perspective, and then add the navigator view to that. If you're wanting the package explorer view, you're going to need to import a lot of plugins (essentially, all of the jdt.ui.* plugins).

Have a look at http://www.eclipse.org/articles/using-perspectives/Perspecti veArticle.html
Previous Topic:Table gridlines & headers misaligned
Next Topic:CTabFolder: tabs sideways
Goto Forum:
  


Current Time: Fri Apr 26 04:48:55 GMT 2024

Powered by FUDForum. Page generated in 0.03249 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top