comparison dwtx/ui/internal/forms/widgets/ParagraphSegment.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 5d489b9f966c
children
comparison
equal deleted inserted replaced
103:2d6540440fe6 104:04b47443bb01
17 17
18 import dwt.graphics.GC; 18 import dwt.graphics.GC;
19 import dwt.graphics.Rectangle; 19 import dwt.graphics.Rectangle;
20 20
21 import dwt.dwthelper.utils; 21 import dwt.dwthelper.utils;
22 22 import dwtx.dwtxhelper.Collection;
23 import tango.util.collection.HashMap;
24 23
25 /** 24 /**
26 * @version 1.0 25 * @version 1.0
27 * @author 26 * @author
28 */ 27 */
29 public abstract class ParagraphSegment { 28 public abstract class ParagraphSegment {
30
31 alias HashMap!(String,Object) Hashtable;
32 /** 29 /**
33 * Moves the locator according to the content of this segment. 30 * Moves the locator according to the content of this segment.
34 * @param gc 31 * @param gc
35 * @param wHint 32 * @param wHint
36 * @param loc 33 * @param loc