public interface FXTableViewModel<E>
Modifier and Type | Method and Description |
---|---|
void |
attachTo(javafx.scene.control.TableView<E> tableView) |
void |
detachFrom(javafx.scene.control.TableView<E> tableView) |
FXTableFormat<? super E> |
getFormat() |
javafx.collections.ObservableList<E> |
getSource() |