|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hdtourist.view.utils.IProgress
org.hdtourist.view.utils.SpinnerProgressDialog
public class SpinnerProgressDialog
The Class SpinnerProgressDialog.
Field Summary | |
---|---|
protected android.app.ProgressDialog |
INSTANCE
The instance. |
private int |
numProcesos
The num procesos. |
private int |
numProcesosPendientes
The num procesos pendientes. |
Constructor Summary | |
---|---|
SpinnerProgressDialog(android.content.Context context)
Instantiates a new spinner progress dialog. |
Method Summary | |
---|---|
void |
forzarNotificacion()
Forzar notificacion. |
int |
getNumProcesos()
Gets the num procesos. |
protected int |
getNumProcesosPendientes()
Gets the num procesos pendientes. |
boolean |
isShowing()
Checks if is showing. |
void |
notifica()
Notifica. |
private void |
reset()
Reset. |
void |
setErrorProceso()
Fija el error proceso. |
void |
setFinProceso()
Fija el fin proceso. |
void |
setIcono(int id)
Sets the icono. |
void |
setId(int ID)
Sets the id. |
void |
setInicioProceso()
Fija el inicio proceso. |
void |
setNumProcesos(int numProcesos)
Sets the num procesos. |
void |
setProgresoProceso(int progresoActual)
Sets the progreso proceso. |
protected void |
setStyle()
Fija el style. |
void |
setTexto(java.lang.String texto)
Sets the texto. |
void |
setTitulo(java.lang.String title)
Sets the titulo. |
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 |
Field Detail |
---|
private int numProcesos
private int numProcesosPendientes
protected android.app.ProgressDialog INSTANCE
Constructor Detail |
---|
public SpinnerProgressDialog(android.content.Context context)
context
- the contextMethod Detail |
---|
public void forzarNotificacion()
IProgress
forzarNotificacion
in class IProgress
public int getNumProcesos()
IProgress
getNumProcesos
in class IProgress
public boolean isShowing()
IProgress
isShowing
in class IProgress
public void notifica()
IProgress
notifica
in class IProgress
public void setErrorProceso()
IProgress
setErrorProceso
in class IProgress
public void setFinProceso()
IProgress
setFinProceso
in class IProgress
public void setIcono(int id)
IProgress
setIcono
in class IProgress
id
- the new iconopublic void setId(int ID)
IProgress
setId
in class IProgress
ID
- the new idpublic void setInicioProceso()
IProgress
setInicioProceso
in class IProgress
public void setNumProcesos(int numProcesos)
IProgress
setNumProcesos
in class IProgress
numProcesos
- the new num procesospublic void setProgresoProceso(int progresoActual)
IProgress
setProgresoProceso
in class IProgress
progresoActual
- the new progreso procesopublic void setTexto(java.lang.String texto)
IProgress
setTexto
in class IProgress
texto
- the new textopublic void setTitulo(java.lang.String title)
IProgress
setTitulo
in class IProgress
title
- the new tituloprivate void reset()
protected int getNumProcesosPendientes()
IProgress
getNumProcesosPendientes
in class IProgress
protected void setStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |