ResourceCursorTreeAdapterpublic abstract class ResourceCursorTreeAdapter extends android.widget.CursorTreeAdapter
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!");
|
|