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
FieldsFields inherited from class fr.ifremer.isisfish.ui.input.InputContentHandler
inputContentUI, nextButton -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgetSelectedValues(JList<Zone> component) Get selected values for components as list.protected voidpopulationMappingZoneReproZoneRecruMatrixChanged(org.nuiton.math.matrix.gui.MatrixPanelEvent event) protected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidChange model ofassociatedListwith all available zones, but keep selection withselectedZones.protected voidMethods inherited from class fr.ifremer.isisfish.ui.input.InputContentHandler
accept, displayFactorWizard, goTo, propertyChange, setupGotoNextPathMethods 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 ofassociatedListwith 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.
-