Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » get Place holder of a views(how to know progamatically where is a view in the workbench )
get Place holder of a views [message #662975] Fri, 01 April 2011 16:48
Denis  is currently offline Denis Friend
Messages: 1
Registered: April 2011
Junior Member
In my default perspective, i craete a right pane like this :

IFolderLayout rightPaneFolder = layout.createFolder("right_pane", IPageLayout.RIGHT, 0.7f, editor);

rightPaneFolder.addPlaceholder("someview:*");


The user can then move someview from one place to an other (bottom, for example).

How can I progamaticcaly know where is a View ?

thx
Previous Topic:empty uncloseable views
Next Topic:JUnit test case for a method which has a Job
Goto Forum:
  


Current Time: Thu Mar 28 18:24:08 GMT 2024

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

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

Back to the top