Class NoOpBasicLookAndFeel
- java.lang.Object
-
- javax.swing.LookAndFeel
-
- javax.swing.plaf.basic.BasicLookAndFeel
-
- com.github.weisj.darklaf.theme.laf.NoOpBasicLookAndFeel
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ThemedLookAndFeel
public abstract class NoOpBasicLookAndFeel extends BasicLookAndFeel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoOpBasicLookAndFeel()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract UIDefaultsgetDefaults()abstract voidinitialize()abstract voiduninitialize()-
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
-
-
-
-
Method Detail
-
getDefaults
public abstract UIDefaults getDefaults()
- Overrides:
getDefaultsin classBasicLookAndFeel
-
initialize
public abstract void initialize()
- Overrides:
initializein classBasicLookAndFeel
-
uninitialize
public abstract void uninitialize()
- Overrides:
uninitializein classBasicLookAndFeel
-
-