Public Member Functions | |
BeanGrouper (SamplingSystemGUI ssg) | |
BeanGrouper (SamplingSystemGUI ssg, String group) | |
void | addSamp (DataPrinter w) |
void | updateLabel () |
boolean | Ready2Samp () |
void | setCheckName (String name) |
String | getCheckName () |
void | addSamp (String component, String property) |
boolean | checkIfExists (String component, String property) |
Private Member Functions | |
void | initialize () |
JButton | getCloseSamplingButton () |
JTextField | getTimeSampTextField () |
JLabel | getTimeSampLabel () |
JLabel | getjLabel () |
void | setjLabel (String text) |
JTextField | getFreqTextField () |
JLabel | getFrequencyLabel () |
JLabel | getJCheckBox () |
JButton | getStopButton () |
JPanel | getJPanel () |
void | startSample () |
JButton | getStartSampleButton () |
void | stopSample () |
Private Attributes | |
JLabel | jCheckBox = null |
JLabel | jLabel = null |
JPanel | jPanel = null |
JButton | jStopButton = null |
JButton | jCloseButton = null |
JLabel | frecuencyLabel = null |
JTextField | freqTextField = null |
JLabel | timeSampLabel = null |
JTextField | timeSampTextField = null |
ArrayList< DataPrinter > | samplers = null |
boolean | ready2samp = false |
JButton | startSampleButton = null |
FileHelper | toFile |
boolean | isStopped = true |
SamplingSystemGUI | ssg = null |
Static Private Attributes | |
final long | serialVersionUID = 1L |
|
This is the default constructor |
|
This is the overloaded constructor that allows to save the Sampling Group name |
|
|
|
This method adds a new sample (represented as a BeanListe) into this class. This class should be able to hold N samples inside itself.
|
|
|
|
Generic getter for the group name
|
|
|
|
|
|
|
|
This method initializes jCheckBox
|
|
|
|
This method initializes jPanel
|
|
This method initializes startSampleButton
|
|
|
|
|
|
|
|
This method initializes this
|
|
Getter for a boolean status check.
|
|
Generic setter for the Group name
|
|
|
|
Method to begin the sampling of all the samples contained in the class. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|