FileDocCategorySizeDatePackage
DialogPreference.javaAPI DocAndroid 5.1 API3831Sat Mar 14 14:09:40 GMT 2015android.preference

DialogPreference

public abstract class DialogPreference extends android.preference.Preference implements android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnDismissListener, android.preference.PreferenceManager.OnActivityDestroyListener

Fields Summary
Constructors Summary
public DialogPreference(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
public DialogPreference(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
public DialogPreference(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
public DialogPreference(android.content.Context context)

 super((android.content.Context)null); throw new RuntimeException("Stub!"); 
Methods Summary
public android.app.DialoggetDialog()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetDialogIcon()

 throw new RuntimeException("Stub!"); 
public intgetDialogLayoutResource()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetDialogMessage()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetDialogTitle()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetNegativeButtonText()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetPositiveButtonText()

 throw new RuntimeException("Stub!"); 
public voidonActivityDestroy()

 throw new RuntimeException("Stub!"); 
protected voidonBindDialogView(android.view.View view)

 throw new RuntimeException("Stub!"); 
protected voidonClick()

 throw new RuntimeException("Stub!"); 
public voidonClick(android.content.DialogInterface dialog, int which)

 throw new RuntimeException("Stub!"); 
protected android.view.ViewonCreateDialogView()

 throw new RuntimeException("Stub!"); 
protected voidonDialogClosed(boolean positiveResult)

 throw new RuntimeException("Stub!"); 
public voidonDismiss(android.content.DialogInterface dialog)

 throw new RuntimeException("Stub!"); 
protected voidonPrepareDialogBuilder(android.app.AlertDialog.Builder builder)

 throw new RuntimeException("Stub!"); 
protected voidonRestoreInstanceState(android.os.Parcelable state)

 throw new RuntimeException("Stub!"); 
protected android.os.ParcelableonSaveInstanceState()

 throw new RuntimeException("Stub!"); 
public voidsetDialogIcon(android.graphics.drawable.Drawable dialogIcon)

 throw new RuntimeException("Stub!"); 
public voidsetDialogIcon(int dialogIconRes)

 throw new RuntimeException("Stub!"); 
public voidsetDialogLayoutResource(int dialogLayoutResId)

 throw new RuntimeException("Stub!"); 
public voidsetDialogMessage(java.lang.CharSequence dialogMessage)

 throw new RuntimeException("Stub!"); 
public voidsetDialogMessage(int dialogMessageResId)

 throw new RuntimeException("Stub!"); 
public voidsetDialogTitle(java.lang.CharSequence dialogTitle)

 throw new RuntimeException("Stub!"); 
public voidsetDialogTitle(int dialogTitleResId)

 throw new RuntimeException("Stub!"); 
public voidsetNegativeButtonText(java.lang.CharSequence negativeButtonText)

 throw new RuntimeException("Stub!"); 
public voidsetNegativeButtonText(int negativeButtonTextResId)

 throw new RuntimeException("Stub!"); 
public voidsetPositiveButtonText(java.lang.CharSequence positiveButtonText)

 throw new RuntimeException("Stub!"); 
public voidsetPositiveButtonText(int positiveButtonTextResId)

 throw new RuntimeException("Stub!"); 
protected voidshowDialog(android.os.Bundle state)

 throw new RuntimeException("Stub!");