Searched refs:xmlProperty (Results 1 – 3 of 3) sorted by relevance
139 XmlProperty xmlProperty = (XmlProperty) property; in paint() local140 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor(); in paint()175 XmlProperty xmlProperty = (XmlProperty) property; in paint() local176 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor(); in paint()213 XmlProperty xmlProperty = (XmlProperty) property; in paint() local214 GraphicalEditorPart graphicalEditor = xmlProperty.getGraphicalEditor(); in paint()332 XmlProperty xmlProperty = (XmlProperty) property; in setEditorText() local364 CommonXmlEditor xmlEditor = xmlProperty.getXmlEditor(); in setEditorText()381 XmlProperty xmlProperty = (XmlProperty) property; in isIdProperty() local382 return xmlProperty.getDescriptor().getXmlLocalName().equals(ATTR_ID); in isIdProperty()[all …]
56 protected final XmlProperty xmlProperty; field in ResourceValueCompleter58 ResourceValueCompleter(XmlProperty xmlProperty) { in ResourceValueCompleter() argument59 this.xmlProperty = xmlProperty; in ResourceValueCompleter()65 CommonXmlEditor editor = this.xmlProperty.getXmlEditor(); in getProposals()69 this.xmlProperty.mDescriptor, contents.substring(0, position)); in getProposals()
49 XmlProperty xmlProperty = (XmlProperty) property; in getItems() local50 AttributeDescriptor descriptor = xmlProperty.getDescriptor(); in getItems()