Class SimpleMutableStringProperty

java.lang.Object
dev.prozilla.pine.common.property.mutable.SimpleMutableObjectProperty<String>
dev.prozilla.pine.common.property.mutable.SimpleMutableStringProperty
All Implemented Interfaces:
MutableObjectProperty<String>, MutableProperty<String>, MutableStringProperty, Property<String>, StringProperty, Functor<String>

public class SimpleMutableStringProperty extends SimpleMutableObjectProperty<String> implements MutableStringProperty
  • Constructor Details

    • SimpleMutableStringProperty

      public SimpleMutableStringProperty()
    • SimpleMutableStringProperty

      public SimpleMutableStringProperty(String initialValue)