Module javafx.base

Class SimpleLongProperty

    • Constructor Detail

      • SimpleLongProperty

        public SimpleLongProperty()
        The constructor of LongProperty
      • SimpleLongProperty

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

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

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