public class JTableSelectedRowCountProperty extends com.google.code.validationframework.base.property.AbstractReadableProperty<Integer> implements com.google.code.validationframework.api.common.Disposable
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.Copyright © 2015. All Rights Reserved.