| Package | Description |
|---|---|
| android.widget |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
TabHost.addTab(TabHost.TabSpec tabSpec) |
Copyright © 2008-2013. All Rights Reserved.