Searched refs:BooleanXmlPropertyEditor (Results 1 – 2 of 2) sorted by relevance
36 public class BooleanXmlPropertyEditor extends XmlPropertyEditor { class37 public static final BooleanXmlPropertyEditor INSTANCE = new BooleanXmlPropertyEditor();46 private BooleanXmlPropertyEditor() { in BooleanXmlPropertyEditor() method in BooleanXmlPropertyEditor
198 editor = BooleanXmlPropertyEditor.INSTANCE; in getProperties()