モジュール 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 - ラップされた値の初期値
    • メソッドの詳細

      • getBean

        public Object getBean​()
        このプロパティを含むObjectを返します。 このプロパティがObjectに含まれていない場合、nullが返されます。
        戻り値:
        含まれているObjectまたはnull
      • getName

        public String getName​()
        このプロパティの名前を返します。 プロパティに名前がない場合、このメソッドは空のStringを返します。
        戻り値:
        名前または空のString