Constructor and Description |
---|
FormForest(Config conf,
int formId)
Constructor of form.
|
Modifier and Type | Method and Description |
---|---|
void |
activate(PanelForm formPanel)
Method to activate the panel.
|
com.jgoodies.forms.builder.PanelBuilder |
createForestForm(int idx)
Method to create form.
|
javax.swing.JLabel[] |
getFireAnnuity() |
javax.swing.JLabel[] |
getFireAnnuityHa() |
javax.swing.JLabel[] |
getFireAnnuityHaUnit() |
javax.swing.JLabel[] |
getFireAnnuityUnit() |
javax.swing.JLabel[] |
getFireEnergyPotential() |
javax.swing.JLabel[] |
getFireEnergyPotentialUnit() |
javax.swing.JLabel[] |
getFireWoodPotential() |
javax.swing.JLabel[] |
getFireWoodPotentialUnit() |
int |
getFormId()
Method to get id of form.
|
javax.swing.JLabel[] |
getIndustrialWoodPotential() |
javax.swing.JLabel[] |
getIndustrialWoodPotentialUnit() |
javax.swing.JLabel[] |
getRestAnnuity() |
javax.swing.JLabel[] |
getRestAnnuityHa() |
javax.swing.JLabel[] |
getRestAnnuityHaUnit() |
javax.swing.JLabel[] |
getRestAnnuityUnit() |
javax.swing.JLabel[] |
getRestEnergyPotential() |
javax.swing.JLabel[] |
getRestEnergyPotentialUnit() |
javax.swing.JLabel[] |
getRestWoodPotential() |
javax.swing.JLabel[] |
getRestWoodPotentialUnit() |
javax.swing.JLabel[] |
getStemWoodPotential() |
javax.swing.JLabel[] |
getStemWoodPotentialUnit() |
java.lang.String |
toString()
Method to get title of form.
|
public FormForest(Config conf, int formId) throws java.net.MalformedURLException
conf
- ConfigurationformId
- Id of formjava.net.MalformedURLException
public void activate(PanelForm formPanel)
public com.jgoodies.forms.builder.PanelBuilder createForestForm(int idx)
idx
- Idpublic javax.swing.JLabel[] getStemWoodPotential()
public javax.swing.JLabel[] getStemWoodPotentialUnit()
public javax.swing.JLabel[] getIndustrialWoodPotential()
public javax.swing.JLabel[] getIndustrialWoodPotentialUnit()
public javax.swing.JLabel[] getFireWoodPotential()
public javax.swing.JLabel[] getFireWoodPotentialUnit()
public javax.swing.JLabel[] getFireEnergyPotential()
public javax.swing.JLabel[] getFireEnergyPotentialUnit()
public javax.swing.JLabel[] getFireAnnuity()
public javax.swing.JLabel[] getFireAnnuityUnit()
public javax.swing.JLabel[] getFireAnnuityHa()
public javax.swing.JLabel[] getFireAnnuityHaUnit()
public javax.swing.JLabel[] getRestWoodPotential()
public javax.swing.JLabel[] getRestWoodPotentialUnit()
public javax.swing.JLabel[] getRestEnergyPotential()
public javax.swing.JLabel[] getRestEnergyPotentialUnit()
public javax.swing.JLabel[] getRestAnnuity()
public javax.swing.JLabel[] getRestAnnuityUnit()
public javax.swing.JLabel[] getRestAnnuityHa()
public javax.swing.JLabel[] getRestAnnuityHaUnit()
public int getFormId()
IForm