Uses of Interface
com.iamsoft.util.ui.javafx.collections.Exposable
-
Packages that use Exposable Package Description com.iamsoft.util.ui.javafx.collections Observable collection implementations and associated classes. -
-
Uses of Exposable in com.iamsoft.util.ui.javafx.collections
Classes in com.iamsoft.util.ui.javafx.collections that implement Exposable Modifier and Type Class Description 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[]).static class
ProxyObservableList.Exposed<T>
static class
ProxyObservableList.Propertied<T>
Use covariant returns to assume ObjectProperty delegate instead of ObservableValue.
-