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

ResourceCursorTreeAdapter.java

package android.widget;
public abstract class ResourceCursorTreeAdapter
  extends android.widget.CursorTreeAdapter
{
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!"); }
public  android.view.View newChildView(android.content.Context context, android.database.Cursor cursor, boolean isLastChild, android.view.ViewGroup parent) { throw new RuntimeException("Stub!"); }
public  android.view.View newGroupView(android.content.Context context, android.database.Cursor cursor, boolean isExpanded, android.view.ViewGroup parent) { throw new RuntimeException("Stub!"); }
}