android.content
Interface DialogInterface
- All Known Implementing Classes:
- AlertDialog, CharacterPickerDialog, DatePickerDialog, Dialog, ProgressDialog, TimePickerDialog
public interface DialogInterface
BUTTON_POSITIVE
static final int BUTTON_POSITIVE
- See Also:
- Constant Field Values
BUTTON_NEGATIVE
static final int BUTTON_NEGATIVE
- See Also:
- Constant Field Values
BUTTON_NEUTRAL
static final int BUTTON_NEUTRAL
- See Also:
- Constant Field Values
BUTTON1
static final int BUTTON1
- See Also:
- Constant Field Values
BUTTON2
static final int BUTTON2
- See Also:
- Constant Field Values
BUTTON3
static final int BUTTON3
- See Also:
- Constant Field Values
cancel
void cancel()
dismiss
void dismiss()
Copyright © 2008-2012. All Rights Reserved.