Uses of Class
android.widget.TabHost.TabSpec

Packages that use TabHost.TabSpec
android.widget   
 

Uses of TabHost.TabSpec in android.widget
 

Methods in android.widget that return TabHost.TabSpec
 TabHost.TabSpec TabHost.newTabSpec(String tag)
           
 TabHost.TabSpec TabHost.TabSpec.setContent(int viewId)
           
 TabHost.TabSpec TabHost.TabSpec.setContent(Intent intent)
           
 TabHost.TabSpec TabHost.TabSpec.setContent(TabHost.TabContentFactory contentFactory)
           
 TabHost.TabSpec TabHost.TabSpec.setIndicator(CharSequence label)
           
 TabHost.TabSpec TabHost.TabSpec.setIndicator(CharSequence label, Drawable icon)
           
 TabHost.TabSpec TabHost.TabSpec.setIndicator(View view)
           
 

Methods in android.widget with parameters of type TabHost.TabSpec
 void TabHost.addTab(TabHost.TabSpec tabSpec)
           
 



Copyright © 2008-2012. All Rights Reserved.