Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to obtain the ordering of editor tabs
How to obtain the ordering of editor tabs [message #308164] Thu, 14 September 2006 22:37 Go to next message
Eclipse UserFriend
Originally posted by: ewidhalm.itc.nrcs.usda.gov

How does one obtain the ordering of the editor tabs one sees in the
editor area when editor windows are opened?

I can get an array of open editors, I can get the dirty editors, but how
do I get the order they're displayed in? If I ask for the array of all
editors, I get an array with entries in creation order. If the user
drags an editor around and changes the ordering, I want to use that new
ordering as an implicit ordering for some processing elsewhere.
Re: How to obtain the ordering of editor tabs [message #308187 is a reply to message #308164] Fri, 15 September 2006 12:36 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

AFAIK, you cannot ... I think that information is kept in private
classes in the WorkbenchPage ... like ActivationList.

Later,
PW


Previous Topic:Changing the order of the title bar in eclipse
Next Topic:How to override/retarget an action on a resource from the workbench?
Goto Forum:
  


Current Time: Sun Dec 22 01:57:05 GMT 2024

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

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

Back to the top