Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » ComboBoxCellEditor on a per cell basis rather than on a column basis?
ComboBoxCellEditor on a per cell basis rather than on a column basis? [message #453198] Thu, 31 March 2005 12:57
h1055071 is currently offline h1055071Friend
Messages: 335
Registered: July 2009
Senior Member
I have a TreeTable, and I'd like to dynamically choose a ComboBoxCellEditor
on just certain cells depending on the content of the cell rather than for
the whole column, such as:

1. User clicks on table cell to edit it.
2. If table cell data object is of list type then display
ComboBoxCellEditor for cell editing.
3. Else display TextCellEditor for cell editing.

Is this possible?

Many thanks
Previous Topic:SWT from Common Lisp
Next Topic:OS events
Goto Forum:
  


Current Time: Tue Apr 16 09:18:29 GMT 2024

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

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

Back to the top