SimpleCursorTreeAdapterpublic abstract class SimpleCursorTreeAdapter extends android.widget.ResourceCursorTreeAdapter
Constructors Summary |
---|
public SimpleCursorTreeAdapter(android.content.Context context, android.database.Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout, int lastChildLayout, String[] childFrom, int[] childTo) super((android.content.Context)null,(android.database.Cursor)null,0,0); throw new RuntimeException("Stub!");
| public SimpleCursorTreeAdapter(android.content.Context context, android.database.Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom, int[] childTo) super((android.content.Context)null,(android.database.Cursor)null,0,0); throw new RuntimeException("Stub!");
| public SimpleCursorTreeAdapter(android.content.Context context, android.database.Cursor cursor, int groupLayout, String[] groupFrom, int[] groupTo, int childLayout, String[] childFrom, int[] childTo) super((android.content.Context)null,(android.database.Cursor)null,0,0); throw new RuntimeException("Stub!");
|
|