Constructor and Description |
---|
FormAnnuity(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[] |
getAnnuityForestFirewood() |
javax.swing.JLabel[] |
getAnnuityForestWoodChips() |
javax.swing.JLabel[] |
getAnnuityLandscape() |
javax.swing.JLabel[][] |
getAnnuitySrc() |
int |
getFormId()
Method to get id of form.
|
AnnuityGraph[] |
getGraph()
Method to get annuity graphs.
|
java.lang.String |
toString()
Method to get title of form.
|
public FormAnnuity(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[][] getAnnuitySrc()
public javax.swing.JLabel[] getAnnuityForestFirewood()
public javax.swing.JLabel[] getAnnuityForestWoodChips()
public javax.swing.JLabel[] getAnnuityLandscape()
public AnnuityGraph[] getGraph()
public int getFormId()
IForm