C# Class android.widget.TabHost

Inheritance: android.widget.FrameLayout, android.view.ViewTreeObserver.OnTouchModeChangeListener
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
TabHost ( android arg0 )
TabHost ( android arg0, android arg1 )
addTab ( android arg0 ) : void
clearAllTabs ( ) : void
dispatchKeyEvent ( android arg0 ) : bool
dispatchWindowFocusChanged ( bool arg0 ) : void
getCurrentTab ( ) : int
getCurrentTabTag ( ) : global::java.lang.String
getCurrentTabView ( ) : global::android.view.View
getCurrentView ( ) : global::android.view.View
getTabContentView ( ) : global::android.widget.FrameLayout
getTabWidget ( ) : global::android.widget.TabWidget
newTabSpec ( java arg0 ) : global::android.widget.TabHost.TabSpec
onTouchModeChanged ( bool arg0 ) : void
setCurrentTab ( int arg0 ) : void
setCurrentTabByTag ( java arg0 ) : void
setOnTabChangedListener ( android arg0 ) : void
setOnTabChangedListener ( global arg0 ) : void
setup ( ) : void
setup ( android arg0 ) : void

Protected Methods

Method Description
TabHost ( global @__env )
onAttachedToWindow ( ) : void
onDetachedFromWindow ( ) : void

Private Methods

Method Description
TabHost ( )

Method Details

TabHost() public method

public TabHost ( android arg0 )
arg0 android

TabHost() public method

public TabHost ( android arg0, android arg1 )
arg0 android
arg1 android

TabHost() protected method

protected TabHost ( global @__env )
@__env global

addTab() public method

public addTab ( android arg0 ) : void
arg0 android
return void

clearAllTabs() public method

public clearAllTabs ( ) : void
return void

dispatchKeyEvent() public method

public dispatchKeyEvent ( android arg0 ) : bool
arg0 android
return bool

dispatchWindowFocusChanged() public method

public dispatchWindowFocusChanged ( bool arg0 ) : void
arg0 bool
return void

getCurrentTab() public method

public getCurrentTab ( ) : int
return int

getCurrentTabTag() public method

public getCurrentTabTag ( ) : global::java.lang.String
return global::java.lang.String

getCurrentTabView() public method

public getCurrentTabView ( ) : global::android.view.View
return global::android.view.View

getCurrentView() public method

public getCurrentView ( ) : global::android.view.View
return global::android.view.View

getTabContentView() public method

public getTabContentView ( ) : global::android.widget.FrameLayout
return global::android.widget.FrameLayout

getTabWidget() public method

public getTabWidget ( ) : global::android.widget.TabWidget
return global::android.widget.TabWidget

newTabSpec() public method

public newTabSpec ( java arg0 ) : global::android.widget.TabHost.TabSpec
arg0 java
return global::android.widget.TabHost.TabSpec

onAttachedToWindow() protected method

protected onAttachedToWindow ( ) : void
return void

onDetachedFromWindow() protected method

protected onDetachedFromWindow ( ) : void
return void

onTouchModeChanged() public method

public onTouchModeChanged ( bool arg0 ) : void
arg0 bool
return void

setCurrentTab() public method

public setCurrentTab ( int arg0 ) : void
arg0 int
return void

setCurrentTabByTag() public method

public setCurrentTabByTag ( java arg0 ) : void
arg0 java
return void

setOnTabChangedListener() public method

public setOnTabChangedListener ( android arg0 ) : void
arg0 android
return void

setOnTabChangedListener() public method

public setOnTabChangedListener ( global arg0 ) : void
arg0 global
return void

setup() public method

public setup ( ) : void
return void

setup() public method

public setup ( android arg0 ) : void
arg0 android
return void