Package com.formdev.flatlaf.swingx
Class FlatSwingXDefaultsAddon
- java.lang.Object
-
- com.formdev.flatlaf.FlatDefaultsAddon
-
- com.formdev.flatlaf.swingx.FlatSwingXDefaultsAddon
-
public class FlatSwingXDefaultsAddon extends FlatDefaultsAddon
SwingX addon for FlatLaf.Finds SwingX addon .properties file for the given LaF class in the same package as this class.
-
-
Constructor Summary
Constructors Constructor Description FlatSwingXDefaultsAddon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPriority()
Returns the priority used to sort addon loading.-
Methods inherited from class com.formdev.flatlaf.FlatDefaultsAddon
afterDefaultsLoading, getDefaults
-
-
-
-
Method Detail
-
getPriority
public int getPriority()
Description copied from class:FlatDefaultsAddon
Returns the priority used to sort addon loading. The order is only important if you want to overwrite UI defaults of other addons. Lower numbers mean higher priority. Returns 10000 by default.- Overrides:
getPriority
in classFlatDefaultsAddon
-
-