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

      • getBean

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

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