Module tvbrowser
Package util.settings

Class IntArrayProperty


  • public class IntArrayProperty
    extends Property
    Author:
    Til Schneider, www.murfman.de
    • Constructor Detail

      • IntArrayProperty

        public IntArrayProperty​(PropertyManager manager,
                                java.lang.String key,
                                int[] defaultValue)
    • Method Detail

      • getDefault

        public int[] getDefault()
      • getIntArray

        public int[] getIntArray()
      • setIntArray

        public void setIntArray​(int[] value)