亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

?? ??? ??
android Manifest Manifest.permission Manifest.permission_group android.accessibilityservice AccessibilityService android.accounts Account android.app NotificationManager android.bluetooth BluetoothAdapter BluetoothClass BluetoothClass.Device BluetoothClass.Device.Major BluetoothClass.Service BluetoothDevice BluetoothServerSocket BluetoothSocket android.content SharedPreferences android.database.sqlite SQLiteCursorDriver SQLiteOpenHelper android.graphics Bitmap android.location LocationListener Geocoder GpsStatus GpsStatus.Listener GpsStatus.NmeaListener GpsSatellite android.media AudioFormat AsyncPlayer AudioRecord AudioRecord.OnRecordPositionUpdateListener ThumbnailUtils AudioManager android.net TrafficStats MailTo LocalSocket android.os AsyncTask AsyncTask.Status CountDownTimer Message MessageQueue HandlerThread android.text Html android.util JsonWriter android.view ContextMenu ContextMenu.ContextMenuInfo Display ViewManager View ViewStub ViewTreeObserver ViewParent WindowManager GestureDetector Gravity MenuInflater ScaleGestureDetector SoundEffectConstants android.view.inputmethod InputConnection InputMethod InputMethodSession BaseInputConnection InputMethodManager android.widget AbsListView AbsListView.LayoutParams AbsListView.OnScrollListener AbsListView.RecyclerListener AbsoluteLayout AbsoluteLayout.LayoutParams AbsSeekBar AbsSpinner AdapterView AdapterView.AdapterContextMenuInfo AdapterView.OnItemLongClickListener AdapterView.OnItemSelectedListener AdapterView.OnItemClickListener AnalogClock BaseAdapter BaseExpandableListAdapter Button CheckBox CheckedTextView Checkable Chronometer Chronometer.OnChronometerTickListener CompoundButton CompoundButton.OnCheckedChangeListener CursorAdapter CursorTreeAdapter DatePicker DatePicker.OnDateChangedListener DialerFilter DigitalClock EditText Filter Filter.FilterListener Filter.FilterResults ExpandableListAdapter ExpandableListView.OnChildClickListener ExpandableListView.OnGroupClickListener ExpandableListView.OnGroupCollapseListener ExpandableListView.OnGroupExpandListener Filterable Gallery Gallery.LayoutParams GridView GridLayout GridLayout.Alignment RadioGroup ImageView ImageView.ScaleType HorizontalScrollView ImageButton ImageSwitcher FilterQueryProvider ListAdapter ListView MediaController MultiAutoCompleteTextView MultiAutoCompleteTextView.CommaTokenizer MultiAutoCompleteTextView.Tokenizer QuickContactBadge RadioButton RatingBar RatingBar.OnRatingBarChangeListener RelativeLayout RemoteViews ResourceCursorAdapter ResourceCursorTreeAdapter Scroller ScrollView SearchView SearchView.OnCloseListener SearchView.OnQueryTextListener SearchView.OnSuggestionListener SeekBar SeekBar.OnSeekBarChangeListener SimpleAdapter SimpleAdapter.ViewBinder SimpleCursorAdapter SimpleCursorAdapter.CursorToStringConverter SimpleCursorAdapter.ViewBinder SimpleCursorTreeAdapter SimpleCursorTreeAdapter.ViewBinder SimpleExpandableListAdapter SlidingDrawer SlidingDrawer.OnDrawerCloseListener SlidingDrawer.OnDrawerOpenListener SlidingDrawer.OnDrawerScrollListener Spinner SpinnerAdapter WrapperListAdapter TabHost TabHost.TabSpec TextView TimePicker TimePicker.OnTimeChangedListener Toast TableLayout TableLayout.LayoutParams TableRow TableRow.LayoutParams TabWidget TextSwitcher ToggleButton TwoLineListItem VideoView ViewAnimator ViewFlipper ViewSwitcher ViewSwitcher.ViewFactory ZoomButtonsController ZoomButtonsController.OnZoomListener ZoomButton ZoomControls dalvik.system DexFile
??

TabHost.TabSpec

翻譯時(shí)間:2010-11-25

版本:Android 2.3 r1

?

結(jié)構(gòu)

繼承關(guān)系

public class TabHost.TabSpec extends Object

????????

java.lang.Object

android.widget.TabHost.TabSpec

?

類(lèi)概述

每個(gè)選項(xiàng)卡都有一個(gè)選項(xiàng)卡指示符,內(nèi)容和tag標(biāo)簽用于跟蹤。這種生成器可以幫助從這些選項(xiàng)中做出選擇。針對(duì)選項(xiàng)卡的指示符,你可以選擇:

??? 1)設(shè)置一個(gè)標(biāo)題

??? 2)設(shè)置一個(gè)標(biāo)題和圖標(biāo)

針對(duì)選項(xiàng)卡的內(nèi)容,你可以選擇:

1)視圖的ID

2)TabHost.TabContentFactory創(chuàng)建的視圖內(nèi)容

3)加載ActivityIntent對(duì)象

?

公共方法

public String getTag ()

(譯者注:獲取tag標(biāo)簽字符串)

?

public TabHost.TabSpec setContent (int viewId)

為選項(xiàng)卡的內(nèi)容指定視圖的ID

(譯注:即設(shè)定選項(xiàng)卡內(nèi)容的視圖)

?

public TabHost.TabSpec setContent (Intent intent)

指定一個(gè)加載activityIntent對(duì)象作為選項(xiàng)卡內(nèi)容

?

public TabHost.TabSpec setContent (TabHost.TabContentFactory contentFactory)

指定一個(gè)TabHost.TabContentFactory用于創(chuàng)建選項(xiàng)卡的內(nèi)容

?

public TabHost.TabSpec setIndicator (CharSequence label)

指定一個(gè)標(biāo)簽作為選項(xiàng)卡指示符

?

public TabHost.TabSpec setIndicator (View view)

指定一個(gè)視圖作為選項(xiàng)卡指示符

?

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

為選項(xiàng)卡指示符指定一個(gè)標(biāo)簽和圖標(biāo)

?

補(bǔ)充

文章鏈接

TabHost中的TabSpec的標(biāo)題能不能縮小???

androidTabActivity

????????

?


?? ??: ?? ??: