public class StatusPanel extends JPanel
Constructor and Description |
---|
StatusPanel(int iParamTestsNum,
String sParamEnableMultiple)
private JLabel _labelTestNum = new JLabel();
private JButton _buttonStop;
private JProgressBar _progressBarObj = new JProgressBar();
|
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, setVisible
public StatusPanel(int iParamTestsNum, String sParamEnableMultiple)
public boolean wantToStop()
public void endTest()
public void setText(String sParamText)
sParamText
- String status of test-run