Home
last modified time | relevance | path

Searched refs:getTextWidgetValue (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiAbstractTextAttributeNode.java64 public abstract String getTextWidgetValue(); in getTextWidgetValue() method in UiAbstractTextAttributeNode
86 if (isValid() && !getTextWidgetValue().equals(mCurrentValue)) { in updateValue()
105 String value = getTextWidgetValue(); in commit()
DUiTextValueNode.java67 if (isValid() && !getTextWidgetValue().equals(getCurrentValue())) { in updateValue()
89 String value = getTextWidgetValue(); in commit()
DUiTextAttributeNode.java107 public String getTextWidgetValue() { in getTextWidgetValue() method in UiTextAttributeNode
DUiListAttributeNode.java185 public String getTextWidgetValue() { in getTextWidgetValue() method in UiListAttributeNode
DUiFlagAttributeNode.java113 String currentText = getTextWidgetValue(); in createUiControl()