Package | Description |
---|---|
griffon.plugins.glazedlists.javafx | |
griffon.plugins.glazedlists.javafx.gui |
Modifier and Type | Method and Description |
---|---|
static <T> FXTableFormat<T> |
GlazedListsJavaFX.tableFormat(FXTableFormat.Options... options)
Creates a
FXTableFormat . |
Modifier and Type | Method and Description |
---|---|
static <T> FXTableFormat<T> |
GlazedListsJavaFX.tableFormat(List<FXTableFormat.Options> options)
Creates a
FXTableFormat . |
Modifier and Type | Method and Description |
---|---|
static FXTableFormat.Options |
FXTableFormat.options(FXTableFormat.Option... options) |
Constructor and Description |
---|
DefaultFXTableFormat(FXTableFormat.Options... options)
Creates a
FXTableFormat based on the supplied options. |
DefaultFXWritableTableFormat(FXTableFormat.Options... options)
Creates a
FXTableFormat based on the supplied options. |