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);

public void addProgressTask(String aProgressID, String aX, String aY, String
aSystemID);

public Collection getProgressTasks();


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()