Package generic.theme
Class PropertyFileThemeDefaults
java.lang.Object
generic.theme.PropertyFileThemeDefaults
- All Implemented Interfaces:
ApplicationThemeDefaults
Loads all the system theme.property files that contain all the default color, font, and
icon values.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the dark defaultGThemeValueMap
Returns the light defaultGThemeValueMap
getLookAndFeelValues
(LafType lafType) Returns the default values specific to a given Look and Feel
-
Method Details
-
getLightValues
Description copied from interface:ApplicationThemeDefaults
Returns the light defaultGThemeValueMap
- Specified by:
getLightValues
in interfaceApplicationThemeDefaults
- Returns:
- the light default
GThemeValueMap
-
getDarkValues
Description copied from interface:ApplicationThemeDefaults
Returns the dark defaultGThemeValueMap
- Specified by:
getDarkValues
in interfaceApplicationThemeDefaults
- Returns:
- the dark default
GThemeValueMap
-
getLookAndFeelValues
Description copied from interface:ApplicationThemeDefaults
Returns the default values specific to a given Look and Feel- Specified by:
getLookAndFeelValues
in interfaceApplicationThemeDefaults
- Parameters:
lafType
- the Look and Feel type- Returns:
- the default values specific to a given Look and Feel
-