Module MaterialFX

Class ComparatorProperty<T>

Type Parameters:
T - the type of objects that may be compared by the comparator
All Implemented Interfaces:
Observable, Property<Comparator<T>>, ReadOnlyProperty<Comparator<T>>, ObservableObjectValue<Comparator<T>>, ObservableValue<Comparator<T>>, WritableObjectValue<Comparator<T>>, WritableValue<Comparator<T>>

public class ComparatorProperty<T> extends SimpleObjectProperty<Comparator<T>>
Simply an ObjectProperty that wraps a Comparator.
  • Constructor Details

    • ComparatorProperty

      public ComparatorProperty()
    • ComparatorProperty

      public ComparatorProperty(Comparator<T> initialValue)
    • ComparatorProperty

      public ComparatorProperty(Object bean, String name)
    • ComparatorProperty

      public ComparatorProperty(Object bean, String name, Comparator<T> initialValue)