Package net.simplace.pipe.progress
Klasse FWProgressViewModel
java.lang.Object
net.simplace.pipe.progress.FWProgressViewModel
- Autor:
- Andreas Enders
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFWProgressViewModel(int aCount) FWProgressViewModel(Vector<FWProgressTask> aTaskVector) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddProgressTask(String aProgressID, String aX, String aY, String aSystemID) voidaddProgressTask(FWProgressTask aTask) protected booleanintgetCount()
-
Konstruktordetails
-
FWProgressViewModel
public FWProgressViewModel(int aCount) - Parameter:
aCount-
-
FWProgressViewModel
- Parameter:
aTaskVector-
-
FWProgressViewModel
public FWProgressViewModel()- Parameter:
aTaskMap-
-
-
Methodendetails
-
addProgressTask
- Parameter:
aTask-
-
addProgressTask
- Parameter:
aProgressID-aX-aY-aSystemID-
-
getProgressTasks
- Parameter:
aProgressID-- Gibt zurück:
- collection of process tasks
-
getCount
public int getCount()- Gibt zurück:
- count of all processes
-
areImagesUsed
protected boolean areImagesUsed()- Gibt zurück:
- s if images are used in this progress
-