public interface HandlerUI
| Modifier and Type | Method and Description |
|---|---|
String |
About()
Returns the About String shown when selecting the About menu item in the Options menu
|
String |
AboutTitle()
Returns the Title for the About Dialog shown when selecting the About menu item in the Options menu
|
void |
configurePreference(PreferenceActivity prefs)
Function to configure the Preference activity with any preset value necessary
|
void |
destroy()
Destroys any resources for the handlerUI
|
HandlerEntry |
init(Context context)
Initialises the settings entry with the name, description and icon resource ID
|
int |
setDisplay()
Returns the resource ID to the preference XML file containing the layout of the preference
|
HandlerEntry init(Context context)
context - Reference to the Context realising this entryint setDisplay()
String About()
String AboutTitle()
void configurePreference(PreferenceActivity prefs)
prefs - Reference to PreferenceActivityvoid destroy()