comparison org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogSettings.d @ 19:52184e4b815c

no more direct tango.core.Thread. Rename JThread to java.lang.Thread.
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Mar 2009 10:55:25 +0100
parents bc29606a740c
children 9b96950f2c3c
comparison
equal deleted inserted replaced
18:735224fcc45f 19:52184e4b815c
32 static import tango.text.convert.Float; 32 static import tango.text.convert.Float;
33 static import tango.text.Text; 33 static import tango.text.Text;
34 static import tango.io.stream.Format; 34 static import tango.io.stream.Format;
35 static import tango.io.model.IConduit; 35 static import tango.io.model.IConduit;
36 import tango.io.device.File; 36 import tango.io.device.File;
37 import tango.core.Exception;
38 import java.nonstandard.XmlTranscode; 37 import java.nonstandard.XmlTranscode;
39 38
40 /** 39 /**
41 * Concrete implementation of a dialog settings (<code>IDialogSettings</code>) 40 * Concrete implementation of a dialog settings (<code>IDialogSettings</code>)
42 * using a hash table and XML. The dialog store can be read 41 * using a hash table and XML. The dialog store can be read