

Public Member Functions | |
| BeanLister () | |
| void | updateValues (long time, double value, int position) |
| void | setValues (String component, String property, int position) |
| void | setComponentAvailable (boolean tmp, String reason, int position) |
| void | resetSampleCount () |
| void | setTimeWindow (double frecuency, int time) |
Private Member Functions | |
| void | initialize () |
Private Attributes | |
| JLabel | jLabel1 = null |
| JLabel | jLabel2 = null |
| JLabel | timeLabel = null |
| JLabel | jLabel4 = null |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| cl::utfsm::samplingSystemUI::BeanLister::BeanLister | ( | ) | [inline] |
This is the default constructor
References initialize().
| void cl::utfsm::samplingSystemUI::BeanLister::initialize | ( | ) | [inline, private] |
This method initializes this
References jLabel1, jLabel2, jLabel4, and timeLabel.
Referenced by BeanLister().
| void cl::utfsm::samplingSystemUI::BeanLister::resetSampleCount | ( | ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
| void cl::utfsm::samplingSystemUI::BeanLister::setComponentAvailable | ( | boolean | tmp, | |
| String | reason, | |||
| int | position | |||
| ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
| void cl::utfsm::samplingSystemUI::BeanLister::setTimeWindow | ( | double | frecuency, | |
| int | time | |||
| ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
| void cl::utfsm::samplingSystemUI::BeanLister::setValues | ( | String | component, | |
| String | property, | |||
| int | position | |||
| ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
| void cl::utfsm::samplingSystemUI::BeanLister::updateValues | ( | long | time, | |
| double | value, | |||
| int | position | |||
| ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
JLabel cl::utfsm::samplingSystemUI::BeanLister::jLabel1 = null [private] |
Referenced by initialize(), setComponentAvailable(), and setValues().
JLabel cl::utfsm::samplingSystemUI::BeanLister::jLabel2 = null [private] |
Referenced by initialize(), setComponentAvailable(), and setValues().
JLabel cl::utfsm::samplingSystemUI::BeanLister::jLabel4 = null [private] |
Referenced by initialize(), setComponentAvailable(), setValues(), and updateValues().
final long cl::utfsm::samplingSystemUI::BeanLister::serialVersionUID = 1L [static, private] |
Reimplemented from cl::utfsm::samplingSystemUI::SamplingWidget.
JLabel cl::utfsm::samplingSystemUI::BeanLister::timeLabel = null [private] |
Referenced by initialize(), setComponentAvailable(), setValues(), and updateValues().
1.6.2