comparison org.eclipse.jface/src/org/eclipse/jface/viewers/ComboBoxCellEditor.d @ 17:6f068362a363

Remove direct import of tango.text.convert.Format
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Mar 2009 09:09:23 +0100
parents bc29606a740c
children 12b890a6392a
comparison
equal deleted inserted replaced
16:dbfb303e8fb0 17:6f068362a363
32 import org.eclipse.swt.widgets.Control; 32 import org.eclipse.swt.widgets.Control;
33 import org.eclipse.core.runtime.Assert; 33 import org.eclipse.core.runtime.Assert;
34 34
35 import java.lang.all; 35 import java.lang.all;
36 import java.util.Set; 36 import java.util.Set;
37 import tango.text.convert.Format;
38 37
39 /** 38 /**
40 * 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
41 * value is the zero-based index of the selected item. 40 * value is the zero-based index of the selected item.
42 * <p> 41 * <p>