/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
D | AttributeDescriptorLabelProvider.java | 43 String v = node.getCurrentValue(); in getImage() 57 return ((UiAbstractTextAttributeNode)element).getCurrentValue(); in getText()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiTextAttributeNode.java | 67 desc.getUiName(), getCurrentValue(), in createUiControl() 154 getCurrentValue() != null && in setTextWidget() 155 !mText.getText().equals(getCurrentValue())) { in setTextWidget()
|
D | UiTextValueNode.java | 67 if (isValid() && !getTextWidgetValue().equals(getCurrentValue())) { in updateValue() 70 setTextWidgetValue(getCurrentValue()); in updateValue()
|
D | IUiSettableAttributeNode.java | 27 public String getCurrentValue(); in getCurrentValue() method
|
D | UiListAttributeNode.java | 82 setTextWidgetValue(getCurrentValue()); in createUiControl() 215 getCurrentValue() != null && in onComboChange() 216 !mCombo.getText().equals(getCurrentValue())) { in onComboChange()
|
D | UiAbstractTextAttributeNode.java | 50 public final String getCurrentValue() { in getCurrentValue() method in UiAbstractTextAttributeNode
|
D | UiElementNode.java | 1078 String value = uiAttr.getCurrentValue(); in createXmlNode() 1091 commitAttributeToXml(node, node.getCurrentValue()); in createXmlNode() 1620 String value = uiAttr.getCurrentValue(); in commitDirtyAttributesToXml() 1649 commitAttributeToXml(uiAttribute, uiAttribute.getCurrentValue()); in commitDirtyAttributesToXml() 1730 commitAttributeToXml(uiAttribute, uiAttribute.getCurrentValue()); in commitDirtyAttributesToXml() 1821 String current = uiAttr.getCurrentValue(); in setInternalAttrValue() 1859 return uiAttr.getCurrentValue(); in getAttributeValue() 1944 return attribute.getCurrentValue().length() > 0; in isPropertySet() 1950 return unknownAttr.getCurrentValue().length() > 0; in isPropertySet() 2010 String oldValue = attribute.getCurrentValue(); in setPropertyValue()
|
D | UiAttributeNode.java | 61 public abstract String getCurrentValue(); in getCurrentValue() method in UiAttributeNode
|
D | UiSeparatorAttributeNode.java | 48 public String getCurrentValue() { in getCurrentValue() method in UiSeparatorAttributeNode
|
D | UiFlagAttributeNode.java | 100 final Text text = toolkit.createText(composite, getCurrentValue()); in createUiControl()
|
D | UiResourceAttributeNode.java | 126 final Text text = toolkit.createText(composite, getCurrentValue()); in createUiControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
D | TextValueCellEditor.java | 37 super.doSetValue(((UiAttributeNode)value).getCurrentValue()); in doSetValue()
|
D | FlagValueCellEditor.java | 52 super.doSetValue(mUiFlagAttribute.getCurrentValue()); in doSetValue()
|
D | ResourceValueCellEditor.java | 53 super.doSetValue(mUiResourceAttribute.getCurrentValue()); in doSetValue()
|
D | ListValueCellEditor.java | 57 String attrValue = uiListAttribute.getCurrentValue(); in doSetValue()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
D | UiElementDetail.java | 326 if (ui_attr.getCurrentValue() != null && in createUiAttributeControls() 327 ui_attr.getCurrentValue().length() > 0) { in createUiAttributeControls() 471 if (ui_attr.getCurrentValue() != null && ui_attr.getCurrentValue().length() > 0) { in updateUnknownAttributesSection()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
D | UiPackageAttributeNode.java | 122 final Text text = toolkit.createText(composite, getCurrentValue()); in createUiControl()
|
D | UiManifestPkgAttrNode.java | 122 final Text text = toolkit.createText(composite, getCurrentValue()); in createUiControl()
|
D | UiClassAttributeNode.java | 275 final Text text = toolkit.createText(composite, getCurrentValue());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
D | ManifestEditor.java | 408 if (attr.getCurrentValue().equals(className)) { in processMarker()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | CanvasViewInfo.java | 531 String value = attr.getCurrentValue(); in toSimpleElement()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | AndroidContentAssist.java | 1308 String currentValue = currAttrNode.getCurrentValue(); in completeSuffix()
|