最終更新:2012-10-09 (火) 01:03:49 (4210d)  

android.widget.TabHost.TabSpec
Top / android.widget.TabHost.TabSpec

A tab has a tab indicator, content, and a tag that is used to keep track of it.

メソッド

  • TabSpec.getTag?()
  • TabSpec.setContent?(int viewId)
  • TabSpec.setContent?(Intent intent)
  • TabSpec.setContent?(TabHost.TabContentFactory? contentFactory)
  • TabSpec.setIndicator?(CharSequence label)
  • TabSpec.setIndicator?(View view)
  • TabSpec.setIndicator?(CharSequence label, Drawable icon)

関連