Constructor and Description |
---|
FormSRCRestrictions(Config conf)
Constructor of form.
|
Modifier and Type | Method and Description |
---|---|
void |
activate(PanelForm formPanel)
Method to activate the panel.
|
javax.swing.JCheckBox |
getNoBirdProtectionAreas() |
javax.swing.JCheckBox |
getNoBufferAreas() |
javax.swing.JCheckBox |
getNoFFHAreas() |
javax.swing.JCheckBox |
getNoFloodingAreas() |
javax.swing.JCheckBox |
getNoNatureConservationAreas() |
javax.swing.JCheckBox |
getNoRegionSpecProtectionAreas() |
javax.swing.JCheckBox |
getNoWaterProtectionAreas() |
javax.swing.JCheckBox |
getOnlyBufferAreas() |
javax.swing.JCheckBox |
getOnlyFloodingAreas() |
javax.swing.JCheckBox |
getOnlyWaterProtectionAreas() |
javax.swing.JFormattedTextField |
getSrcAdminPercentage() |
javax.swing.JFormattedTextField |
getSrcEcologicalPercentage() |
javax.swing.JFormattedTextField |
getSrcMaxArea() |
javax.swing.JFormattedTextField |
getSrcMinDistance() |
void |
itemStateChanged(java.awt.event.ItemEvent e)
Method to handle state change to check consistency in check buttons.
|
void |
setNoBirdProtectionAreas(javax.swing.JCheckBox noBirdProtectionAreas) |
void |
setNoBufferAreas(javax.swing.JCheckBox noBufferAreas) |
void |
setNoFFHAreas(javax.swing.JCheckBox noFFHAreas) |
void |
setNoFloodingAreas(javax.swing.JCheckBox noFloodingAreas) |
void |
setNoNatureConservationAreas(javax.swing.JCheckBox noNatureConservationAreas) |
void |
setNoRegionSpecProtectionAreas(javax.swing.JCheckBox noRegionSpecProtectionAreas) |
void |
setNoWaterProtectionAreas(javax.swing.JCheckBox noWaterProtectionAreas) |
void |
setOnlyBufferAreas(javax.swing.JCheckBox onlyBufferAreas) |
void |
setOnlyFloodingAreas(javax.swing.JCheckBox onlyFloodingAreas) |
void |
setOnlyWaterProtectionAreas(javax.swing.JCheckBox onlyWaterProtectionAreas) |
void |
setSrcAdminPercentage(javax.swing.JFormattedTextField srcAdminPercentage) |
void |
setSrcEcologicalPercentage(javax.swing.JFormattedTextField srcEcologicalPercentage) |
void |
setSrcMaxArea(javax.swing.JFormattedTextField srcMaxArea) |
void |
setSrcMinDistance(javax.swing.JFormattedTextField srcMinDistance) |
public FormSRCRestrictions(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.JFormattedTextField getSrcAdminPercentage()
public void setSrcAdminPercentage(javax.swing.JFormattedTextField srcAdminPercentage)
public javax.swing.JFormattedTextField getSrcEcologicalPercentage()
public void setSrcEcologicalPercentage(javax.swing.JFormattedTextField srcEcologicalPercentage)
public javax.swing.JFormattedTextField getSrcMaxArea()
public void setSrcMaxArea(javax.swing.JFormattedTextField srcMaxArea)
public javax.swing.JFormattedTextField getSrcMinDistance()
public void setSrcMinDistance(javax.swing.JFormattedTextField srcMinDistance)
public javax.swing.JCheckBox getOnlyBufferAreas()
public void setOnlyBufferAreas(javax.swing.JCheckBox onlyBufferAreas)
public javax.swing.JCheckBox getNoBufferAreas()
public void setNoBufferAreas(javax.swing.JCheckBox noBufferAreas)
public javax.swing.JCheckBox getNoFloodingAreas()
public void setNoFloodingAreas(javax.swing.JCheckBox noFloodingAreas)
public javax.swing.JCheckBox getOnlyFloodingAreas()
public void setOnlyFloodingAreas(javax.swing.JCheckBox onlyFloodingAreas)
public javax.swing.JCheckBox getNoNatureConservationAreas()
public void setNoNatureConservationAreas(javax.swing.JCheckBox noNatureConservationAreas)
public javax.swing.JCheckBox getNoFFHAreas()
public void setNoFFHAreas(javax.swing.JCheckBox noFFHAreas)
public javax.swing.JCheckBox getNoBirdProtectionAreas()
public void setNoBirdProtectionAreas(javax.swing.JCheckBox noBirdProtectionAreas)
public javax.swing.JCheckBox getNoWaterProtectionAreas()
public void setNoWaterProtectionAreas(javax.swing.JCheckBox noWaterProtectionAreas)
public javax.swing.JCheckBox getOnlyWaterProtectionAreas()
public void setOnlyWaterProtectionAreas(javax.swing.JCheckBox onlyWaterProtectionAreas)
public javax.swing.JCheckBox getNoRegionSpecProtectionAreas()
public void setNoRegionSpecProtectionAreas(javax.swing.JCheckBox noRegionSpecProtectionAreas)