org.hdtourist.view.utils
Class BarProgressDialog

java.lang.Object
  extended by org.hdtourist.view.utils.IProgress
      extended by org.hdtourist.view.utils.SpinnerProgressDialog
          extended by org.hdtourist.view.utils.BarProgressDialog

public class BarProgressDialog
extends SpinnerProgressDialog

The Class BarProgressDialog.


Field Summary
 
Fields inherited from class org.hdtourist.view.utils.SpinnerProgressDialog
INSTANCE
 
Constructor Summary
BarProgressDialog(android.content.Context context)
          Instantiates a new bar progress dialog.
 
Method Summary
protected  void setStyle()
          Fija el style.
 
Methods inherited from class org.hdtourist.view.utils.SpinnerProgressDialog
forzarNotificacion, getNumProcesos, getNumProcesosPendientes, isShowing, notifica, setErrorProceso, setFinProceso, setIcono, setId, setInicioProceso, setNumProcesos, setProgresoProceso, setTexto, setTitulo
 
Methods inherited from class org.hdtourist.view.utils.IProgress
calcularProgreso
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarProgressDialog

public BarProgressDialog(android.content.Context context)
Instantiates a new bar progress dialog.

Parameters:
context - the context
Method Detail

setStyle

protected void setStyle()
Description copied from class: SpinnerProgressDialog
Fija el style.

Overrides:
setStyle in class SpinnerProgressDialog