Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » TableCursor for multicolumn tree?
TableCursor for multicolumn tree? [message #518092] Wed, 03 March 2010 01:15 Go to next message
Craig Foote is currently offline Craig FooteFriend
Messages: 217
Registered: July 2009
Senior Member
Is there anything that will perform the same function as a TableCursor
but on multicolumn TreeViewer?
Re: TableCursor for multicolumn tree? [message #518253 is a reply to message #518092] Wed, 03 March 2010 10:32 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Hi,

There currently is not, the existing request for TreeCursor is
https://bugs.eclipse.org/bugs/show_bug.cgi?id=130319 .

If you wanted to have a go at creating a TreeCursor implementation, you
could start by making a copy of TableCursor and doing a text replace of
"able" with "ree" throughout. This may actually get you somewhat close. I
think the only parts that will require some rethinking for TreeCursor are
those that use item indices to determine adjacent items, since a Tree's item
indicies are only continuous for its root items, not for any descendent
items.

Grant


"Craig Foote" <CraigFoote@gmail.com> wrote in message
news:hmkd7m$vbf$1@build.eclipse.org...
> Is there anything that will perform the same function as a TableCursor
> but on multicolumn TreeViewer?
Previous Topic:Customizable error area in a wizard
Next Topic:Text compare ?
Goto Forum:
  


Current Time: Fri Apr 26 17:57:40 GMT 2024

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

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

Back to the top