comparison dwtx/jface/viewers/ComboBoxCellEditor.d @ 90:7ffeace6c47f

Update 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 23:30:07 +0200
parents 5df4896124c7
children
comparison
equal deleted inserted replaced
89:040da1cb0d76 90:7ffeace6c47f
39 * A cell editor that presents a list of items in a combo box. The cell editor's 39 * A cell editor that presents a list of items in a combo box. The cell editor's
40 * value is the zero-based index of the selected item. 40 * value is the zero-based index of the selected item.
41 * <p> 41 * <p>
42 * This class may be instantiated; it is not intended to be subclassed. 42 * This class may be instantiated; it is not intended to be subclassed.
43 * </p> 43 * </p>
44 * @noextend This class is not intended to be subclassed by clients.
44 */ 45 */
45 public class ComboBoxCellEditor : AbstractComboBoxCellEditor { 46 public class ComboBoxCellEditor : AbstractComboBoxCellEditor {
46 47
47 /** 48 /**
48 * The list of items to present in the combo box. 49 * The list of items to present in the combo box.