public class HandlerUIManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static HandlerUI[] |
handlers
array with HandlerUI references
|
static int |
max_handlers |
| Constructor and Description |
|---|
HandlerUIManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AboutDialog(String title,
String text)
Show About Dialog for other UIs
|
static boolean |
createHandlerUIs(Context activity)
Create the HandlerUI class instances and places them in the static array
|
static String |
readRMS(String store,
String defaultString)
read string from RMS for persistency
|
public static HandlerUI[] handlers
public static final int max_handlers
public static boolean createHandlerUIs(Context activity)
activity - Reference to the calling Activitypublic static String readRMS(String store, String defaultString)
store - String of the persistent fielddefaultString - Default value for the persistent field