Package | Description |
---|---|
griffon.plugins.glazedlists.javafx | |
griffon.plugins.glazedlists.javafx.models |
Modifier and Type | Method and Description |
---|---|
static <E> FXTableViewModel<E> |
GlazedListsJavaFX.eventTableViewModel(ca.odell.glazedlists.EventList<E> source,
FXTableFormat<? super E> tableFormat)
Creates a new table model that extracts column data from the given
source using the the given tableFormat . |
static <E> FXTableViewModel<E> |
GlazedListsJavaFX.eventTableViewModel(javafx.collections.ObservableList<E> source,
FXTableFormat<? super E> tableFormat)
Creates a new table model that extracts column data from the given
source using the the given tableFormat . |
static <E> FXTableViewModel<E> |
GlazedListsJavaFX.eventTableViewModelWithThreadProxyList(ca.odell.glazedlists.EventList<E> source,
FXTableFormat<? super E> tableFormat)
Creates a new table model that extracts column data from the given
source
using the the given tableFormat . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFXTableViewModel<E> |