Interface ILookAndFeelCustomize

All Known Implementing Classes:
BiblioBrolMainFrame, BrolDevAllRibbonMainFrame, BrolEidRibbonMainFrame, BrolMainFrame, BrolMetersMainFrame, BrolRibbonMainFrame, EducaBrolAdminFrame, EducaBrolAdminRibbonFrame, EducaBrolFrame, EducaBrolRibbonFrame, EducaBrolTeacherFrame, EducaBrolTeacherRibbonFrame, EidMainFrame, FinderMainFrame, FinderRibbonMainFrame, FontViewerRibbonMainFrame, MediaBrolMainFrame, MediabrolRibbonMainFrame, MReporterMainFrame, NavigabrolRibbonMainFrame, RenamerMainFrame

public interface ILookAndFeelCustomize
BrolDev applications allow users switching between some Look And Feels (lafs).
But I noticed than some laf did not render as I expected. Thus, implementing this interface in a JFrame allows using the LookAndFeelHelper to switch between installed lafs and call the changeUIdefaults() method in the LookAndFeelAction.
Since:
1.0 Feb 6, 2009, 1.0
Version:
%I%, %G%
Author:
Steph GAUDRY
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Change some values of the laf with the UIManager#put(Object, Object) method before calling the updateComponentTreeUI method.
    Examples of Swingx properties may be found in the org.jdesktop.swingx.plaf.basicBasicTaskPaneUI package.
  • Method Details

    • changeUIdefaults

      void changeUIdefaults()
      Change some values of the laf with the UIManager#put(Object, Object) method before calling the updateComponentTreeUI method.
      Examples of Swingx properties may be found in the org.jdesktop.swingx.plaf.basicBasicTaskPaneUI package.