Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Can TableTreeViewer show checkbox not at all items?
Can TableTreeViewer show checkbox not at all items? [message #439199] Wed, 07 July 2004 05:00 Go to next message
Mihail Podgursky is currently offline Mihail PodgurskyFriend
Messages: 14
Registered: July 2009
Junior Member
Can TableTreeViewer show checkbox not for all items?

I need only items that have no children have checkboxes.
Re: Can TableTreeViewer show checkbox not at all items? [message #439214 is a reply to message #439199] Wed, 07 July 2004 15:22 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Sorry, it's a (Windows) platform limitation.

"mishaa" <mishaa@inbox.ru> wrote in message news:ccg00j$j5f$1@eclipse.org...
> Can TableTreeViewer show checkbox not for all items?
>
> I need only items that have no children have checkboxes.
>
Re: Can TableTreeViewer show checkbox not at all items? [message #439223 is a reply to message #439199] Wed, 07 July 2004 17:08 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
If you create the TableTree with the style SWT.CHECK, then all rows in the
table tree will have a check box. However, if you use CheckBoxCellEditor,
then you can place the editor only in selected rows.

See:
http://www.eclipse.org/articles/Article-Table-viewer/table_v iewer.html

"mishaa" <mishaa@inbox.ru> wrote in message news:ccg00j$j5f$1@eclipse.org...
> Can TableTreeViewer show checkbox not for all items?
>
> I need only items that have no children have checkboxes.
>
Previous Topic:Tooltips for the swt table column header
Next Topic:Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/swt/inter
Goto Forum:
  


Current Time: Thu Apr 25 15:13:36 GMT 2024

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

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

Back to the top