OsmAnd
|
Inherits IProgress.
Public Member Functions | |
ProgressDialogImplementation (Context ctx, ProgressDialog dlg, boolean cancelable) | |
ProgressDialogImplementation (ProgressDialog dlg, boolean cancelable) | |
ProgressDialogImplementation (final ProgressDialog dlg) | |
void | setDialog (ProgressDialog dlg) |
void | setRunnable (String threadName, Runnable run) |
void | run () |
void | progress (int deltaWork) |
void | remaining (int remainingWork) |
boolean | isIndeterminate () |
void | startTask (String taskName, int work) |
void | finishTask () |
boolean | isInterrupted () |
ProgressDialog | getDialog () |
void | startWork (int work) |
void | setGeneralProgress (String genProgress) |
Static Public Member Functions | |
static ProgressDialogImplementation | createProgressDialog (Context ctx, String title, String message, int style) |
net.osmand.plus.ProgressDialogImplementation.ProgressDialogImplementation | ( | Context | ctx, |
ProgressDialog | dlg, | ||
boolean | cancelable | ||
) |
net.osmand.plus.ProgressDialogImplementation.ProgressDialogImplementation | ( | ProgressDialog | dlg, |
boolean | cancelable | ||
) |
net.osmand.plus.ProgressDialogImplementation.ProgressDialogImplementation | ( | final ProgressDialog | dlg | ) |
static ProgressDialogImplementation net.osmand.plus.ProgressDialogImplementation.createProgressDialog | ( | Context | ctx, |
String | title, | ||
String | message, | ||
int | style | ||
) | [static] |
ProgressDialog net.osmand.plus.ProgressDialogImplementation.getDialog | ( | ) |
void net.osmand.plus.ProgressDialogImplementation.progress | ( | int | deltaWork | ) |
void net.osmand.plus.ProgressDialogImplementation.remaining | ( | int | remainingWork | ) |
void net.osmand.plus.ProgressDialogImplementation.run | ( | ) |
void net.osmand.plus.ProgressDialogImplementation.setDialog | ( | ProgressDialog | dlg | ) |
void net.osmand.plus.ProgressDialogImplementation.setGeneralProgress | ( | String | genProgress | ) |
void net.osmand.plus.ProgressDialogImplementation.setRunnable | ( | String | threadName, |
Runnable | run | ||
) |
void net.osmand.plus.ProgressDialogImplementation.startTask | ( | String | taskName, |
int | work | ||
) |
void net.osmand.plus.ProgressDialogImplementation.startWork | ( | int | work | ) |