Loading [MathJax]/extensions/tex2jax.js
net.simplace.ui.progress.FWProgressViewModel
public class FWProgressViewModel {
// Public Constructors
public FWProgressViewModel(Vector aTaskVector);
public FWProgressViewModel();
// Public Instance Methods public void
addProgressTask(String aProgressID, String aX, String aY, String
aSystemID);
- aProgressID
- aX
- aY
- aSystemID
public Collection
getProgressTasks();
returns collection of process tasks
public int getProgressTaskCount();
returns count of all processes
// Protected Instance Methods protected boolean areImagesUsed();
returns s if images are used in this progress
}
Passed to: FWProgressViewPanel.FWProgressViewPanel()