OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions
net.osmand.plus.ProgressDialogImplementation Class Reference

Inherits IProgress.

List of all members.

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)

Constructor & Destructor Documentation

net.osmand.plus.ProgressDialogImplementation.ProgressDialogImplementation ( Context  ctx,
ProgressDialog  dlg,
boolean  cancelable 
)
net.osmand.plus.ProgressDialogImplementation.ProgressDialogImplementation ( ProgressDialog  dlg,
boolean  cancelable 
)

Member Function Documentation

static ProgressDialogImplementation net.osmand.plus.ProgressDialogImplementation.createProgressDialog ( Context  ctx,
String  title,
String  message,
int  style 
) [static]
void net.osmand.plus.ProgressDialogImplementation.progress ( int  deltaWork)
void net.osmand.plus.ProgressDialogImplementation.run ( )
void net.osmand.plus.ProgressDialogImplementation.setRunnable ( String  threadName,
Runnable  run 
)
void net.osmand.plus.ProgressDialogImplementation.startTask ( String  taskName,
int  work 
)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines