Class IntegerProperty

    • Constructor Detail

      • IntegerProperty

        public IntegerProperty​(String key)
      • IntegerProperty

        public IntegerProperty​(String key,
                               int defaultValue)
    • Method Detail

      • getValue

        public int getValue()
      • setValue

        public void setValue​(int value)
      • decrement

        public int decrement()
      • increment

        public int increment()