Class FlatLookAndFeelAddons

java.lang.Object
org.jdesktop.swingx.plaf.LookAndFeelAddons
org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
com.formdev.flatlaf.swingx.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)
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     

    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 Details

    • FlatLookAndFeelAddons

      public FlatLookAndFeelAddons()
  • Method Details

    • matches

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