Uses of Interface
android.widget.Adapter

Packages that use Adapter
android.widget   
 

Uses of Adapter in android.widget
 

Classes in android.widget with type parameters of type Adapter
 class AdapterView<T extends Adapter>
           
 

Subinterfaces of Adapter in android.widget
 interface ListAdapter
           
 interface SpinnerAdapter
           
 interface WrapperListAdapter
           
 

Classes in android.widget that implement Adapter
 class ArrayAdapter<T>
           
 class BaseAdapter
           
 class CursorAdapter
           
 class HeaderViewListAdapter
           
 class ResourceCursorAdapter
           
 class SimpleAdapter
           
 class SimpleCursorAdapter
           
 

Methods in android.widget that return Adapter
 Adapter AdapterViewAnimator.getAdapter()
           
 

Methods in android.widget with parameters of type Adapter
 void AdapterViewFlipper.setAdapter(Adapter adapter)
           
 void AdapterViewAnimator.setAdapter(Adapter adapter)
           
 



Copyright © 2008-2012. All Rights Reserved.