Class PopulationRecruitmentUI

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, jaxx.runtime.JAXXContext, jaxx.runtime.JAXXObject, jaxx.runtime.JAXXValidator

public class PopulationRecruitmentUI extends InputContentUI<Population> implements jaxx.runtime.JAXXValidator
See Also:
  • Field Details

    • PROPERTY_BEAN

      public static final String PROPERTY_BEAN
      See Also:
    • BINDING_CANCEL_ENABLED

      public static final String BINDING_CANCEL_ENABLED
      See Also:
    • BINDING_FIELD_POPULATION_MONTH_GAP_BETWEEN_REPRO_RECRUTEMENT_ENABLED

      public static final String BINDING_FIELD_POPULATION_MONTH_GAP_BETWEEN_REPRO_RECRUTEMENT_ENABLED
      See Also:
    • BINDING_FIELD_POPULATION_MONTH_GAP_BETWEEN_REPRO_RECRUTEMENT_TEXT

      public static final String BINDING_FIELD_POPULATION_MONTH_GAP_BETWEEN_REPRO_RECRUTEMENT_TEXT
      See Also:
    • BINDING_FIELD_POPULATION_RECRUITMENT_COMMENT_ENABLED

      public static final String BINDING_FIELD_POPULATION_RECRUITMENT_COMMENT_ENABLED
      See Also:
    • BINDING_FIELD_POPULATION_RECRUITMENT_COMMENT_TEXT

      public static final String BINDING_FIELD_POPULATION_RECRUITMENT_COMMENT_TEXT
      See Also:
    • BINDING_FIELD_POPULATION_RECRUITMENT_DISTRIBUTION_ENABLED

      public static final String BINDING_FIELD_POPULATION_RECRUITMENT_DISTRIBUTION_ENABLED
      See Also:
    • BINDING_RECRUITMENT_EQUATION_ACTIVE

      public static final String BINDING_RECRUITMENT_EQUATION_ACTIVE
      See Also:
    • BINDING_RECRUITMENT_EQUATION_BEAN

      public static final String BINDING_RECRUITMENT_EQUATION_BEAN
      See Also:
    • BINDING_REPRODUCTION_EQUATION_ACTIVE

      public static final String BINDING_REPRODUCTION_EQUATION_ACTIVE
      See Also:
    • BINDING_REPRODUCTION_EQUATION_BEAN

      public static final String BINDING_REPRODUCTION_EQUATION_BEAN
      See Also:
    • BINDING_SAVE_ENABLED

      public static final String BINDING_SAVE_ENABLED
      See Also:
    • BINDING_VALIDATOR_BEAN

      public static final String BINDING_VALIDATOR_BEAN
      See Also:
    • bean

      protected Population bean
    • cancel

      protected JButton cancel
    • fieldPopulationMonthGapBetweenReproRecrutement

      protected JTextField fieldPopulationMonthGapBetweenReproRecrutement
    • fieldPopulationRecruitmentComment

      protected JTextArea fieldPopulationRecruitmentComment
    • fieldPopulationRecruitmentDistribution

      protected org.nuiton.math.matrix.gui.MatrixPanelEditor fieldPopulationRecruitmentDistribution
    • handler

      protected PopulationRecruitmentHandler handler
    • recruitmentEquation

      protected InputOneEquationUI recruitmentEquation
    • reproductionEquation

      protected InputOneEquationUI reproductionEquation
    • save

      protected JButton save
    • validator

      protected jaxx.runtime.validator.swing.SwingValidator<Population> validator
    • validatorIds

      protected List<String> validatorIds
  • Constructor Details

    • PopulationRecruitmentUI

      public PopulationRecruitmentUI(LayoutManager param0)
    • PopulationRecruitmentUI

      public PopulationRecruitmentUI(jaxx.runtime.JAXXContext param0, LayoutManager param1)
    • PopulationRecruitmentUI

      public PopulationRecruitmentUI(LayoutManager param0, boolean param1)
    • PopulationRecruitmentUI

      public PopulationRecruitmentUI(jaxx.runtime.JAXXContext param0, LayoutManager param1, boolean param2)
    • PopulationRecruitmentUI

      public PopulationRecruitmentUI()
    • PopulationRecruitmentUI

      public PopulationRecruitmentUI(jaxx.runtime.JAXXContext param0)
    • PopulationRecruitmentUI

      public PopulationRecruitmentUI(boolean param0)
    • PopulationRecruitmentUI

      public PopulationRecruitmentUI(jaxx.runtime.JAXXContext param0, boolean param1)
  • Method Details

    • $afterCompleteSetup

      protected void $afterCompleteSetup()
    • $getJAXXObjectDescriptor

      public static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()
    • getValidator

      public jaxx.runtime.validator.swing.SwingValidator<?> getValidator(String validatorId)
      Specified by:
      getValidator in interface jaxx.runtime.JAXXValidator
    • getValidatorIds

      public List<String> getValidatorIds()
      Specified by:
      getValidatorIds in interface jaxx.runtime.JAXXValidator
    • registerValidatorFields

      public void registerValidatorFields()
      Specified by:
      registerValidatorFields in interface jaxx.runtime.JAXXValidator
    • doActionPerformed__on__$JButton0

      public void doActionPerformed__on__$JButton0(ActionEvent event)
    • doActionPerformed__on__cancel

      public void doActionPerformed__on__cancel(ActionEvent event)
    • doActionPerformed__on__save

      public void doActionPerformed__on__save(ActionEvent event)
    • doKeyReleased__on__fieldPopulationMonthGapBetweenReproRecrutement

      public void doKeyReleased__on__fieldPopulationMonthGapBetweenReproRecrutement(KeyEvent event)
    • doKeyReleased__on__fieldPopulationRecruitmentComment

      public void doKeyReleased__on__fieldPopulationRecruitmentComment(KeyEvent event)
    • doMatrixChanged__on__fieldPopulationRecruitmentDistribution

      public void doMatrixChanged__on__fieldPopulationRecruitmentDistribution(org.nuiton.math.matrix.gui.MatrixPanelEvent event)
    • getBean

      public Population getBean()
      Description copied from class: InputContentUI
      Overriden with generic type
      Specified by:
      getBean in class InputContentUI<Population>
    • getCancel

      public JButton getCancel()
    • getFieldPopulationMonthGapBetweenReproRecrutement

      public JTextField getFieldPopulationMonthGapBetweenReproRecrutement()
    • getFieldPopulationRecruitmentComment

      public JTextArea getFieldPopulationRecruitmentComment()
    • getFieldPopulationRecruitmentDistribution

      public org.nuiton.math.matrix.gui.MatrixPanelEditor getFieldPopulationRecruitmentDistribution()
    • getHandler

      public PopulationRecruitmentHandler getHandler()
      Specified by:
      getHandler in class InputContentUI<Population>
    • getRecruitmentEquation

      public InputOneEquationUI getRecruitmentEquation()
    • getReproductionEquation

      public InputOneEquationUI getReproductionEquation()
    • getSave

      public JButton getSave()
    • getValidator

      public jaxx.runtime.validator.swing.SwingValidator<Population> getValidator()
    • setBean

      public void setBean(Population bean)
      Description copied from class: InputContentUI
      Overriden with generic type
      Specified by:
      setBean in class InputContentUI<Population>
    • get$JButton0

      protected JButton get$JButton0()
    • get$JLabel0

      protected JLabel get$JLabel0()
    • get$JLabel1

      protected JLabel get$JLabel1()
    • get$JLabel2

      protected JLabel get$JLabel2()
    • get$JScrollPane0

      protected JScrollPane get$JScrollPane0()
    • get$Table0

      protected jaxx.runtime.swing.Table get$Table0()
    • get$Table1

      protected jaxx.runtime.swing.Table get$Table1()
    • get$Table2

      protected jaxx.runtime.swing.Table get$Table2()
    • addChildrenToBody

      protected void addChildrenToBody()
    • addChildrenToValidator

      protected void addChildrenToValidator()
    • createBean

      protected void createBean()
    • createBody

      protected void createBody()
      Overrides:
      createBody in class InputContentUI<Population>
    • createCancel

      protected void createCancel()
    • createFieldPopulationMonthGapBetweenReproRecrutement

      protected void createFieldPopulationMonthGapBetweenReproRecrutement()
    • createFieldPopulationRecruitmentComment

      protected void createFieldPopulationRecruitmentComment()
    • createFieldPopulationRecruitmentDistribution

      protected void createFieldPopulationRecruitmentDistribution()
    • createHandler

      protected void createHandler()
    • createRecruitmentEquation

      protected void createRecruitmentEquation()
    • createReproductionEquation

      protected void createReproductionEquation()
    • createSave

      protected void createSave()
    • createValidator

      protected void createValidator()