Home
last modified time | relevance | path

Searched refs:typeEditorNameTable (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DConverter.java216 private static Hashtable typeEditorNameTable = new Hashtable(); field in Converter
228 typeEditorNameTable.put(typeName, editorClassName); in addTypeEditor()
237 return (typeEditorNameTable.containsKey(typeName)); in hasTypeEditor()
251 String editorType = (String) typeEditorNameTable.get(typeName); in newTypeEditor()