public class TreeSelectionCountCriterion extends AbstractActivationCriterion
Constructor and Description |
---|
TreeSelectionCountCriterion(TreeSelectionModel 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, removeChangeListener
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getFailureMessage
public TreeSelectionCountCriterion(TreeSelectionModel pModel, int pLowerBound, Integer pUpperBound)
pModel
- TreeSelectionModel to monitor.pLowerBound
- Minimum selection count.pUpperBound
- Maximum selection count (null for no bound).public boolean test()
ActivationCriterion
Copyright © 2023. All rights reserved.