public class JTableRolloverCellProperty extends com.google.code.validationframework.base.property.AbstractReadableProperty<CellPosition> implements com.google.code.validationframework.api.common.Disposable
| Constructor and Description |
|---|
JTableRolloverCellProperty(JTable table)
Constructor specifying the table to be tracked.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
CellPosition |
getValue() |
public JTableRolloverCellProperty(JTable table)
table - Table subject to rollover.public void dispose()
dispose in interface com.google.code.validationframework.api.common.DisposableDisposable.dispose()public CellPosition getValue()
getValue in interface com.google.code.validationframework.api.property.ReadableProperty<CellPosition>ReadableProperty.getValue()Copyright © 2015. All Rights Reserved.