Class PopulationCapturabilityUI

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

public class PopulationCapturabilityUI 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_CAPTURABILITY_EQUATION_ACTIVE

      public static final String BINDING_CAPTURABILITY_EQUATION_ACTIVE
      See Also:
    • BINDING_CAPTURABILITY_EQUATION_BEAN

      public static final String BINDING_CAPTURABILITY_EQUATION_BEAN
      See Also:
    • BINDING_FIELD_POPULATION_CAPTURABILITY_COMMENT_ENABLED

      public static final String BINDING_FIELD_POPULATION_CAPTURABILITY_COMMENT_ENABLED
      See Also:
    • BINDING_FIELD_POPULATION_CAPTURABILITY_COMMENT_TEXT

      public static final String BINDING_FIELD_POPULATION_CAPTURABILITY_COMMENT_TEXT
      See Also:
    • BINDING_FIELD_POPULATION_CAPTURABILITY_ENABLED

      public static final String BINDING_FIELD_POPULATION_CAPTURABILITY_ENABLED
      See Also:
    • BINDING_FIELD_POPULATION_CAPTURABILITY_MATRIX

      public static final String BINDING_FIELD_POPULATION_CAPTURABILITY_MATRIX
      See Also:
    • BINDING_FIELD_USE_CAPTURABILITY_EQUATION_ENABLED

      public static final String BINDING_FIELD_USE_CAPTURABILITY_EQUATION_ENABLED
      See Also:
    • BINDING_FIELD_USE_CAPTURABILITY_EQUATION_SELECTED

      public static final String BINDING_FIELD_USE_CAPTURABILITY_EQUATION_SELECTED
      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
    • capturabilityEquation

      protected InputOneEquationUI capturabilityEquation
    • fieldPopulationCapturability

      protected org.nuiton.math.matrix.gui.MatrixPanelEditor fieldPopulationCapturability
    • fieldPopulationCapturabilityComment

      protected JTextArea fieldPopulationCapturabilityComment
    • fieldUseCapturabilityEquation

      protected JCheckBox fieldUseCapturabilityEquation
    • handler

      protected PopulationCapturabilityHandler handler
    • hidablePanel

      protected JPanel hidablePanel
    • save

      protected JButton save
    • validator

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

      protected List<String> validatorIds
  • Constructor Details

    • PopulationCapturabilityUI

      public PopulationCapturabilityUI(LayoutManager param0)
    • PopulationCapturabilityUI

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

      public PopulationCapturabilityUI(LayoutManager param0, boolean param1)
    • PopulationCapturabilityUI

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

      public PopulationCapturabilityUI()
    • PopulationCapturabilityUI

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

      public PopulationCapturabilityUI(boolean param0)
    • PopulationCapturabilityUI

      public PopulationCapturabilityUI(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__cancel

      public void doActionPerformed__on__cancel(ActionEvent event)
    • doActionPerformed__on__fieldUseCapturabilityEquation

      public void doActionPerformed__on__fieldUseCapturabilityEquation(ActionEvent event)
    • doActionPerformed__on__save

      public void doActionPerformed__on__save(ActionEvent event)
    • doKeyReleased__on__fieldPopulationCapturabilityComment

      public void doKeyReleased__on__fieldPopulationCapturabilityComment(KeyEvent event)
    • doMatrixChanged__on__fieldPopulationCapturability

      public void doMatrixChanged__on__fieldPopulationCapturability(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()
    • getCapturabilityEquation

      public InputOneEquationUI getCapturabilityEquation()
    • getFieldPopulationCapturability

      public org.nuiton.math.matrix.gui.MatrixPanelEditor getFieldPopulationCapturability()
    • getFieldPopulationCapturabilityComment

      public JTextArea getFieldPopulationCapturabilityComment()
    • getFieldUseCapturabilityEquation

      public JCheckBox getFieldUseCapturabilityEquation()
    • getHandler

      public PopulationCapturabilityHandler getHandler()
      Specified by:
      getHandler in class InputContentUI<Population>
    • getHidablePanel

      public JPanel getHidablePanel()
    • 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$JLabel0

      protected JLabel get$JLabel0()
    • get$JLabel1

      protected JLabel get$JLabel1()
    • get$JScrollPane0

      protected JScrollPane get$JScrollPane0()
    • get$Table0

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

      protected void addChildrenToBody()
    • addChildrenToHidablePanel

      protected void addChildrenToHidablePanel()
    • addChildrenToValidator

      protected void addChildrenToValidator()
    • createBean

      protected void createBean()
    • createBody

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

      protected void createCancel()
    • createCapturabilityEquation

      protected void createCapturabilityEquation()
    • createFieldPopulationCapturability

      protected void createFieldPopulationCapturability()
    • createFieldPopulationCapturabilityComment

      protected void createFieldPopulationCapturabilityComment()
    • createFieldUseCapturabilityEquation

      protected void createFieldUseCapturabilityEquation()
    • createHandler

      protected void createHandler()
    • createHidablePanel

      protected void createHidablePanel()
    • createSave

      protected void createSave()
    • createValidator

      protected void createValidator()