Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to add a Properties View in my RCP
How to add a Properties View in my RCP [message #256688] Tue, 30 September 2008 05:49
Eclipse UserFriend
Originally posted by: biteclipser.sina.com.cn

Hi,

I am new to RCP,I want to add a Properties View in my RCP,my target is
to want the view's display effect is the same as the Eclipse stardard
Properties View,you can find it at Window->Show
View->Other..->General->Properties.

That is,the view has a Name "Properties",and Property and Value column
Headers ,and also the view toolbar.

I add a code in my Perspective.java:
IFolderLayout bottom = IPageLayout.createFolder("bottomRight",
IPageLayout.BOTTOM, 0.70f, IPageLayout.getEditorArea());
bottom.addView(IPageLayout.ID_PROP_SHEET);

but i get only a grey area like a newly created view,not the predefined
Properties View in eclipse.

would you please try in eclipse and tell me how to add a stardard
Propertivies View in RCP.
Previous Topic:JDBC connection issue with Socks proxy defined in the "Network Connections" Preferences
Next Topic:What's the difference between IEditorSite and IEditorPart
Goto Forum:
  


Current Time: Wed Jul 17 15:11:58 GMT 2024

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

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

Back to the top