Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » TreeColumn.setMoveable() ?
TreeColumn.setMoveable() ? [message #454315] Wed, 20 April 2005 08:58 Go to next message
Neil Bartlett is currently offline Neil BartlettFriend
Messages: 93
Registered: July 2009
Member
Hi,

I was just looking at Snippet181 which shows how to make the columns of a
Table control moveable by DND. Is there an equivalent way to make the
columns of a Tree moveable? I notice that the javadocs say TreeColumn
fires Move events but it does not implement a setMoveable() method like
TableColumn does.

Thanks,
Neil.
Re: TreeColumn.setMoveable() ? [message #454327 is a reply to message #454315] Wed, 20 April 2005 13:49 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Hi Neil,

TreeColumns are not currently reorderable. The Move event that a TreeColumn
can fire is triggered by its x position changing as a result of a width
change in a preceding column in the Tree.

Grant

"Neil Bartlett" <neil@integility.com> wrote in message
news:f1fa173331b30273803d35c7758a355d$1@www.eclipse.org...
> Hi,
>
> I was just looking at Snippet181 which shows how to make the columns of a
> Table control moveable by DND. Is there an equivalent way to make the
> columns of a Tree moveable? I notice that the javadocs say TreeColumn
> fires Move events but it does not implement a setMoveable() method like
> TableColumn does.
>
> Thanks,
> Neil.
>
Re: TreeColumn.setMoveable() ? [message #454688 is a reply to message #454327] Wed, 27 April 2005 13:55 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
See:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=86018


"Grant Gayed" <grant_gayed@ca.ibm.com> wrote in message
news:d45mma$3nd$1@news.eclipse.org...
> Hi Neil,
>
> TreeColumns are not currently reorderable. The Move event that a
> TreeColumn
> can fire is triggered by its x position changing as a result of a width
> change in a preceding column in the Tree.
>
> Grant
>
> "Neil Bartlett" <neil@integility.com> wrote in message
> news:f1fa173331b30273803d35c7758a355d$1@www.eclipse.org...
>> Hi,
>>
>> I was just looking at Snippet181 which shows how to make the columns of a
>> Table control moveable by DND. Is there an equivalent way to make the
>> columns of a Tree moveable? I notice that the javadocs say TreeColumn
>> fires Move events but it does not implement a setMoveable() method like
>> TableColumn does.
>>
>> Thanks,
>> Neil.
>>
>
>
Previous Topic:Failed to create Ole Client. result = -2147221008
Next Topic:tree layout
Goto Forum:
  


Current Time: Fri Apr 19 22:02:56 GMT 2024

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

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

Back to the top