android.text.style
Class ClickableSpan

java.lang.Object
  extended by android.text.style.CharacterStyle
      extended by android.text.style.ClickableSpan
All Implemented Interfaces:
UpdateAppearance
Direct Known Subclasses:
URLSpan

public abstract class ClickableSpan
extends CharacterStyle
implements UpdateAppearance


Constructor Summary
ClickableSpan()
           
 
Method Summary
abstract  void onClick(View widget)
           
 void updateDrawState(TextPaint ds)
           
 
Methods inherited from class android.text.style.CharacterStyle
getUnderlying, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClickableSpan

public ClickableSpan()
Method Detail

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.