comparison dwtx/jface/text/templates/ContextTypeRegistry.d @ 153:f70d9508c95c

Fix java Collection imports
author Frank Benoit <benoit@tionex.de>
date Mon, 25 Aug 2008 00:27:31 +0200
parents 75302ef3f92f
children 1a5b8f8129df
comparison
equal deleted inserted replaced
152:07f3bab17e54 153:f70d9508c95c
32 import dwtx.jface.text.templates.TemplateVariableResolver; // packageimport 32 import dwtx.jface.text.templates.TemplateVariableResolver; // packageimport
33 33
34 34
35 import dwt.dwthelper.utils; 35 import dwt.dwthelper.utils;
36 36
37 import java.util.Iterator; 37 import dwtx.dwtxhelper.Collection;
38 import java.util.LinkedHashMap; 38
39 import java.util.Map; 39
40 40
41 /** 41 /**
42 * A registry for context types. Editor implementors will usually instantiate a 42 * A registry for context types. Editor implementors will usually instantiate a
43 * registry and configure the context types available in their editor. 43 * registry and configure the context types available in their editor.
44 * <p> 44 * <p>