public class JListSelectedItemCountProperty extends com.github.leanframeworks.propertiesframework.base.property.AbstractReadableProperty<Integer>
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.public void dispose()
dispose in interface com.github.leanframeworks.propertiesframework.api.common.Disposabledispose in class com.github.leanframeworks.propertiesframework.base.property.AbstractReadableProperty<Integer>Disposable.dispose()public Integer getValue()
ReadableProperty.getValue()Copyright © 2017. All rights reserved.