Class FlagParameterConfigurator

  • All Implemented Interfaces:
    ParameterConfigurator, java.awt.event.ActionListener, java.util.EventListener

    public class FlagParameterConfigurator
    extends AbstractParameterConfigurator<Flag>
    implements java.awt.event.ActionListener
    Provide a configuration panel to modify a boolean via a checkbox.
    Since:
    0.4.0
    Author:
    Erich Schubert
    • Field Detail

      • value

        final javax.swing.JCheckBox value
    • Constructor Detail

      • FlagParameterConfigurator

        public FlagParameterConfigurator​(Flag param,
                                         javax.swing.JComponent parent)
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener