Package net.mcreator.ui.laf.themes
Class ThemeManager
java.lang.Object
net.mcreator.ui.laf.themes.ThemeManager
This class detects and then tries to load all Theme
s.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
This method loads allTheme
s and sets the current theme to the one selected by the user.static LinkedHashSet
<Theme> static void
This method loads theTheme
of all plugins loaded into the currentPluginLoader
instance.
-
Field Details
-
CURRENT_THEME
-
-
Constructor Details
-
ThemeManager
public ThemeManager()
-
-
Method Details
-
applySelectedTheme
public static void applySelectedTheme()This method loads allTheme
s and sets the current theme to the one selected by the user. -
loadThemes
public static void loadThemes()This method loads the
Theme
of all plugins loaded into the currentPluginLoader
instance. -
getThemes
-