File
Doc
Category
Size
Date
Package
UiDocumentTreeEditPart.java
API Doc
Android 1.5 API
1161
Wed May 06 22:41:10 BST 2009
com.android.ide.eclipse.editors.layout.parts
UiDocumentTreeEditPart
java.lang.Object
UiElementTreeEditPart
public class UiDocumentTreeEditPart extends UiElementTreeEditPart
Implementation of {@link UiElementTreeEditPart} for the document root.
Fields Summary
Constructors Summary
public UiDocumentTreeEditPart
(
com.android.ide.eclipse.editors.uimodel.UiDocumentNode
model)
super(model);
Methods Summary
protected
java.util.List
getModelChildren
()
return getUiNode().getUiChildren();
Java Code Source