|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrseslib.system.progress.AbstractProgress
vr.system.progress.VisualStdOutProgress
public class VisualStdOutProgress
Wyswietla informacje o postepie w nowym oknie.
Field Summary | |
---|---|
(package private) int |
m_nCurrentPoint
Aktualny krok tego "progressu". |
(package private) long |
m_nStartTime
Czas kiedy zaczelo siê liczenie postepu. |
(package private) javax.swing.JProgressBar |
progressBar
Pasek postêpu. |
(package private) javax.swing.JTextArea |
textArea
"TextArea" do wyswietlania informacji. |
Fields inherited from class rseslib.system.progress.AbstractProgress |
---|
m_Name, m_nEndPoint |
Constructor Summary | |
---|---|
VisualStdOutProgress()
|
Method Summary | |
---|---|
void |
set(java.lang.String name,
int noOfSteps)
Ustawia laczna liczbe krokow do wykonania. |
void |
step()
Wykonuje pojedynczy krok. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int m_nCurrentPoint
long m_nStartTime
javax.swing.JProgressBar progressBar
javax.swing.JTextArea textArea
Constructor Detail |
---|
public VisualStdOutProgress()
Method Detail |
---|
public void set(java.lang.String name, int noOfSteps)
set
in interface rseslib.system.progress.Progress
set
in class rseslib.system.progress.AbstractProgress
name
- Nazwa tego "progressu".noOfSteps
- Liczba krokow.public void step() throws java.lang.InterruptedException
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |