public class FormForestScenario extends java.lang.Object implements IForm, java.awt.event.ItemListener, java.awt.event.ActionListener
Constructor and Description |
---|
FormForestScenario(Config conf)
Constructor of form.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Method to handle check box selection.
|
void |
activate(PanelForm formPanel)
Method to activate the panel.
|
javax.swing.JFormattedTextField |
getFirewoodPercent() |
javax.swing.JCheckBox |
getFscCertification() |
javax.swing.JFormattedTextField |
getRestwoodUsage() |
void |
itemStateChanged(java.awt.event.ItemEvent e)
State change listener for check box.
|
void |
setFirewoodPercent(javax.swing.JFormattedTextField firewoodPercent) |
void |
setFscCertification(javax.swing.JCheckBox fscCertification) |
void |
setRestwoodUsage(javax.swing.JFormattedTextField restwoodUsage) |
public FormForestScenario(Config conf) throws java.net.MalformedURLException
conf
- Configurationjava.net.MalformedURLException
public void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged
in interface java.awt.event.ItemListener
e
- public void activate(PanelForm formPanel)
public javax.swing.JCheckBox getFscCertification()
public void setFscCertification(javax.swing.JCheckBox fscCertification)
public javax.swing.JFormattedTextField getRestwoodUsage()
public void setRestwoodUsage(javax.swing.JFormattedTextField restwoodUsage)
public javax.swing.JFormattedTextField getFirewoodPercent()
public void setFirewoodPercent(javax.swing.JFormattedTextField firewoodPercent)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener