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

クラスListPropertyBase<E>

    • コンストラクタの詳細

      • ListPropertyBase

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

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

      • invalidated

        protected void invalidated()
        メソッドinvalidated()をオーバーライドして、無効な通知を受け取ることができます。 メモリーの消費が少ないため、これはプロパティを定義するObjectsの推奨オプションです。 デフォルトの実装は空です。
      • toString

        public String toString()
        このListPropertyBaseオブジェクトの文字列表現を返します。
        オーバーライド:
        toString、クラス: ListProperty<E>
        戻り値:
        このListPropertyBaseオブジェクトの文字列表現。