FileDocCategorySizeDatePackage
LayoutContentAssist.javaAPI DocAndroid 1.5 API1079Wed May 06 22:41:10 BST 2009com.android.ide.eclipse.editors.layout

LayoutContentAssist

public class LayoutContentAssist extends com.android.ide.eclipse.editors.AndroidContentAssist
Content Assist Processor for /res/layout XML files

Fields Summary
Constructors Summary
public LayoutContentAssist()
Constructor for LayoutContentAssist

        super(AndroidTargetData.DESCRIPTOR_LAYOUT);
    
Methods Summary