Package com.jidesoft.plaf
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customize(javax.swing.UIDefaults defaults)
-