FileDocCategorySizeDatePackage
ResourceCursorTreeAdapter.javaAPI DocAndroid 5.1 API1345Sat Mar 14 14:09:40 GMT 2015android.widget

ResourceCursorTreeAdapter

public abstract class ResourceCursorTreeAdapter extends android.widget.CursorTreeAdapter

Fields Summary
Constructors Summary
public ResourceCursorTreeAdapter(android.content.Context context, android.database.Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout, int lastChildLayout)

 super((android.database.Cursor)null,(android.content.Context)null,false); throw new RuntimeException("Stub!"); 
public ResourceCursorTreeAdapter(android.content.Context context, android.database.Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout)

 super((android.database.Cursor)null,(android.content.Context)null,false); throw new RuntimeException("Stub!"); 
public ResourceCursorTreeAdapter(android.content.Context context, android.database.Cursor cursor, int groupLayout, int childLayout)

 super((android.database.Cursor)null,(android.content.Context)null,false); throw new RuntimeException("Stub!"); 
Methods Summary
public android.view.ViewnewChildView(android.content.Context context, android.database.Cursor cursor, boolean isLastChild, android.view.ViewGroup parent)

 throw new RuntimeException("Stub!"); 
public android.view.ViewnewGroupView(android.content.Context context, android.database.Cursor cursor, boolean isExpanded, android.view.ViewGroup parent)

 throw new RuntimeException("Stub!");