android.text.style
Class ClickableSpan
java.lang.Object
android.text.style.CharacterStyle
android.text.style.ClickableSpan
- All Implemented Interfaces:
- UpdateAppearance
- Direct Known Subclasses:
- URLSpan
public abstract class ClickableSpan
- extends CharacterStyle
- implements UpdateAppearance
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClickableSpan
public ClickableSpan()
onClick
public abstract void onClick(View widget)
updateDrawState
public void updateDrawState(TextPaint ds)
- Specified by:
updateDrawState
in class CharacterStyle
Copyright © 2008-2012. All Rights Reserved.