Class ListSelectionCountCriterion

    • Constructor Detail

      • ListSelectionCountCriterion

        public ListSelectionCountCriterion​(ListSelectionModel pModel,
                                           int pLowerBound,
                                           Integer pUpperBound)
        Parameters:
        pModel - ListModel to monitor.
        pLowerBound - Minimum selection count.
        pUpperBound - Maximum selection count (null for no bound).
    • Method Detail

      • test

        public boolean test()
        Description copied from interface: ActivationCriterion
        TODO: return an Object (null for passed test).