Constructor and Description |
---|
FormSrc(Config conf,
java.lang.String key,
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[] |
getArea() |
javax.swing.JLabel[] |
getAreaUnit() |
javax.swing.JLabel[] |
getEnergyPotential() |
javax.swing.JLabel[] |
getEnergyPotentialUnit() |
javax.swing.JLabel[] |
getFieldCount() |
javax.swing.JLabel[] |
getFieldCountUnit() |
int |
getFormId()
Method to get id of form.
|
javax.swing.JLabel[] |
getMeanAnnuity() |
javax.swing.JLabel[] |
getMeanAnnuityDifference() |
javax.swing.JLabel[] |
getMeanAnnuityDifferenceUnit() |
javax.swing.JLabel[] |
getMeanAnnuityUnit() |
javax.swing.JLabel[] |
getMeanAreaComplexity() |
javax.swing.JLabel[] |
getMeanAreaComplexityUnit() |
javax.swing.JLabel[] |
getMeanErosion() |
javax.swing.JLabel[] |
getMeanLandscapeDiversity() |
javax.swing.JLabel[] |
getMeanNitrateLeaching() |
javax.swing.JLabel[] |
getMeanPercolationWater() |
javax.swing.JLabel[] |
getWheatEquivalent() |
javax.swing.JLabel[] |
getWheatEquivalentUnit() |
javax.swing.JLabel[] |
getWoodPotential() |
javax.swing.JLabel[] |
getWoodPotentialUnit() |
java.lang.String |
toString()
Method to get title of form.
|
public FormSrc(Config conf, java.lang.String key, int formId) throws java.net.MalformedURLException
conf
- Configurationkey
- KeyformId
- 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[] getWheatEquivalent()
public javax.swing.JLabel[] getWheatEquivalentUnit()
public javax.swing.JLabel[] getFieldCount()
public javax.swing.JLabel[] getFieldCountUnit()
public javax.swing.JLabel[] getArea()
public javax.swing.JLabel[] getAreaUnit()
public javax.swing.JLabel[] getMeanAnnuity()
public javax.swing.JLabel[] getMeanAnnuityUnit()
public javax.swing.JLabel[] getMeanAnnuityDifference()
public javax.swing.JLabel[] getMeanAnnuityDifferenceUnit()
public javax.swing.JLabel[] getMeanErosion()
public javax.swing.JLabel[] getMeanNitrateLeaching()
public javax.swing.JLabel[] getMeanPercolationWater()
public javax.swing.JLabel[] getMeanLandscapeDiversity()
public javax.swing.JLabel[] getMeanAreaComplexity()
public javax.swing.JLabel[] getMeanAreaComplexityUnit()
public int getFormId()
IForm