D
- Type of administrative data handled by the directory.public class LanSetupDialogSequence<D extends java.io.Serializable> extends AlertDialogSequence<D>
Constructor and Description |
---|
LanSetupDialogSequence(android.app.Activity activity,
comingle.comms.directory.BaseDirectory<D> directory)
Basic Constructor
|
LanSetupDialogSequence(android.app.Activity activity,
comingle.comms.directory.BaseDirectory<D> directory,
int row_res_id,
int name_res_id,
int loc_res_id,
int ip_addr_res_id)
Standard constructor, that prompts for request codes and displays current directory nodes when
setup is completed.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Run LAN setup dialog sequence.
|
addDialog, addDialogs, addDialogs
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 LanSetupDialogSequence(android.app.Activity activity, comingle.comms.directory.BaseDirectory<D> directory)
activity
- the activity that embeds the dialog boxes.directory
- the directory to setup.public LanSetupDialogSequence(android.app.Activity activity, comingle.comms.directory.BaseDirectory<D> directory, int row_res_id, int name_res_id, int loc_res_id, int ip_addr_res_id)
activity
- activity that embeds the dialog boxes.directory
- the directory to setup.row_res_id
- Resource ID of row view for each node entry.name_res_id
- Resource ID of name field for a node.loc_res_id
- Resource ID of location field for a node.ip_addr_res_id
- Resource ID of address field for a node.public void run()
run
in interface java.lang.Runnable
run
in class AlertDialogSequence<D extends java.io.Serializable>