public class SystemDefaultsInitTask extends Object implements DefaultsInitTask
Constructor and Description |
---|
SystemDefaultsInitTask() |
Modifier and Type | Method and Description |
---|---|
void |
run(com.github.weisj.darklaf.theme.Theme currentTheme,
UIDefaults defaults)
Execute the task.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onlyDuringInstallation
public void run(com.github.weisj.darklaf.theme.Theme currentTheme, UIDefaults defaults)
DefaultsInitTask
UIResource
.
This is specifically important for FontUIResource
and
ColorUIResource
.run
in interface DefaultsInitTask
currentTheme
- the current theme being initialized.defaults
- the current defaults to work with.