Interface LookAndFeelFactory.UIDefaultsCustomizer

  • Enclosing class:
    LookAndFeelFactory

    public static interface LookAndFeelFactory.UIDefaultsCustomizer
    An interface to make the customization of UIDefaults easier. This customizer will be called after installJideExtension() is called. So if you want to further customize UIDefault, you can use this customizer to do it.
    • Method Detail

      • customize

        void customize​(javax.swing.UIDefaults defaults)