FileDocCategorySizeDatePackage
UiDocumentTreeEditPart.javaAPI DocAndroid 1.5 API1161Wed May 06 22:41:10 BST 2009com.android.ide.eclipse.editors.layout.parts

UiDocumentTreeEditPart

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.ListgetModelChildren()

        return getUiNode().getUiChildren();