Class PopulationZonesHandler
java.lang.Object
fr.ifremer.isisfish.ui.CommonHandler
fr.ifremer.isisfish.ui.input.InputContentHandler<PopulationZonesUI>
fr.ifremer.isisfish.ui.input.population.PopulationZonesHandler
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
Population handler.
-
Field Summary
Fields inherited from class fr.ifremer.isisfish.ui.input.InputContentHandler
inputContentUI, nextButton
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
getSelectedValues
(JList<Zone> component) Get selected values for components as list.protected void
populationMappingZoneReproZoneRecruMatrixChanged
(org.nuiton.math.matrix.gui.MatrixPanelEvent event) protected void
protected void
protected void
protected void
protected void
protected void
protected void
Change model ofassociatedList
with all available zones, but keep selection withselectedZones
.protected void
Methods inherited from class fr.ifremer.isisfish.ui.input.InputContentHandler
accept, displayFactorWizard, goTo, propertyChange, setupGotoNextPath
Methods inherited from class fr.ifremer.isisfish.ui.CommonHandler
setStatusMessage, setStatusMessage
-
Field Details
-
init
protected boolean init
-
-
Constructor Details
-
PopulationZonesHandler
-
-
Method Details
-
afterInit
protected void afterInit() -
populationMappingZoneReproZoneRecruMatrixChanged
protected void populationMappingZoneReproZoneRecruMatrixChanged(org.nuiton.math.matrix.gui.MatrixPanelEvent event) -
setFieldPopulationMappingZoneReproZoneRecru
protected void setFieldPopulationMappingZoneReproZoneRecru() -
setPopulationZonesPresenceModel
protected void setPopulationZonesPresenceModel() -
setFieldPopulationZonesReproductionModel
-
setFieldPopulationZonesRecruitmentModel
-
setModel
protected void setModel(List<Zone> availableZones, List<Zone> selectedZones, JList<Zone> associatedList) Change model ofassociatedList
with all available zones, but keep selection withselectedZones
. -
presenceChanged
protected void presenceChanged() -
reproductionChanged
protected void reproductionChanged() -
recruitementChanged
protected void recruitementChanged() -
getSelectedValues
Get selected values for components as list.
-