Class DefaultFlatTheme

    • Constructor Detail

      • DefaultFlatTheme

        public DefaultFlatTheme()
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • loadPlugins

        public static void loadPlugins()
      • unloadPlugins

        public static void unloadPlugins()
      • getName

        public java.lang.String getName()
        Specified by:
        getName in class javax.swing.LookAndFeel
      • getID

        public java.lang.String getID()
        Specified by:
        getID in class javax.swing.LookAndFeel
      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in class javax.swing.LookAndFeel
      • setDefaults

        public static javax.swing.UIDefaults setDefaults​(javax.swing.UIDefaults defaults,
                                                         java.lang.String lafId)
        Apply theme default values to the supplied UIDefaults object. Suitable for third-party themes that want to modify the default theme.
        Parameters:
        defaults - the UIDefaults object such as from LookAndFeel.getDefaults()
        lafId - the ID of the LAF that will make use of the defaults (from LookAndFeel.getID())
        Returns:
        the modified UIDefaults object