HomeSort by relevance Sort by last modified time
    Searched refs:xmlProperty (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/
EnumXmlPropertyEditor.java 49 XmlProperty xmlProperty = (XmlProperty) property;
50 AttributeDescriptor descriptor = xmlProperty.getDescriptor();
ResourceValueCompleter.java 56 protected final XmlProperty xmlProperty;
58 ResourceValueCompleter(XmlProperty xmlProperty) {
59 this.xmlProperty = xmlProperty;
65 CommonXmlEditor editor = this.xmlProperty.getXmlEditor();
69 this.xmlProperty.mDescriptor, contents.substring(0, position));
XmlPropertyEditor.java 90 * Special property editor used for the {@link XmlProperty} instances which handles
139 XmlProperty xmlProperty = (XmlProperty) property;
140 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor();
175 XmlProperty xmlProperty = (XmlProperty) property;
176 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor();
213 XmlProperty xmlProperty = (XmlProperty) property
    [all...]

Completed in 146 milliseconds