comparison dwtx/ui/internal/forms/widgets/ObjectSegment.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 26c6c9dfd13c
children
comparison
equal deleted inserted replaced
103:2d6540440fe6 104:04b47443bb01
20 import dwt.graphics.GC; 20 import dwt.graphics.GC;
21 import dwt.graphics.Point; 21 import dwt.graphics.Point;
22 import dwt.graphics.Rectangle; 22 import dwt.graphics.Rectangle;
23 23
24 import dwt.dwthelper.utils; 24 import dwt.dwthelper.utils;
25 import dwtx.dwtxhelper.Collection;
25 26
26 public abstract class ObjectSegment : ParagraphSegment { 27 public abstract class ObjectSegment : ParagraphSegment {
27 public static const int TOP = 1; 28 public static const int TOP = 1;
28 29
29 public static const int MIDDLE = 2; 30 public static const int MIDDLE = 2;