Package | Description |
---|---|
com.iamsoft.util.ui.javafx.collections |
Observable collection implementations and associated classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousList<T>
ObservableList that updates itself to match 'source' list from another thread.
|
class |
AsynchronousList2<T>
ObservableList that updates itself to match 'source' list from another thread.
|
class |
ConflatingList2<X,Y>
Removes redundant datapoints.
|
static class |
ObservableArrayList.Exposed<E>
Exposes ObservableArrayList.Exposed.getDelegate(), ObservableListBase.beginChange(),
ObservableListBase.endChange(), ObservableListBase.nextAdd(int, int),
ObservableListBase.nextRemove(int, List) and
ObservableListBase.nextPermutation(int, int, int[]).
|
class |
StrobeList2<T>
Derives list from ObservableValue where each new state of observed val reflects a snapshot
of one element in a list.
|
static class |
StrobeList2.Exposed<T>
Exposes protected methods.
|
Copyright © 2023. All rights reserved.