Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
net.simplace.pipe.progress.FWProgressViewModel
public class
FWProgressViewModel
{
// Public Constructors
public
FWProgressViewModel
(int aCount);
public
FWProgressViewModel
(Vector aTaskVector);
public
FWProgressViewModel
();
// Public Instance Methods
public void
addProgressTask
(
FWProgressTask
aTask);
aTask
public void
addProgressTask
(String aProgressID, String aX, String aY, String
aSystemID);
aProgressID
aX
aY
aSystemID
public Collection
getProgressTasks
();
aProgressID
returns
collection of process tasks
public int
getCount
();
returns
count of all processes
// Protected Instance Methods
protected boolean
areImagesUsed
();
returns
s if images are used in this progress
}
Passed to:
FWProgressBarPanel.FWProgressBarPanel
(),
FWProgressViewPanel.FWProgressViewPanel
()