public class JListSelectedItemCountProperty extends com.google.code.validationframework.base.property.AbstractReadableProperty<Integer> implements com.google.code.validationframework.api.common.Disposable
JList.| Constructor and Description |
|---|
JListSelectedItemCountProperty(JList list)
Constructor specifying the list whose selection count is represented by this property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Integer |
getValue() |
public JListSelectedItemCountProperty(JList list)
list - List whose selection count is to be tracked.Copyright © 2015. All Rights Reserved.