comparison dwtx/jface/preference/PreferenceConverter.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 eb3ef3b7e244
children
comparison
equal deleted inserted replaced
103:2d6540440fe6 104:04b47443bb01
25 import dwt.widgets.Display; 25 import dwt.widgets.Display;
26 import dwtx.jface.resource.JFaceResources; 26 import dwtx.jface.resource.JFaceResources;
27 import dwtx.jface.resource.StringConverter; 27 import dwtx.jface.resource.StringConverter;
28 28
29 import dwt.dwthelper.utils; 29 import dwt.dwthelper.utils;
30 import dwtx.dwtxhelper.Collection;
30 31
31 /** 32 /**
32 * A utility class for dealing with preferences whose values are 33 * A utility class for dealing with preferences whose values are
33 * common DWT objects (color, points, rectangles, and font data). 34 * common DWT objects (color, points, rectangles, and font data).
34 * The static methods on this class handle the conversion between 35 * The static methods on this class handle the conversion between