android.view
Class AbsSavedState

java.lang.Object
  extended by android.view.AbsSavedState
All Implemented Interfaces:
Parcelable
Direct Known Subclasses:
Preference.BaseSavedState, View.BaseSavedState

public abstract class AbsSavedState
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<AbsSavedState> CREATOR
           
static AbsSavedState EMPTY_STATE
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
protected AbsSavedState(Parcel source)
           
protected AbsSavedState(Parcelable superState)
           
 
Method Summary
 int describeContents()
           
 Parcelable getSuperState()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_STATE

public static final AbsSavedState EMPTY_STATE

CREATOR

public static final Parcelable.Creator<AbsSavedState> CREATOR
Constructor Detail

AbsSavedState

protected AbsSavedState(Parcelable superState)

AbsSavedState

protected AbsSavedState(Parcel source)
Method Detail

getSuperState

public final Parcelable getSuperState()

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable


Copyright © 2008-2012. All Rights Reserved.