Class StyleKeyRegistry


  • public class StyleKeyRegistry
    extends Object
    This class should not be static, or we might create a memory leak.
    Author:
    Thomas Morgner
    • Method Detail

      • performBoot

        public static void performBoot()
      • getKeyCount

        public int getKeyCount()
      • registerDefaults

        public void registerDefaults()
      • createKey

        public StyleKey createKey​(String name,
                                  boolean trans,
                                  boolean inherited,
                                  int validity)