public class JTableRolloverCellProperty extends com.github.leanframeworks.propertiesframework.base.property.AbstractReadableProperty<CellPosition>
The row and column indices, that make the position of the hovered cell, are expressed in view coordinates.
| 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.github.leanframeworks.propertiesframework.api.common.Disposabledispose in class com.github.leanframeworks.propertiesframework.base.property.AbstractReadableProperty<CellPosition>Disposable.dispose()public CellPosition getValue()
ReadableProperty.getValue()Copyright © 2017. All rights reserved.