Class FlatLookAndFeelAddons


  • public class FlatLookAndFeelAddons
    extends org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
    SwingX LaF addon. This class is required because without this class, the system addon would be used, which may result in wrong UI defaults. (e.g. background of TaskPaneContainer)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean matches()  
      • Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons

        initialize, uninitialize
      • Methods inherited from class org.jdesktop.swingx.plaf.LookAndFeelAddons

        contribute, getAddon, getBestMatchAddonClassName, getCrossPlatformAddonClassName, getSystemAddonClassName, getUI, installBackgroundPainter, isSystemAddon, isTrackingLookAndFeelChanges, loadDefaults, setAddon, setAddon, setAddon, setTrackingLookAndFeelChanges, uncontribute, uninstallBackgroundPainter, unloadDefaults
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatLookAndFeelAddons

        public FlatLookAndFeelAddons()
    • Method Detail

      • matches

        protected boolean matches()
        Overrides:
        matches in class org.jdesktop.swingx.plaf.LookAndFeelAddons