Android
android.widget
public static class

android.widget.TextView.SavedState

java.lang.Object
android.view.AbsSavedState Parcelable
android.view.View.BaseSavedState
android.widget.TextView.SavedState

Summary

Constants

      Value  
Creator<TextView.SavedState CREATOR       
Constants inherited from class android.view.View.BaseSavedState
Constants inherited from class android.view.AbsSavedState
Constants inherited from interface android.os.Parcelable

Public Methods

          String  toString()
Returns a string containing a concise, human-readable description of the receiver.
          void  writeToParcel(Parcel out, int flags)
Flatten this object in to a Parcel.
Methods inherited from class android.view.AbsSavedState
Methods inherited from class java.lang.Object
Methods inherited from interface android.os.Parcelable

Details

Constants

public static final Creator<TextView.SavedState> CREATOR

Public Methods

public String toString()

Returns a string containing a concise, human-readable description of the receiver.

Returns

  • String a printable representation for the receiver.

public void writeToParcel(Parcel out, int flags)

Flatten this object in to a Parcel.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56