Constructor and Description |
---|
FormPrimaryEnergyPot(Config conf,
int formId)
Constructor of form.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Method to handle button pushing.
|
void |
activate(PanelForm formPanel)
Method to activate the panel.
|
com.jgoodies.forms.builder.PanelBuilder |
createForm(int idx)
Method to create form.
|
javax.swing.JLabel[] |
getEnergyNeedsWoody() |
javax.swing.JLabel[] |
getFirewood() |
javax.swing.JLabel[] |
getForestSum() |
javax.swing.JLabel[] |
getForestWoodChips() |
int |
getFormId()
Method to get id of form.
|
PotEnergyGraph[] |
getGraph() |
javax.swing.JLabel[] |
getLandscapeWood() |
javax.swing.JLabel[] |
getSrcClass1() |
javax.swing.JLabel[] |
getSrcClass2() |
javax.swing.JLabel[] |
getSrcClass3() |
javax.swing.JLabel[] |
getSrcClass4() |
javax.swing.JLabel[] |
getSrcClass5() |
javax.swing.JLabel[] |
getSrcSum() |
java.lang.String |
toString()
Method to get title of form.
|
public FormPrimaryEnergyPot(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 void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public javax.swing.JLabel[] getEnergyNeedsWoody()
public javax.swing.JLabel[] getForestSum()
public javax.swing.JLabel[] getFirewood()
public javax.swing.JLabel[] getForestWoodChips()
public javax.swing.JLabel[] getLandscapeWood()
public javax.swing.JLabel[] getSrcSum()
public javax.swing.JLabel[] getSrcClass1()
public javax.swing.JLabel[] getSrcClass2()
public javax.swing.JLabel[] getSrcClass3()
public javax.swing.JLabel[] getSrcClass4()
public javax.swing.JLabel[] getSrcClass5()
public PotEnergyGraph[] getGraph()
public int getFormId()
IForm