diff dwtx/jface/preference/PreferenceStore.d @ 104:04b47443bb01

Reworked the collection uses to make use of a wrapper collection that is compatible to the Java Collections. These new wrappers now use the tango.util.containers instead of the tango.util.collections.
author Frank Benoit <benoit@tionex.de>
date Thu, 07 Aug 2008 15:01:33 +0200
parents 7ffeace6c47f
children a785420fe9ca
line wrap: on
line diff
--- a/dwtx/jface/preference/PreferenceStore.d	Sun Aug 03 17:01:51 2008 +0200
+++ b/dwtx/jface/preference/PreferenceStore.d	Thu Aug 07 15:01:33 2008 +0200
@@ -25,7 +25,6 @@
 // import java.util.ArrayList;
 // import java.util.Enumeration;
 // import java.util.Properties;
-import tango.util.collection.ArraySeq;
 
 import dwtx.core.commands.common.EventManager;
 import dwtx.core.runtime.Assert;
@@ -35,6 +34,7 @@
 import dwtx.jface.util.SafeRunnable;
 
 import dwt.dwthelper.utils;
+// import dwtx.dwtxhelper.Collection;
 import tango.io.Print;
 import tango.io.stream.FileStream;