モジュール javafx.base
パッケージ javafx.beans.property

クラスSimpleSetProperty<E>

    • コンストラクタの詳細

      • SimpleSetProperty

        public SimpleSetProperty()
        SimpleSetPropertyのコンストラクタ
      • SimpleSetProperty

        public SimpleSetProperty​(ObservableSet<E> initialValue)
        SimpleSetPropertyのコンストラクタ
        パラメータ:
        initialValue - ラップされた値の初期値
      • SimpleSetProperty

        public SimpleSetProperty​(Object bean,
                                 String name)
        SimpleSetPropertyのコンストラクタ
        パラメータ:
        bean - このSetPropertyのBean
        name - このSetPropertyの名前
      • SimpleSetProperty

        public SimpleSetProperty​(Object bean,
                                 String name,
                                 ObservableSet<E> initialValue)
        SimpleSetPropertyのコンストラクタ
        パラメータ:
        bean - このSetPropertyのBean
        name - このSetPropertyの名前
        initialValue - ラップされた値の初期値