Label booleanLabel = new Label();
ComboBox stringCombo = new ComboBox();
NumberComboBox numberCombo = new NumberComboBox();
BooleanComboBox booleanCombo = new BooleanComboBox();
StringMatrixComboBoxViewer matrixCombo = new StringMatrixComboBoxViewer();
matrixCombo.setLinkPopupVisibilityWithEditable(false);
stringCombo.setObjectArray(new Object[] { "value1", "value2", "value3" });
stringCombo.setDisplayedList(new String[] { "Label 1", "Label 2", "Label 3" });
// stringCombo.setEditable(false);