FileDocCategorySizeDatePackage
EditTextPreference.javaAPI DocAndroid 5.1 API1955Sat Mar 14 14:09:34 GMT 2015android.preference

EditTextPreference

public class EditTextPreference extends android.preference.DialogPreference

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

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

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

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

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

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

 throw new RuntimeException("Stub!"); 
protected voidonAddEditTextToDialogView(android.view.View dialogView, android.widget.EditText editText)

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

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

 throw new RuntimeException("Stub!"); 
protected java.lang.ObjectonGetDefaultValue(android.content.res.TypedArray a, int index)

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

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

 throw new RuntimeException("Stub!"); 
protected voidonSetInitialValue(boolean restoreValue, java.lang.Object defaultValue)

 throw new RuntimeException("Stub!"); 
public voidsetText(java.lang.String text)

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

 throw new RuntimeException("Stub!");