Package com.formdev.flatlaf
Class FlatIntelliJLaf
- java.lang.Object
-
- javax.swing.LookAndFeel
-
- javax.swing.plaf.basic.BasicLookAndFeel
-
- com.formdev.flatlaf.FlatLaf
-
- com.formdev.flatlaf.FlatLightLaf
-
- com.formdev.flatlaf.FlatIntelliJLaf
-
- All Implemented Interfaces:
java.io.Serializable
public class FlatIntelliJLaf extends FlatLightLaf
A Flat LaF that has a light color scheme and looks like IntelliJ LaF.The UI defaults are loaded from
FlatIntelliJLaf.properties,FlatLightLaf.propertiesandFlatLaf.properties.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.formdev.flatlaf.FlatLaf
FlatLaf.DisabledIconProvider
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description FlatIntelliJLaf()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetName()static booleaninstall()static voidinstallLafInfo()-
Methods inherited from class com.formdev.flatlaf.FlatLightLaf
isDark
-
Methods inherited from class com.formdev.flatlaf.FlatLaf
equals, getAdditionalDefaults, getDefaults, getDisabledIcon, getID, getLafClassesForDefaultsLoading, getSupportsWindowDecorations, hashCode, hideMnemonics, initialize, initIconColors, install, installLafInfo, isLafDark, isNativeLookAndFeel, isShowMnemonics, isSupportedLookAndFeel, registerCustomDefaultsSource, registerCustomDefaultsSource, registerCustomDefaultsSource, showMnemonics, uninitialize, unregisterCustomDefaultsSource, unregisterCustomDefaultsSource, unregisterCustomDefaultsSource, updateUI, updateUILater
-
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, initClassDefaults, initComponentDefaults, initSystemColorDefaults, loadSystemColors, playSound
-
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, getDisabledSelectedIcon, getLayoutStyle, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, provideErrorFeedback, toString, uninstallBorder
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
install
public static boolean install()
-
installLafInfo
public static void installLafInfo()
-
getName
public java.lang.String getName()
- Overrides:
getNamein classFlatLightLaf
-
getDescription
public java.lang.String getDescription()
- Overrides:
getDescriptionin classFlatLightLaf
-
-