Class ConditionalEditBase.PickSingleListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.ListSelectionListener
    Enclosing class:
    ConditionalEditBase

    class ConditionalEditBase.PickSingleListener
    extends java.lang.Object
    implements javax.swing.event.ListSelectionListener
    Listen for Pick Single table click events.

    When a table row is selected, the user/system name is copied to the Action or Variable name field.

    Since:
    4.7.3
    • Constructor Detail

      • PickSingleListener

        PickSingleListener​(javax.swing.JTextField textField,
                           Conditional.ItemType itemType)
        Parameters:
        textField - The target field object when an entry is selected
        itemType - The current selected table type number
    • Method Detail

      • valueChanged

        public void valueChanged​(javax.swing.event.ListSelectionEvent e)
        Specified by:
        valueChanged in interface javax.swing.event.ListSelectionListener