HomeSort by relevance Sort by last modified time
    Searched refs:UiTextValueNode (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextValueDescriptor.java 21 import com.android.ide.eclipse.adt.internal.editors.uimodel.UiTextValueNode;
27 * The value is a simple text string, displayed by an {@link UiTextValueNode}.
44 * @return A new {@link UiTextValueNode} linked to this descriptor.
48 return new UiTextValueNode(this, uiParent);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiTextValueNode.java 29 public class UiTextValueNode extends UiTextAttributeNode {
31 public UiTextValueNode(TextValueDescriptor attributeDescriptor, UiElementNode uiParent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/
UiColorValueNode.java 22 import com.android.ide.eclipse.adt.internal.editors.uimodel.UiTextValueNode;
38 public class UiColorValueNode extends UiTextValueNode {

Completed in 73 milliseconds