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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java 27 import com.android.ide.eclipse.adt.internal.editors.uimodel.UiTextAttributeNode;
43 * {@link UiTextAttributeNode} using a label widget and text field.
228 * @return A new {@link UiTextAttributeNode} linked to this descriptor.
232 return new UiTextAttributeNode(this, uiParent);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiTextAttributeNode.java 45 public class UiTextAttributeNode extends UiAbstractTextAttributeNode {
52 public UiTextAttributeNode(AttributeDescriptor attributeDescriptor, UiElementNode uiParent) {
UiTextValueNode.java 29 public class UiTextValueNode extends UiTextAttributeNode {
UiFlagAttributeNode.java 68 public class UiFlagAttributeNode extends UiTextAttributeNode {
UiResourceAttributeNode.java 82 * See {@link UiTextAttributeNode} for more information.
84 public class UiResourceAttributeNode extends UiTextAttributeNode {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 26 import com.android.ide.eclipse.adt.internal.editors.uimodel.UiTextAttributeNode;
72 * See {@link UiTextAttributeNode} for more information.
74 public class UiManifestPkgAttrNode extends UiTextAttributeNode {
UiPackageAttributeNode.java 25 import com.android.ide.eclipse.adt.internal.editors.uimodel.UiTextAttributeNode;
72 * See {@link UiTextAttributeNode} for more information.
74 public class UiPackageAttributeNode extends UiTextAttributeNode {
UiClassAttributeNode.java 28 import com.android.ide.eclipse.adt.internal.editors.uimodel.UiTextAttributeNode;
94 * See {@link UiTextAttributeNode} for more information.
96 public class UiClassAttributeNode extends UiTextAttributeNode {

Completed in 168 milliseconds