Class ThemedLookAndFeel
- java.lang.Object
-
- javax.swing.LookAndFeel
-
- javax.swing.plaf.basic.BasicLookAndFeel
-
- com.github.weisj.darklaf.theme.laf.NoOpBasicLookAndFeel
-
- com.github.weisj.darklaf.theme.laf.ThemedLookAndFeel
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DelegatingThemedLaf
public abstract class ThemedLookAndFeel extends NoOpBasicLookAndFeel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThemedLookAndFeel()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ThemegetTheme()protected abstract voidsetTheme(Theme theme)-
Methods inherited from class com.github.weisj.darklaf.theme.laf.NoOpBasicLookAndFeel
getDefaults, initialize, uninitialize
-
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, initClassDefaults, initComponentDefaults, initSystemColorDefaults, loadSystemColors, playSound
-
Methods inherited from class javax.swing.LookAndFeel
getDescription, getDesktopPropertyValue, getDisabledIcon, getDisabledSelectedIcon, getID, getLayoutStyle, getName, getSupportsWindowDecorations, installBorder, installColors, installColorsAndFont, installProperty, isNativeLookAndFeel, isSupportedLookAndFeel, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, provideErrorFeedback, toString, uninstallBorder
-
-