FileDocCategorySizeDatePackage
SimpleCursorTreeAdapter.javaAPI DocAndroid 5.1 API2211Sat Mar 14 14:09:42 GMT 2015android.widget

SimpleCursorTreeAdapter

public abstract class SimpleCursorTreeAdapter extends android.widget.ResourceCursorTreeAdapter

Fields Summary
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!"); 
Methods Summary
protected voidbindChildView(android.view.View view, android.content.Context context, android.database.Cursor cursor, boolean isLastChild)

 throw new RuntimeException("Stub!"); 
protected voidbindGroupView(android.view.View view, android.content.Context context, android.database.Cursor cursor, boolean isExpanded)

 throw new RuntimeException("Stub!"); 
public android.widget.SimpleCursorTreeAdapter$ViewBindergetViewBinder()

 throw new RuntimeException("Stub!"); 
public voidsetViewBinder(android.widget.SimpleCursorTreeAdapter$ViewBinder viewBinder)

 throw new RuntimeException("Stub!"); 
protected voidsetViewImage(android.widget.ImageView v, java.lang.String value)

 throw new RuntimeException("Stub!"); 
public voidsetViewText(android.widget.TextView v, java.lang.String text)

 throw new RuntimeException("Stub!");