OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UiItemElementNode
(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/
IUnknownDescriptorProvider.java
19
import com.android.ide.eclipse.adt.internal.editors.values.uimodel.
UiItemElementNode
;
22
* {@link
UiItemElementNode
} is the main class that creates the UI Model hierarchy based
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ItemElementDescriptor.java
22
import com.android.ide.eclipse.adt.internal.editors.values.uimodel.
UiItemElementNode
;
26
* uses a specialized {@link
UiItemElementNode
} for display.
53
return new
UiItemElementNode
(this);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/
UiItemElementNode.java
28
* {@link
UiItemElementNode
} is a special version of {@link UiElementNode} that
31
public class
UiItemElementNode
extends UiElementNode {
38
public
UiItemElementNode
(ItemElementDescriptor elementDescriptor) {
Completed in 4255 milliseconds