Class DPreferences

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,​java.lang.Object>

    public class DPreferences
    extends java.util.Hashtable<java.lang.String,​java.lang.Object>
    !!! Not used in Kopi. Check if used by an application
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DPreferences()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getButtonSize()  
      java.awt.Point getWindowLocation()  
      void setButtonSize​(boolean small)  
      void setWindowLocation​(java.awt.Point location)  
      • Methods inherited from class java.util.Hashtable

        clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DPreferences

        public DPreferences()
    • Method Detail

      • setButtonSize

        public void setButtonSize​(boolean small)
      • getButtonSize

        public boolean getButtonSize()
      • setWindowLocation

        public void setWindowLocation​(java.awt.Point location)
      • getWindowLocation

        public java.awt.Point getWindowLocation()