Package | Description |
---|---|
com.iamsoft.util.ui.javafx.collections |
Observable collection implementations and associated classes.
|
com.iamsoft.util.ui.javafx.perspective.widget |
Widget
implementations.
|
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.
|
class |
DefaultObservableList<T>
Observable list that simply delegates to another list.
|
static class |
DefaultObservableList.Exposed<T>
Exposes DefaultObservableList.Exposed.getDelegate(), ObservableListBase.beginChange(),
ObservableListBase.endChange(), ObservableListBase.nextAdd(int, int),
ObservableListBase.nextRemove(int, List) and
ObservableListBase.nextPermutation(int, int, int[]).
|
class |
ObservableArrayList<E> |
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.
|
class |
TransformingObservableList<I,O>
Transforms values of original list.
|
Modifier and Type | Method and Description |
---|---|
static <T> PermutableObservableList<T> |
PermutableObservableList.empty() |
Modifier and Type | Method and Description |
---|---|
PermutableObservableList<Widget> |
TabPaneWidget.getChildren() |
PermutableObservableList<Widget> |
PaletteWidget.getChildren() |
PermutableObservableList<Widget> |
SplitPaneWidget.getChildren() |
abstract PermutableObservableList<Widget> |
AbstractWidget.getChildren()
List of child nodes.
|
PermutableObservableList<Widget> |
LeafWidget.getChildren() |
Copyright © 2023. All rights reserved.