Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Custom control in cell of table.
Custom control in cell of table. [message #699322] Thu, 21 July 2011 10:41
Eclipse UserFriend
Originally posted by: Martin Jedlicka

I need to implement a table that will in some cells of the table (I use
TableViewer) my own panels. These panels will include my specific
signaling elements that will change up every 50ms.

Originally I used a method that is listed in
Snippet054NativeControlsInViewers.java. However, every time you update a
table (up to 50ms) creates a new instance of the Composite comp, which
for me is very undesirable, inefficient and unnecessarily mainly
extracted table.

What other way is possible? Nebula Grid? KTable? Any example?

Thanks.

Martin
Previous Topic:Showing SWT modal dialog from AWT
Next Topic:ComboViewer with checkboxes, is it possible?
Goto Forum:
  


Current Time: Thu Apr 25 21:45:34 GMT 2024

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

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

Back to the top