comparison dwtx/jface/text/templates/persistence/TemplateStore.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 02cd5f1224d3
children b3dec671d1f7
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
43 * 43 *
44 * @since 3.0 44 * @since 3.0
45 */ 45 */
46 public class TemplateStore { 46 public class TemplateStore {
47 /** The stored templates. */ 47 /** The stored templates. */
48 private final List fTemplates= new ArrayList(); 48 private const List fTemplates= new ArrayList();
49 /** The preference store. */ 49 /** The preference store. */
50 private IPreferenceStore fPreferenceStore; 50 private IPreferenceStore fPreferenceStore;
51 /** 51 /**
52 * The key into <code>fPreferenceStore</code> the value of which holds custom templates 52 * The key into <code>fPreferenceStore</code> the value of which holds custom templates
53 * encoded as XML. 53 * encoded as XML.