Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to implement ComboBoxCellEditor?
How to implement ComboBoxCellEditor? [message #461506] Wed, 10 January 2007 22:30 Go to next message
Eclipse UserFriend
Originally posted by: florianwendland.freenet.de

Hello all,

i have defined a TableViewer with 6 columns, and I want the 6th column
to be a ComboBoxCellEditor.

I think i have instantiated and filled the ComboBoxCellEditor correctly,
because cEditor.getItems() returns the correct data.

I've never worked with it before, didn't know anything about
CellModifiers, etc.

Does anyone can show me a good snippet of this or a link? I would be
very grateful.

Thx

Florian Wendland
Re: How to implement ComboBoxCellEditor? [message #461517 is a reply to message #461506] Thu, 11 January 2007 08:03 Go to previous message
Patrick Godeau is currently offline Patrick GodeauFriend
Messages: 64
Registered: July 2009
Member
Florian Wendland a écrit :
>
> i have defined a TableViewer with 6 columns, and I want the 6th column
> to be a ComboBoxCellEditor.
> I think i have instantiated and filled the ComboBoxCellEditor correctly,
> because cEditor.getItems() returns the correct data.
> I've never worked with it before, didn't know anything about
> CellModifiers, etc.
> Does anyone can show me a good snippet of this or a link? I would be
> very grateful.

Hello,
Maybe you should start here:
http://www.eclipse.org/articles/Article-Table-viewer/table_v iewer.html
Previous Topic:How to remove WorkingSets actions from RCP application menu and toolbar
Next Topic:load workbench after login
Goto Forum:
  


Current Time: Sat Apr 20 05:57:27 GMT 2024

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

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

Back to the top