public interface TableViewModel<E>
Modifier and Type | Method and Description |
---|---|
void |
attachTo(javafx.scene.control.TableView<E> tableView) |
void |
detachFrom(javafx.scene.control.TableView<E> tableView) |
ca.odell.glazedlists.gui.TableFormat<E> |
getFormat() |
javafx.collections.ObservableList<E> |
getSource() |