OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BooleanXmlPropertyEditor
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java
36
public class
BooleanXmlPropertyEditor
extends XmlPropertyEditor {
37
public static final
BooleanXmlPropertyEditor
INSTANCE = new
BooleanXmlPropertyEditor
();
46
private
BooleanXmlPropertyEditor
() {
PropertyFactory.java
198
editor =
BooleanXmlPropertyEditor
.INSTANCE;
[
all
...]
Completed in 771 milliseconds