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

クラスReadOnlyIntegerWrapper

    • コンストラクタの詳細

      • ReadOnlyIntegerWrapper

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

        public ReadOnlyIntegerWrapper​(int initialValue)
        ReadOnlyIntegerWrapperのコンストラクタ
        パラメータ:
        initialValue - ラップされた値の初期値
      • ReadOnlyIntegerWrapper

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

        public ReadOnlyIntegerWrapper​(Object bean,
                                      String name,
                                      int initialValue)
        ReadOnlyIntegerWrapperのコンストラクタ
        パラメータ:
        bean - このReadOnlyIntegerPropertyのBean
        name - このReadOnlyIntegerPropertyの名前
        initialValue - ラップされた値の初期値
    • メソッドの詳細

      • getReadOnlyProperty

        public ReadOnlyIntegerProperty getReadOnlyProperty​()
        このReadOnlyIntegerWrapperと同期化される読取り専用プロパティを返します。
        戻り値:
        読取り専用プロパティ