Package | Description |
---|---|
com.iamsoft.util.ui.javafx.collections |
Observable collection implementations and associated classes.
|
com.iamsoft.util.ui.javafx.collections.reduction |
Reduce observable collection to a single observable value.
|
Modifier and Type | Class and Description |
---|---|
class |
ConflatingList<X,Y>
Removes redundant datapoints.
|
class |
ExtractingObservableList<T>
Decorates observable list and also fires 'update' events.
|
static class |
ProxyObservableList.Exposed<T>
Exposes getDelegate() and
delegateProperty().
|
static class |
ProxyObservableList.Propertied<T>
Use covariant returns to assume ObjectProperty delegate instead of
ObservableValue.
|
class |
TransposedObservableList<T>
Rotates delegate list and fills in gaps with null.
|
Modifier and Type | Class and Description |
---|---|
class |
ReducedObservableList<T>
Collapse rows.
|
Copyright © 2023. All rights reserved.