public class StatusPanel extends JPanel
| Constructor and Description |
|---|
StatusPanel(int iParamTestsNum,
String sParamEnableMultiple) |
| Modifier and Type | Method and Description |
|---|---|
void |
endTest()
End the currently running test
Cannot be restarted.
|
void |
setText(String sParamText)
Sets a string explaining progress of tests
|
boolean |
wantToStop()
Get intention to stop tests
|
add, addMouseListener, addWindowListener, getToolkit, pack, repaint, setBorder, setCursor, setEditable, setEnabled, setForeground, setLayout, setLayout, setPreferredSize, setResizable, setSize, setTitle, setVisiblepublic StatusPanel(int iParamTestsNum,
String sParamEnableMultiple)
public void endTest()
public void setText(String sParamText)
sParamText - String status of test-runpublic boolean wantToStop()