public class ListSelectionCountCriterion extends AbstractActivationCriterion
| Constructor and Description |
|---|
ListSelectionCountCriterion(ListSelectionModel pModel,
int pLowerBound,
Integer pUpperBound) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test()
TODO: return an Object (null for passed test).
|
String |
toString() |
addChangeListener, equals, fireSatisfactionChange, hashCode, inverse, removeChangeListenerclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetFailureMessagepublic ListSelectionCountCriterion(ListSelectionModel pModel, int pLowerBound, Integer pUpperBound)
pModel - ListModel to monitor.pLowerBound - Minimum selection count.pUpperBound - Maximum selection count (null for no bound).public boolean test()
ActivationCriterionCopyright © 2023. All rights reserved.