API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.widget.CursorTreeAdapter

Added interfaces android.widget.CursorFilter.CursorFilterClient, android.widget.Filterable.

Removed Methods
void deactivateChildrenCursorHelper(int) Deactivates the Cursor and removes the helper from cache.
MyCursorHelper getChildrenCursorHelper(int) Gets the cursor helper for the children in the given group.
boolean stableIds()  
 

Added Methods
void changeCursor(Cursor) @see CursorAdapter#changeCursor(Cursor)
String convertToString(Cursor) @see CursorAdapter#convertToString(Cursor)
Cursor getCursor() @see CursorAdapter#getCursor()
Filter getFilter()  
FilterQueryProvider getFilterQueryProvider() @see CursorAdapter#getFilterQueryProvider()
boolean hasStableIds()  
void notifyDataSetChanged(boolean) Notifies a data set change, but with the option of not releasing any cached cursors.
Cursor runQueryOnBackgroundThread(CharSequence) @see CursorAdapter#runQueryOnBackgroundThread(CharSequence)
void setChildrenCursor(int, Cursor) Sets the children Cursor for a particular group.
void setFilterQueryProvider(FilterQueryProvider) @see CursorAdapter#setFilterQueryProvider(FilterQueryProvider)
void setGroupCursor(Cursor) Sets the group Cursor.
 

Changed Methods
Cursor getChild(int, int) Change in return type from Object to Cursor.
 
Cursor getGroup(int) Change in return type from Object to Cursor.
 
 

Removed Fields
MyCursorHelper mGroupCursorHelper The cursor helper that is used to get the groups
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff