Class ReadOnlyDoubleProperty

java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<Double>
eu.hansolo.toolbox.properties.ReadOnlyDoubleProperty
Direct Known Subclasses:
DoubleProperty

public class ReadOnlyDoubleProperty extends ReadOnlyProperty<Double>
  • Field Details

    • propertyToUpdate

      protected DoubleProperty propertyToUpdate
    • bidirectional

      protected boolean bidirectional
  • Constructor Details

    • ReadOnlyDoubleProperty

      public ReadOnlyDoubleProperty()
    • ReadOnlyDoubleProperty

      public ReadOnlyDoubleProperty(double value)
    • ReadOnlyDoubleProperty

      public ReadOnlyDoubleProperty(Object bean, String name, double value)
  • Method Details