android.widget
Class TabHost.TabSpec

java.lang.Object
  extended by android.widget.TabHost.TabSpec
Enclosing class:
TabHost

public class TabHost.TabSpec
extends Object


Method Summary
 String getTag()
           
 TabHost.TabSpec setContent(int viewId)
           
 TabHost.TabSpec setContent(Intent intent)
           
 TabHost.TabSpec setContent(TabHost.TabContentFactory contentFactory)
           
 TabHost.TabSpec setIndicator(CharSequence label)
           
 TabHost.TabSpec setIndicator(CharSequence label, Drawable icon)
           
 TabHost.TabSpec setIndicator(View view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setIndicator

public TabHost.TabSpec setIndicator(CharSequence label)

setIndicator

public TabHost.TabSpec setIndicator(CharSequence label,
                                    Drawable icon)

setIndicator

public TabHost.TabSpec setIndicator(View view)

setContent

public TabHost.TabSpec setContent(int viewId)

setContent

public TabHost.TabSpec setContent(TabHost.TabContentFactory contentFactory)

setContent

public TabHost.TabSpec setContent(Intent intent)

getTag

public String getTag()


Copyright © 2008-2010. All Rights Reserved.