C# Class android.widget.TextSwitcher

Inheritance: android.widget.ViewSwitcher
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
TextSwitcher ( global @__env )

Private Methods

Méthode Description
TextSwitcher ( )

Method Details

TextSwitcher() public méthode

public TextSwitcher ( android arg0 )
arg0 android

TextSwitcher() public méthode

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

TextSwitcher() protected méthode

protected TextSwitcher ( global @__env )
@__env global

addView() public méthode

public addView ( android arg0, int arg1, android arg2 ) : void
arg0 android
arg1 int
arg2 android
Résultat void

setCurrentText() public méthode

public setCurrentText ( java arg0 ) : void
arg0 java
Résultat void

setCurrentText() public méthode

public setCurrentText ( string arg0 ) : void
arg0 string
Résultat void

setText() public méthode

public setText ( java arg0 ) : void
arg0 java
Résultat void

setText() public méthode

public setText ( string arg0 ) : void
arg0 string
Résultat void