public interface TableViewModel<E>
| Modifier and Type | Method and Description | 
|---|---|
| void | attachTo(TableView<E> tableView) | 
| void | detachFrom(TableView<E> tableView) | 
| TableColumn<E,?> | getColumnAt(int index) | 
| TableViewFormat<E> | getFormat() | 
| ObservableList<E> | getSource() | 
@Nonnull ObservableList<E> getSource()
@Nonnull TableViewFormat<E> getFormat()
@Nonnull TableColumn<E,?> getColumnAt(int index)