com.jidesoft.plaf
Interface LookAndFeelFactory.UIDefaultsCustomizer
- All Known Implementing Classes: 
- ChartUIDefaultsCustomizer, GanttUIDefaultsCustomizer
- 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.
 
customize
void customize(UIDefaults defaults)
-