Class ContinuousDistributionPanel

All Implemented Interfaces:
ItemListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class ContinuousDistributionPanel extends ContinuousPanel implements ItemListener
Panel dynamique qui se construit suivant la distribution sélectionnée.
Version:
$Revision$ Last update : $Date$ By : $Author$
Author:
chatellier
See Also:
  • Field Details

    • distributionLabel

      protected JLabel distributionLabel
      Label.
    • distributionCombo

      protected JComboBox<Distribution> distributionCombo
      Distribution combo.
    • dynamicPanel

      protected JPanel dynamicPanel
      Panel that contains dynamics components.
    • originalValue

      protected Object originalValue
      Original value used to auto fill some components.
    • paramComponents

      protected List<JComponent> paramComponents
      UI components used to fill distribution params value.
  • Constructor Details

    • ContinuousDistributionPanel

      public ContinuousDistributionPanel(Object originalValue)
  • Method Details