Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Need ComboBoxCellEditor drop down multi selection functionality in SWT(i have used treeviewer, in this viewer using comboBoxCellEditor.i want to multiSelection functionality in comboBoxCellEditor. Please suggest)
Need ComboBoxCellEditor drop down multi selection functionality in SWT [message #1763942] Tue, 23 May 2017 05:04
Eclipse UserFriend
ArrayList<String> arrList = new ArrayList<String>(Arrays.asList ("WINDOWS_WEB","WINDOWS_NONWEB","ANDROID_NATIVE","ANDROID_WEB"));
editor = new ComboBoxViewerCellEditor(this.viewer.getTree(), SWT.READ_ONLY);
editor.setContentProvider(new ArrayContentProvider());
editor.setInput(arrList);
Previous Topic:Failed to create Ole Client. result = -2147467259
Next Topic:Page in wizard isn't visible until a maximize of wizard window
Goto Forum:
  


Current Time: Sat Aug 30 08:52:51 EDT 2025

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

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

Back to the top