This control supports the ability for multi select in the dropdown of the combo which is not available for the SWT Combo control. This feature was added with Nebula NatTable 1.0.0
The following style bits are supported by this control. @see SWT#BORDER (if a border should be added to the Text control) @see SWT#READ_ONLY (default for Text control, if this is missing, the Textcontrol can be edited) @see SWT#CHECK (if the items in the combo should be showed with checkboxes) @see SWT#MULTI (if multi selection is allowed)
|
|
|
|