Package com.formdev.flatlaf.swingx
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 FlatLookAndFeelAddons()
-
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
-
-