Module  javafx.base
软件包  javafx.beans.property

Class ReadOnlyIntegerWrapper

    • 构造方法详细信息

      • ReadOnlyIntegerWrapper

        public ReadOnlyIntegerWrapper​()
        构造函数为 ReadOnlyIntegerWrapper
      • ReadOnlyIntegerWrapper

        public ReadOnlyIntegerWrapper​(int initialValue)
        构造函数为 ReadOnlyIntegerWrapper
        参数
        initialValue - 包装值的初始值
      • ReadOnlyIntegerWrapper

        public ReadOnlyIntegerWrapper​(Object bean,
                                      String name)
        构造函数为 ReadOnlyIntegerWrapper
        参数
        bean - 这个 ReadOnlyIntegerProperty的豆
        name - 这个名字 ReadOnlyIntegerProperty
      • ReadOnlyIntegerWrapper

        public ReadOnlyIntegerWrapper​(Object bean,
                                      String name,
                                      int initialValue)
        构造函数为 ReadOnlyIntegerWrapper
        参数
        bean - 这个 ReadOnlyIntegerProperty的豆
        name - 这个名字 ReadOnlyIntegerProperty
        initialValue - 包装值的初始值