Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to arrange editors programmatically
How to arrange editors programmatically [message #449115] Wed, 10 May 2006 11:26 Go to next message
Eclipse UserFriend
Hi guys,
I want to allow user to arrange all opened editors so that all of them get visible in horizontal or vertical tile. And of course allow the opposite - put them back into the stack. I want to allow this by a single click. I know it's possible to drag the editor manually, is there a way to do this programmatically?

I'd appreciate if someone'll give me direction for searching or let me know that it's not possible with RCP applications.
Re: How to arrange editors programmatically [message #449244 is a reply to message #449115] Thu, 11 May 2006 08:15 Go to previous messageGo to next message
Eclipse UserFriend
It's not possible without poking into the internal APIs ... it's not
exposed code at all.

For an example of how the tests do it, check out org.eclipse.ui.tests
from CVS, and you're looking for Bug95357Test#multipleStacks()

Later,
PW
Re: How to arrange editors programmatically [message #449393 is a reply to message #449244] Thu, 11 May 2006 14:57 Go to previous message
Eclipse UserFriend
right.. i thought so.
thanks all the same !
Previous Topic:My new wizard disappeared switching from 3.11 to 3.2RC2
Next Topic:Save and Restoring state
Goto Forum:
  


Current Time: Sun Aug 31 02:12:47 EDT 2025

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

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

Back to the top