Searched refs:typeEditorNameTable (Results 1 – 1 of 1) sorted by relevance
216 private static Hashtable typeEditorNameTable = new Hashtable(); field in Converter228 typeEditorNameTable.put(typeName, editorClassName); in addTypeEditor()237 return (typeEditorNameTable.containsKey(typeName)); in hasTypeEditor()251 String editorType = (String) typeEditorNameTable.get(typeName); in newTypeEditor()