Constructor and Description |
---|
FormLandscape(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 |
createForm(int idx)
Method to create form.
|
javax.swing.JLabel[] |
getAnnuity() |
javax.swing.JLabel[] |
getAnnuityUnit() |
javax.swing.JLabel[] |
getEnergyPotential() |
javax.swing.JLabel[] |
getEnergyPotentialUnit() |
int |
getFormId()
Method to get id of form.
|
javax.swing.JLabel[] |
getWoodPotential() |
javax.swing.JLabel[] |
getWoodPotentialUnit() |
java.lang.String |
toString()
Method to get title of form.
|
public FormLandscape(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 createForm(int idx)
idx
- Idpublic javax.swing.JLabel[] getWoodPotential()
public javax.swing.JLabel[] getWoodPotentialUnit()
public javax.swing.JLabel[] getEnergyPotential()
public javax.swing.JLabel[] getEnergyPotentialUnit()
public javax.swing.JLabel[] getAnnuity()
public javax.swing.JLabel[] getAnnuityUnit()
public int getFormId()
IForm