

Public Member Functions | |
| BeanMemoryWidget () | |
| 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 | componentLabel = null |
| JLabel | propertyLabel = null |
| JLabel | SamplingSizeLabel = null |
| long | samples = 0 |
Static Private Attributes | |
| static final long | serialVersionUID = 4823621192367385632L |
| cl::utfsm::samplingSystemUI::BeanMemoryWidget::BeanMemoryWidget | ( | ) | [inline] |
References initialize().
| void cl::utfsm::samplingSystemUI::BeanMemoryWidget::initialize | ( | ) | [inline, private] |
This method initializes this
References componentLabel, propertyLabel, and SamplingSizeLabel.
Referenced by BeanMemoryWidget().
| void cl::utfsm::samplingSystemUI::BeanMemoryWidget::resetSampleCount | ( | ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
References samples, and SamplingSizeLabel.
| void cl::utfsm::samplingSystemUI::BeanMemoryWidget::setComponentAvailable | ( | boolean | tmp, | |
| String | reason, | |||
| int | position | |||
| ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
References componentLabel, propertyLabel, and SamplingSizeLabel.
| void cl::utfsm::samplingSystemUI::BeanMemoryWidget::setTimeWindow | ( | double | frecuency, | |
| int | time | |||
| ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
| void cl::utfsm::samplingSystemUI::BeanMemoryWidget::setValues | ( | String | component, | |
| String | property, | |||
| int | position | |||
| ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
References componentLabel, and propertyLabel.
| void cl::utfsm::samplingSystemUI::BeanMemoryWidget::updateValues | ( | long | time, | |
| double | value, | |||
| int | position | |||
| ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
References samples, and SamplingSizeLabel.
JLabel cl::utfsm::samplingSystemUI::BeanMemoryWidget::componentLabel = null [private] |
Referenced by initialize(), setComponentAvailable(), and setValues().
JLabel cl::utfsm::samplingSystemUI::BeanMemoryWidget::propertyLabel = null [private] |
Referenced by initialize(), setComponentAvailable(), and setValues().
long cl::utfsm::samplingSystemUI::BeanMemoryWidget::samples = 0 [private] |
Referenced by resetSampleCount(), and updateValues().
JLabel cl::utfsm::samplingSystemUI::BeanMemoryWidget::SamplingSizeLabel = null [private] |
Referenced by initialize(), resetSampleCount(), setComponentAvailable(), and updateValues().
final long cl::utfsm::samplingSystemUI::BeanMemoryWidget::serialVersionUID = 4823621192367385632L [static, private] |
Reimplemented from cl::utfsm::samplingSystemUI::SamplingWidget.
1.6.2