Modifiers | Name | Description |
---|---|---|
interface |
ThemeUtils.ThemeChangeNotification |
|
enum |
ThemeUtils.ThemeType |
Type Params | Return Type | Name and description |
---|---|---|
|
static void |
applyBackground(java.awt.Component component) |
|
static java.lang.String |
encodeColor(java.awt.Color color) Represents a color object as a hex value for HTML and CSS styles. |
|
static ThemeUtils.ThemeType |
extractThemeType(Settings settings) |
|
static ThemeUtils.ThemeType |
extractThemeType(java.lang.String themeName) |
|
static java.lang.String |
extractThemeValue(Settings settings) |
|
static void |
initDarkColors() |
|
static void |
initLightColors() |
|
static void |
initStylesWithColors() |
|
static boolean |
isLightTheme() |
|
static void |
registerThemeChangeNotifier(ThemeUtils.ThemeChangeNotification themeChangeNotification) |
|
static void |
unRegisterThemeChangeNotifier(ThemeUtils.ThemeChangeNotification themeChangeNotification) |
|
static void |
updatePrefs(boolean forceUpdate) |
|
static void |
updatePrefs() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Represents a color object as a hex value for HTML and CSS styles.
color
- the color to represent.