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

Class SimpleMapProperty<K,V>

    • 构造方法详细信息

      • SimpleMapProperty

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

        public SimpleMapProperty​(ObservableMap<K,V> initialValue)
        构造函数为 SimpleMapProperty
        参数
        initialValue - 包装值的初始值
      • SimpleMapProperty

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

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

      • getBean

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

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