comparison org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/Section.d @ 16:dbfb303e8fb0

first complete successful compile (win-only)
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Mar 2009 08:56:47 +0100
parents bc29606a740c
children
comparison
equal deleted inserted replaced
15:c4b1a29263fc 16:dbfb303e8fb0
32 import org.eclipse.core.runtime.Assert; 32 import org.eclipse.core.runtime.Assert;
33 import org.eclipse.ui.internal.forms.widgets.FormImages; 33 import org.eclipse.ui.internal.forms.widgets.FormImages;
34 import org.eclipse.ui.internal.forms.widgets.FormUtil; 34 import org.eclipse.ui.internal.forms.widgets.FormUtil;
35 35
36 import java.lang.all; 36 import java.lang.all;
37 import java.util.Hashtable;
37 import java.util.Set; 38 import java.util.Set;
38 39
39 /** 40 /**
40 * A variation of the expandable composite that adds optional description below 41 * A variation of the expandable composite that adds optional description below
41 * the title. Section is often used as a basic building block in forms because 42 * the title. Section is often used as a basic building block in forms because