Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DBooleanXmlPropertyEditor.java36 public class BooleanXmlPropertyEditor extends XmlPropertyEditor { class
37 public static final BooleanXmlPropertyEditor INSTANCE = new BooleanXmlPropertyEditor();
46 private BooleanXmlPropertyEditor() { in BooleanXmlPropertyEditor() method in BooleanXmlPropertyEditor
DPropertyFactory.java198 editor = BooleanXmlPropertyEditor.INSTANCE; in getProperties()