D
- Type of administrative data handled by the directory.public class AlertDialogSequence<D extends java.io.Serializable>
extends java.lang.Thread
Constructor and Description |
---|
AlertDialogSequence(android.app.Activity activity)
Basic Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addDialog(DirectoryDialogBuilder<D> dialog)
Add a dialog builder to the default list of builders
|
void |
addDialogs(DirectoryDialogBuilder<D>[] ds)
Add an array of dialog builders to the default list of builders
|
void |
addDialogs(java.util.List<DirectoryDialogBuilder<D>> ds)
Add a list of dialog builders to the default list of builders
|
void |
run()
Main thread routine: Displays a list of dialog boxes prompting user input.
|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public AlertDialogSequence(android.app.Activity activity)
activity
- the activity that embeds the dialog boxes created by this sequence.public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void addDialog(DirectoryDialogBuilder<D> dialog)
dialog
- the dialog builder to add.public void addDialogs(java.util.List<DirectoryDialogBuilder<D>> ds)
ds
- the list of dialog builders to add.public void addDialogs(DirectoryDialogBuilder<D>[] ds)
ds
- the array of dialog builders to add.