es.cesar.quitesleep.subactivities
Class MailSettings

java.lang.Object
  extended by Activity
      extended by es.cesar.quitesleep.subactivities.MailSettings

public class MailSettings
extends Activity

Author:
Cesar Valiente Gordo

Constructor Summary
MailSettings()
           
 
Method Summary
 void onClick(View view)
           
 void onCreate(Bundle savedInstanceState)
           
protected  Dialog onCreateDialog(int id)
          Create the activity dialogs used for it
protected  void onPrepareDialog(int idDialog, Dialog dialog)
          This function prepare the dalogs every time to call for some of this
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailSettings

public MailSettings()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)

onClick

public void onClick(View view)

onCreateDialog

protected Dialog onCreateDialog(int id)
Create the activity dialogs used for it

Parameters:
id -
Returns:
the dialog for the option specified
See Also:
Dialog

onPrepareDialog

protected void onPrepareDialog(int idDialog,
                               Dialog dialog)
This function prepare the dalogs every time to call for some of this

Parameters:
int -
dialog -