comparison dwtx/ui/internal/forms/widgets/BreakSegment.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 e193036d82c9
children
comparison
equal deleted inserted replaced
103:2d6540440fe6 104:04b47443bb01
14 14
15 import dwtx.ui.internal.forms.widgets.ParagraphSegment; 15 import dwtx.ui.internal.forms.widgets.ParagraphSegment;
16 import dwtx.ui.internal.forms.widgets.Locator; 16 import dwtx.ui.internal.forms.widgets.Locator;
17 import dwtx.ui.internal.forms.widgets.SelectionData; 17 import dwtx.ui.internal.forms.widgets.SelectionData;
18 18
19 //import java.util.Hashtable;
20
21 import dwt.graphics.FontMetrics; 19 import dwt.graphics.FontMetrics;
22 import dwt.graphics.GC; 20 import dwt.graphics.GC;
23 import dwt.graphics.Rectangle; 21 import dwt.graphics.Rectangle;
24 22
25 import dwt.dwthelper.utils; 23 import dwt.dwthelper.utils;
24 import dwtx.dwtxhelper.Collection;
26 25
27 /** 26 /**
28 * This segment serves as break within a paragraph. It has no data - 27 * This segment serves as break within a paragraph. It has no data -
29 * just starts a new line and resets the locator. 28 * just starts a new line and resets the locator.
30 */ 29 */