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

クラスSimpleLongProperty

    • コンストラクタの詳細

      • SimpleLongProperty

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

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

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

        public SimpleLongProperty​(Object bean,
                                  String name,
                                  long initialValue)
        LongPropertyのコンストラクタ
        パラメータ:
        bean - このLongPropertyのBean
        name - このLongPropertyの名前
        initialValue - ラップされた値の初期値