Class SynthesisedThemedLaf
- 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
-
- com.github.weisj.darklaf.theme.laf.DelegatingThemedLaf
-
- com.github.weisj.darklaf.theme.laf.SynthesisedThemedLaf
-
- All Implemented Interfaces:
Serializable
public class SynthesisedThemedLaf extends DelegatingThemedLaf
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSynthesisedThemedLaf.ThemedLafProvider
-
Constructor Summary
Constructors Constructor Description SynthesisedThemedLaf(Theme theme)
-
Method Summary
-
Methods inherited from class com.github.weisj.darklaf.theme.laf.DelegatingThemedLaf
getDefaults, getDescription, getDisabledIcon, getDisabledSelectedIcon, getID, getLayoutStyle, getName, getTheme, initialize, isNativeLookAndFeel, isSupportedLookAndFeel, provideErrorFeedback, setTheme, uninitialize
-
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, initClassDefaults, initComponentDefaults, initSystemColorDefaults, loadSystemColors, playSound
-
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, getSupportsWindowDecorations, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, toString, uninstallBorder
-
-
-
-
Constructor Detail
-
SynthesisedThemedLaf
public SynthesisedThemedLaf(Theme theme)
-
-