public class JTableEditingProperty extends com.github.leanframeworks.propertiesframework.base.property.AbstractReadableProperty<Boolean>
| Constructor and Description |
|---|
JTableEditingProperty(JTable table)
Constructor specifying the table to be tracked.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Boolean |
getValue() |
public JTableEditingProperty(JTable table)
table - Table subject to edition.public void dispose()
dispose in interface com.github.leanframeworks.propertiesframework.api.common.Disposabledispose in class com.github.leanframeworks.propertiesframework.base.property.AbstractReadableProperty<Boolean>Disposable.dispose()public Boolean getValue()
ReadableProperty.getValue()Copyright © 2017. All rights reserved.