C# 클래스 com.joanzapata.iconify.widget.IconTextView

상속: android.widget.TextView, [email protected]
파일 보기 프로젝트 열기: PragmaticIT/xiconify

공개 메소드들

메소드 설명
IconTextView ( android.content.Context context )
IconTextView ( android.content.Context context, android.util.AttributeSet attrs )
IconTextView ( android.content.Context context, android.util.AttributeSet attrs, int defStyle )
setText ( CharSequence text, TextView.BufferType type ) : void

보호된 메소드들

메소드 설명
onAttachedToWindow ( ) : void
onDetachedFromWindow ( ) : void

비공개 메소드들

메소드 설명
init ( ) : void

메소드 상세

IconTextView() 공개 메소드

public IconTextView ( android.content.Context context )
context android.content.Context

IconTextView() 공개 메소드

public IconTextView ( android.content.Context context, android.util.AttributeSet attrs )
context android.content.Context
attrs android.util.AttributeSet

IconTextView() 공개 메소드

public IconTextView ( android.content.Context context, android.util.AttributeSet attrs, int defStyle )
context android.content.Context
attrs android.util.AttributeSet
defStyle int

onAttachedToWindow() 보호된 메소드

protected onAttachedToWindow ( ) : void
리턴 void

onDetachedFromWindow() 보호된 메소드

protected onDetachedFromWindow ( ) : void
리턴 void

setText() 공개 메소드

public setText ( CharSequence text, TextView.BufferType type ) : void
text CharSequence
type android.widget.TextView.BufferType
리턴 void