OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextValueDescriptor
(Results
1 - 6
of
6
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextValueDescriptor.java
29
public class
TextValueDescriptor
extends TextAttributeDescriptor {
32
* Creates a new {@link
TextValueDescriptor
}
37
public
TextValueDescriptor
(String uiName, String tooltip) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ColorValueDescriptor.java
19
import com.android.ide.eclipse.adt.internal.editors.descriptors.
TextValueDescriptor
;
28
public final class ColorValueDescriptor extends
TextValueDescriptor
{
ValuesDescriptors.java
41
import com.android.ide.eclipse.adt.internal.editors.descriptors.
TextValueDescriptor
;
112
new
TextValueDescriptor
(
151
new
TextValueDescriptor
(
168
new
TextValueDescriptor
(
185
new
TextValueDescriptor
(
219
new
TextValueDescriptor
(
246
new
TextValueDescriptor
(
309
new
TextValueDescriptor
(
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiTextValueNode.java
19
import com.android.ide.eclipse.adt.internal.editors.descriptors.
TextValueDescriptor
;
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
19
import com.android.ide.eclipse.adt.internal.editors.descriptors.
TextValueDescriptor
;
44
public UiColorValueNode(
TextValueDescriptor
attributeDescriptor, UiElementNode uiParent) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java
39
import com.android.ide.eclipse.adt.internal.editors.descriptors.
TextValueDescriptor
;
582
} else if (choice instanceof
TextValueDescriptor
) {
[
all
...]
Completed in 131 milliseconds