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

クラスSimpleListProperty<E>

    • コンストラクタの詳細

      • SimpleListProperty

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

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

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

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