Class UIFactory

  • All Implemented Interfaces:
    XMLConstants

    public class UIFactory
    extends java.lang.Object
    implements XMLConstants
    Author:
    Christopher Butler
    • Constructor Detail

      • UIFactory

        public UIFactory()
    • Method Detail

      • getViewUI

        public static ViewUI getViewUI​(java.lang.String name)
      • getViewUI

        public static ViewUI getViewUI​(java.util.Properties p)
      • getTitlebarUI

        public static TitlebarUI getTitlebarUI​(java.lang.String name)
      • getTitlebarUI

        public static TitlebarUI getTitlebarUI​(java.util.Properties p)
      • getButtonUI

        public static ButtonUI getButtonUI​(java.lang.String name)
      • getButtonUI

        public static ButtonUI getButtonUI​(java.util.Properties p)
      • getTheme

        public static Theme getTheme​(java.lang.String name)
      • createTheme

        public static Theme createTheme​(java.util.Properties p)