public class JTableSelectedRowCountProperty extends com.github.leanframeworks.propertiesframework.base.property.AbstractReadableProperty<Integer>
JTable.| Constructor and Description |
|---|
JTableSelectedRowCountProperty(JTable table)
Constructor specifying the table whose selection count is represented by this property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Integer |
getValue() |
public JTableSelectedRowCountProperty(JTable table)
table - Table 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.