JIDE 3.5.15

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.


Method Summary
 void customize(UIDefaults defaults)
           
 

Method Detail

customize

void customize(UIDefaults defaults)

JIDE 3.5.15