public class HeartMonitorHandlerUI extends Object implements HandlerUI
HandlerUI,
HeartMonitorHandler| Constructor and Description |
|---|
HeartMonitorHandlerUI() |
| 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 - here collecting the paired BT devices and populating the appropriate ListPreference
|
void |
destroy()
Destroys any resources for this
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
|
public HandlerEntry init(Context context)
public int setDisplay()
setDisplay in interface HandlerUIpublic String About()
public String AboutTitle()
AboutTitle in interface HandlerUIpublic void destroy()
HandlerUIpublic void configurePreference(PreferenceActivity prefs)
configurePreference in interface HandlerUIprefs - Reference to PreferenceActivity