-
masterValueTextField
javax.swing.JTextField masterValueTextField
This filed will hold the conversion result from slave to master, or
master value to convert.
-
includeLabelCheck
javax.swing.JCheckBox includeLabelCheck
If this check box is set then include labels in master, slave text
fields.
-
formatsComboBox
javax.swing.JComboBox<E> formatsComboBox
This combo box will hold all formats.
-
masterValueComboBox
javax.swing.JComboBox<E> masterValueComboBox
This combo box will hold the master units measure names.
-
slaveValueComboBox
javax.swing.JComboBox<E> slaveValueComboBox
This combo box will hold the slave values.
-
decimalsOverrideComboBox
javax.swing.JComboBox<E> decimalsOverrideComboBox
This combo box will hold the decimal override values.
-
slaveValueTextField
javax.swing.JTextField slaveValueTextField
This filed will hold the conversion result from master to slave, or
slave value to convert.
-
swapValuesCheck
javax.swing.JCheckBox swapValuesCheck
If this check box is set then convert from slave to master value, else
reverse.
-
conversionManager
ConversionManager conversionManager
Conversion manager.
-
masterActionFlag
boolean masterActionFlag
If this flag is set then master combo box may be chaged.
-
slaveActionFlag
boolean slaveActionFlag
If this flag is set then slave combo box may be chaged.
-
copyButtonMaster
javax.swing.JButton copyButtonMaster
The button from master panel.
-
copyButtonSlave
javax.swing.JButton copyButtonSlave
The button from slave panel.
-
decimalsNumberToShow
int decimalsNumberToShow
Decimals number to include in result.