public class PopulationZonesEditorHandler extends InputContentHandler<PopulationZonesEditorUI>
Modifier and Type | Field and Description |
---|---|
protected boolean |
init |
inputContentUI
Modifier | Constructor and Description |
---|---|
protected |
PopulationZonesEditorHandler(PopulationZonesEditorUI inputContentUI) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterInit() |
protected List<Zone> |
getSelectedValues(JList<Zone> component)
Get selected values for components as list.
|
protected void |
populationMappingZoneReproZoneRecruMatrixChanged(org.nuiton.math.matrix.gui.MatrixPanelEvent event) |
protected void |
presenceChanged() |
protected void |
recruitementChanged() |
protected void |
reproductionChanged() |
protected void |
setFieldPopulationMappingZoneReproZoneRecru() |
protected void |
setFieldPopulationZonesRecruitmentModel(List<Zone> zones) |
protected void |
setFieldPopulationZonesReproductionModel(List<Zone> zones) |
protected void |
setModel(List<Zone> availableZones,
List<Zone> selectedZones,
JList<Zone> associatedList)
Change model of
associatedList with all available zones, but keep
selection with selectedZones . |
protected void |
setPopulationZonesPresenceModel() |
accept, displayFactorWizard
setStatusMessage, setStatusMessage
protected PopulationZonesEditorHandler(PopulationZonesEditorUI inputContentUI)
protected void afterInit()
protected void populationMappingZoneReproZoneRecruMatrixChanged(org.nuiton.math.matrix.gui.MatrixPanelEvent event)
protected void setFieldPopulationMappingZoneReproZoneRecru()
protected void setPopulationZonesPresenceModel()
protected void setFieldPopulationZonesReproductionModel(List<Zone> zones)
protected void setFieldPopulationZonesRecruitmentModel(List<Zone> zones)
protected void setModel(List<Zone> availableZones, List<Zone> selectedZones, JList<Zone> associatedList)
associatedList
with all available zones, but keep
selection with selectedZones
.protected void presenceChanged()
protected void reproductionChanged()
protected void recruitementChanged()
Copyright © 1999–2020 CodeLutin. All rights reserved.