Class MacOSDecorationsProvider
java.lang.Object
com.github.weisj.darklaf.platform.macos.MacOSDecorationsProvider
- All Implemented Interfaces:
com.github.weisj.darklaf.decorations.DecorationsProvider
public class MacOSDecorationsProvider extends Object implements com.github.weisj.darklaf.decorations.DecorationsProvider
-
Constructor Summary
Constructors Constructor Description MacOSDecorationsProvider() -
Method Summary
Modifier and Type Method Description com.github.weisj.darklaf.decorations.CustomTitlePanecreateTitlePane(JRootPane rootPane, int decorationStyle, Window window)voidinitialize()booleanisCustomDecorationSupported()voidloadDecorationProperties(Properties properties, UIDefaults currentDefaults)
-
Constructor Details
-
MacOSDecorationsProvider
public MacOSDecorationsProvider()
-
-
Method Details
-
createTitlePane
public com.github.weisj.darklaf.decorations.CustomTitlePane createTitlePane(JRootPane rootPane, int decorationStyle, Window window)- Specified by:
createTitlePanein interfacecom.github.weisj.darklaf.decorations.DecorationsProvider
-
isCustomDecorationSupported
public boolean isCustomDecorationSupported()- Specified by:
isCustomDecorationSupportedin interfacecom.github.weisj.darklaf.decorations.DecorationsProvider
-
initialize
public void initialize()- Specified by:
initializein interfacecom.github.weisj.darklaf.decorations.DecorationsProvider
-
loadDecorationProperties
- Specified by:
loadDecorationPropertiesin interfacecom.github.weisj.darklaf.decorations.DecorationsProvider
-