Class BitsetArgument

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

    public class BitsetArgument
    extends AbstractArgument
    Argument that results in a set of "1" and "0" values.
    Since:
    2.1.1 (imported from itexttoolbox project)
    • Field Detail

      • options

        private javax.swing.JCheckBox[] options
        These are the different options that can be true or false.
    • Constructor Detail

      • BitsetArgument

        public BitsetArgument​(AbstractTool tool,
                              java.lang.String name,
                              java.lang.String description,
                              java.lang.String[] options)
        Constructs an BitsetArgument.
        Parameters:
        tool - the tool that needs this argument
        name - the name of the argument
        description - the description of the argument
        options - the different options that can be true or false
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent evt)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
        Specified by:
        actionPerformed in class AbstractArgument
        Parameters:
        evt - ActionEvent
        See Also:
        ActionListener.actionPerformed(java.awt.event.ActionEvent)