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.SimpleCursorAdapter

Removed Methods
Cursor runQuery(CharSequence) Runs a query with the specified constraint.
 

Changed Methods
CharSequence convertToString(Cursor) Change in return type from String to CharSequence.
Change of visibility from protected to public.
Returns a CharSequence representation of the specified Cursor as defined by the current CursorToStringConverter.
FilterQueryProvider getFilterQueryProvider() Change in return type from android.widget.SimpleCursorAdapter.FilterQueryProvider to android.widget.FilterQueryProvider.
Method was locally defined, but is now inherited from CursorAdapter.
Returns the query filter provider used for filtering.
void setFilterQueryProvider(FilterQueryProvider) Change in signature from android.widget.SimpleCursorAdapter.FilterQueryProvider to android.widget.FilterQueryProvider.
Method was locally defined, but is now inherited from CursorAdapter.
Sets the query filter provider used to filter the current Cursor.
 

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