Fields Summary |
---|
private boolean | mIsLayoutIs this a layout class (i.e. ViewGroup) or just a view? |
private String | mCanonicalClassNameFQCN e.g. android.view.View, never null. |
private String | mShortClassNameShort class name, e.g. View, never null. |
private ViewClassInfo | mSuperClassSuper class. Can be null. |
private String | mJavaDocShort javadoc. Can be null. |
private com.android.ide.eclipse.common.resources.DeclareStyleableInfo.AttributeInfo[] | mAttributesAttributes for this view or view group. Can be empty but never null. |
public LayoutParamsInfo | mLayoutDataLayout data info for a layout class. Null for all non-layout classes and always
non-null for a layout class. |