Searched refs:propertyeditorclass (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/make/tools/swing-beans/
H A DDocBeanInfo.java46 public String propertyeditorclass; field in class:DocBeanInfo
61 this.propertyeditorclass = pec;
73 buffer.append("\nPropertyEditorClass: " + propertyeditorclass);
H A DGenDocletBeanInfo.java49 * propertyeditorclass: string (with dots: foo.bar.MyPropertyEditor
68 "propertyeditorclass",
112 * propertyeditorclass: foo.bar.MyPropertyEditorClass
246 String propertyeditorclass = "null";
268 else if (ATTRIBUTE_NAMES[j].equalsIgnoreCase("propertyeditorclass")) {
269 propertyeditorclass = value;
300 propertyeditorclass, customizerclass,
H A DGenSwingBeanInfo.java281 } else if ((hash_match) && (!(dbi.propertyeditorclass.equals("null")))) {
282 code += " sun.swing.BeanInfoUtils.PROPERTYEDITORCLASS, " + dbi.propertyeditorclass + ".class,\n";

Completed in 31 milliseconds