android.text
Interface Spannable

All Superinterfaces:
CharSequence, Spanned
All Known Subinterfaces:
Editable
All Known Implementing Classes:
SpannableString, SpannableStringBuilder

public interface Spannable
extends Spanned


Nested Class Summary
static class Spannable.Factory
           
 
Field Summary
 
Fields inherited from interface android.text.Spanned
SPAN_COMPOSING, SPAN_EXCLUSIVE_EXCLUSIVE, SPAN_EXCLUSIVE_INCLUSIVE, SPAN_INCLUSIVE_EXCLUSIVE, SPAN_INCLUSIVE_INCLUSIVE, SPAN_INTERMEDIATE, SPAN_MARK_MARK, SPAN_MARK_POINT, SPAN_PARAGRAPH, SPAN_POINT_MARK, SPAN_POINT_MARK_MASK, SPAN_POINT_POINT, SPAN_PRIORITY, SPAN_PRIORITY_SHIFT, SPAN_USER, SPAN_USER_SHIFT
 
Method Summary
 void removeSpan(Object what)
           
 void setSpan(Object what, int start, int end, int flags)
           
 
Methods inherited from interface android.text.Spanned
getSpanEnd, getSpanFlags, getSpans, getSpanStart, nextSpanTransition
 
Methods inherited from interface java.lang.CharSequence
charAt, length, subSequence, toString
 

Method Detail

setSpan

void setSpan(Object what,
             int start,
             int end,
             int flags)

removeSpan

void removeSpan(Object what)


Copyright © 2008-2012. All Rights Reserved.