Class StrobeList2.Exposed<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<E>
javafx.collections.ModifiableObservableListBase<T>
Type Parameters:
T - Item type.
All Implemented Interfaces:
PermutableObservableList<T>, Iterable<T>, Collection<T>, List<T>, javafx.beans.Observable, javafx.collections.ObservableList<T>
Enclosing class:
StrobeList2<T>

public static class StrobeList2.Exposed<T> extends StrobeList2<T>
Exposes protected methods.
  • Constructor Details

    • Exposed

      public Exposed(javafx.beans.value.ObservableValue<T> pVal, Function<T,K> pKeyFunction)
  • Method Details

    • doBeginChange

      public void doBeginChange()
    • doEndChange

      public void doEndChange()