Module javafx.base

Class ReadOnlyLongWrapper

    • Constructor Detail

      • ReadOnlyLongWrapper

        public ReadOnlyLongWrapper()
        The constructor of ReadOnlyLongWrapper
      • ReadOnlyLongWrapper

        public ReadOnlyLongWrapper​(long initialValue)
        The constructor of ReadOnlyLongWrapper
        Parameters:
        initialValue - the initial value of the wrapped value
      • ReadOnlyLongWrapper

        public ReadOnlyLongWrapper​(Object bean,
                                   String name)
        The constructor of ReadOnlyLongWrapper
        Parameters:
        bean - the bean of this ReadOnlyLongProperty
        name - the name of this ReadOnlyLongProperty
      • ReadOnlyLongWrapper

        public ReadOnlyLongWrapper​(Object bean,
                                   String name,
                                   long initialValue)
        The constructor of ReadOnlyLongWrapper
        Parameters:
        bean - the bean of this ReadOnlyLongProperty
        name - the name of this ReadOnlyLongProperty
        initialValue - the initial value of the wrapped value