Constructor and Description |
---|
FormConversionFactors(Config conf)
Constructor of form.
|
Modifier and Type | Method and Description |
---|---|
void |
activate(PanelForm formPanel)
Method to activate the panel.
|
javax.swing.JFormattedTextField |
getFm2tAtro()
Method to get field of conversion from cubic meter to dry mass.
|
javax.swing.JFormattedTextField |
gettAtro2MWh()
Method to get field of conversion from dry mass to MWh.
|
void |
setFm2tAtro(javax.swing.JFormattedTextField fm2tAtro)
Method to set field of conversion from cubic meter to dry mass.
|
void |
settAtro2MWh(javax.swing.JFormattedTextField tAtro2MWh)
Method to set field of conversion from dry mass to MWh.
|
public FormConversionFactors(Config conf) throws java.net.MalformedURLException
conf
- Configurationjava.net.MalformedURLException
public void activate(PanelForm formPanel)
public javax.swing.JFormattedTextField getFm2tAtro()
public void setFm2tAtro(javax.swing.JFormattedTextField fm2tAtro)
fm2tAtro
- Text field of conversion factorpublic javax.swing.JFormattedTextField gettAtro2MWh()
public void settAtro2MWh(javax.swing.JFormattedTextField tAtro2MWh)
tAtro2MWh
- Text field of conversion factor