Module javafx.base

Class StringPropertyBase

    • Constructor Detail

      • StringPropertyBase

        public StringPropertyBase()
        The constructor of the StringPropertyBase.
      • StringPropertyBase

        public StringPropertyBase​(String initialValue)
        The constructor of the StringPropertyBase.
        Parameters:
        initialValue - the initial value of the wrapped String
    • Method Detail

      • invalidated

        protected void invalidated()
        The method invalidated() can be overridden to receive invalidation notifications. This is the preferred option in Objects defining the property, because it requires less memory. The default implementation is empty.
      • toString

        public String toString()
        Returns a string representation of this StringPropertyBase object.
        Overrides:
        toString in class StringProperty
        Returns:
        a string representation of this StringPropertyBase object.