C# Class android.widget.TextSwitcher

Inheritance: android.widget.ViewSwitcher
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
TextSwitcher ( android arg0 )
TextSwitcher ( android arg0, android arg1 )
addView ( android arg0, int arg1, android arg2 ) : void
setCurrentText ( java arg0 ) : void
setCurrentText ( string arg0 ) : void
setText ( java arg0 ) : void
setText ( string arg0 ) : void

Protected Methods

Method Description
TextSwitcher ( global @__env )

Private Methods

Method Description
TextSwitcher ( )

Method Details

TextSwitcher() public method

public TextSwitcher ( android arg0 )
arg0 android

TextSwitcher() public method

public TextSwitcher ( android arg0, android arg1 )
arg0 android
arg1 android

TextSwitcher() protected method

protected TextSwitcher ( global @__env )
@__env global

addView() public method

public addView ( android arg0, int arg1, android arg2 ) : void
arg0 android
arg1 int
arg2 android
return void

setCurrentText() public method

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

setCurrentText() public method

public setCurrentText ( string arg0 ) : void
arg0 string
return void

setText() public method

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

setText() public method

public setText ( string arg0 ) : void
arg0 string
return void