Constructor and Description |
---|
FormAdminAnnuityBoxplots(Config conf,
java.lang.String key,
int formId)
Constructor of annuity boxplot 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 |
createPotForm(int idx)
Method to create form.
|
int |
getFormId()
Method to get id of form.
|
BoxplotMulti[] |
getGraphAnnuityDifference()
Method to get boxplots of annuity difference.
|
BoxplotMulti[] |
getGraphBarleyAnnuity()
Method to get boxplots of barley annuity.
|
BoxplotMulti[] |
getGraphCropYieldAnnuity()
Method to get boxplots of crop yield annuity.
|
BoxplotMulti[] |
getGraphMaizeAnnuity()
Method to get boxplots of maize annuity.
|
BoxplotMulti[] |
getGraphRapeAnnuity()
Method to get boxplots of oilseed rape annuity.
|
BoxplotMulti[] |
getGraphSrcAnnuity()
Method to get boxplots of SRC annuity.
|
BoxplotMulti[] |
getGraphSugarBeetAnnuity()
Method to get boxplots of sugarbeet annuity.
|
BoxplotMulti[] |
getGraphWheatAnnuity()
Method to get boxplots of wheat annuity.
|
java.lang.String |
toString()
Method to get title of form.
|
public FormAdminAnnuityBoxplots(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 createPotForm(int idx)
idx
- Idpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public BoxplotMulti[] getGraphSrcAnnuity()
public BoxplotMulti[] getGraphCropYieldAnnuity()
public BoxplotMulti[] getGraphAnnuityDifference()
public BoxplotMulti[] getGraphWheatAnnuity()
public BoxplotMulti[] getGraphSugarBeetAnnuity()
public BoxplotMulti[] getGraphRapeAnnuity()
public BoxplotMulti[] getGraphBarleyAnnuity()
public BoxplotMulti[] getGraphMaizeAnnuity()
public int getFormId()
IForm