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

Class SimpleSetProperty<E>

    • 构造方法详细信息

      • SimpleSetProperty

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

        public SimpleSetProperty​(ObservableSet<E> initialValue)
        构造函数为 SimpleSetProperty
        参数
        initialValue - 包装值的初始值
      • SimpleSetProperty

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

        public SimpleSetProperty​(Object bean,
                                 String name,
                                 ObservableSet<E> initialValue)
        构造函数为 SimpleSetProperty
        参数
        bean - 这个 SetProperty的豆
        name - 这个名字 SetProperty
        initialValue - 包装值的初始值
    • 方法详细信息

      • getBean

        public Object getBean​()
        返回包含此属性的Object 如果此属性不包含在Object ,则返回null
        结果
        包含 Objectnull
      • getName

        public String getName​()
        返回此属性的名称。 如果该属性没有名称,则此方法返回一个空的String
        结果
        的名字或一个空的 String