org.uacalc.ui.tm
Class ProgressState
java.lang.Object
org.uacalc.ui.tm.ProgressState
public class ProgressState
- extends java.lang.Object
This will hold the state needed by the ProgressMonitor.
Things like pass, passSize and the whole log document.
Since this is a model for ProgressMonitor, it should only
be accessed through the EventThread.
- Author:
- ralph
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressState
public ProgressState()
getPass
public int getPass()
setPass
public void setPass(int v)
getPassSize
public int getPassSize()
setPassSize
public void setPassSize(int v)
getSize
public int getSize()
setSize
public void setSize(int v)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String v)
getLogLines
public java.util.List<java.lang.String> getLogLines()
setLogLines
public void setLogLines(java.util.List<java.lang.String> v)
addLogLine
public void addLogLine(java.lang.String line)
clearLogLines
public void clearLogLines()
clearAll
public void clearAll()
Copyright 2003 Ralph Freese. All Rights Reserved.