Package com.formdev.flatlaf
Class FlatDarculaLaf
- java.lang.Object
-
- javax.swing.LookAndFeel
-
- javax.swing.plaf.basic.BasicLookAndFeel
-
- com.formdev.flatlaf.FlatLaf
-
- com.formdev.flatlaf.FlatDarkLaf
-
- com.formdev.flatlaf.FlatDarculaLaf
-
- All Implemented Interfaces:
java.io.Serializable
public class FlatDarculaLaf extends FlatDarkLaf
A Flat LaF that has a dark color scheme and looks like Darcula LaF. The UI defaults are loaded from FlatDarculaLaf.properties, FlatDarkLaf.properties and FlatLaf.properties- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlatDarculaLaf()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getName()
static boolean
install()
-
Methods inherited from class com.formdev.flatlaf.FlatDarkLaf
isDark
-
Methods inherited from class com.formdev.flatlaf.FlatLaf
getAdditionalDefaults, getDefaults, getDisabledIcon, getID, getLafClassesForDefaultsLoading, getSupportsWindowDecorations, hideMnemonics, initialize, initIconColors, install, 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
-
-
-
-
Method Detail
-
install
public static boolean install()
-
getName
public java.lang.String getName()
- Overrides:
getName
in classFlatDarkLaf
-
getDescription
public java.lang.String getDescription()
- Overrides:
getDescription
in classFlatDarkLaf
-
-