comparison org.eclipse.jface/src/org/eclipse/jface/viewers/DialogCellEditor.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
comparison
equal deleted inserted replaced
16:dbfb303e8fb0 17:6f068362a363
34 import org.eclipse.jface.resource.ImageRegistry; 34 import org.eclipse.jface.resource.ImageRegistry;
35 import org.eclipse.jface.resource.JFaceResources; 35 import org.eclipse.jface.resource.JFaceResources;
36 36
37 import java.lang.all; 37 import java.lang.all;
38 import java.util.Set; 38 import java.util.Set;
39 import tango.text.convert.Format;
40 39
41 /** 40 /**
42 * An abstract cell editor that uses a dialog. 41 * An abstract cell editor that uses a dialog.
43 * Dialog cell editors usually have a label control on the left and a button on 42 * Dialog cell editors usually have a label control on the left and a button on
44 * the right. Pressing the button opens a dialog window (for example, a color dialog 43 * the right. Pressing the button opens a dialog window (for example, a color dialog