OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmlPropertyEditor
(Results
1 - 3
of
3
) 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
{
XmlPropertyEditor.java
93
class
XmlPropertyEditor
extends AbstractTextPropertyEditor {
94
public static final
XmlPropertyEditor
INSTANCE = new
XmlPropertyEditor
();
98
protected
XmlPropertyEditor
() {
PropertyFactory.java
193
PropertyEditor editor =
XmlPropertyEditor
.INSTANCE;
[
all
...]
Completed in 33 milliseconds