Class FlatLookAndFeelIntelliJThemes
java.lang.Object
is.codion.plugin.flatlaf.intellij.FlatLookAndFeelIntelliJThemes
Provides Look And Feels based on IntelliJ themes.
Uses Flat Look And Feel under the hood.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidadd(Predicate<LookAndFeelEnabler> include) Registers the IntelliJ themes, making them available viaLookAndFeelProvider, for example to aLookAndFeelComboBox.static voidaddAll()Registers the IntelliJ themes, making them available viaLookAndFeelProvider, for example to aLookAndFeelComboBox.
-
Method Details
-
addAll
public static void addAll()Registers the IntelliJ themes, making them available viaLookAndFeelProvider, for example to aLookAndFeelComboBox. Call once during application startup. -
add
Registers the IntelliJ themes, making them available viaLookAndFeelProvider, for example to aLookAndFeelComboBox. Call once during application startup.- Parameters:
include- controls which look and feels to include
-