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 Summary
Constructors -
Method Summary
Methods inherited from class dev.prozilla.pine.common.property.mutable.SimpleMutableObjectProperty
getValue, onValueChange, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.prozilla.pine.common.property.mutable.MutableObjectProperty
setNull, stealMethods inherited from interface dev.prozilla.pine.common.property.mutable.MutableProperty
modifyValue, setValue, swapValueMethods inherited from interface dev.prozilla.pine.common.property.mutable.MutableStringProperty
appendValue, prependValue, toLowerCase, toStringProperty, toUpperCase, trimValue, viewPropertyMethods inherited from interface dev.prozilla.pine.common.property.Property
getValue, getValueOr, hasValue, hasValueProperty, isNotNull, isNotNullProperty, isNull, map, requireValue, snapshotMethods inherited from interface dev.prozilla.pine.common.property.StringProperty
append, append, lengthProperty, parse, prepend, prepend, replaceNull, toLowerCaseProperty, toUpperCaseProperty
-
Constructor Details
-
SimpleMutableStringProperty
public SimpleMutableStringProperty() -
SimpleMutableStringProperty
-