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 defaultGThemeValueMapReturns the light defaultGThemeValueMapgetLookAndFeelValues(LafType lafType) Returns the default values specific to a given Look and Feel
-
Method Details
-
getLightValues
Description copied from interface:ApplicationThemeDefaultsReturns the light defaultGThemeValueMap- Specified by:
getLightValuesin interfaceApplicationThemeDefaults- Returns:
- the light default
GThemeValueMap
-
getDarkValues
Description copied from interface:ApplicationThemeDefaultsReturns the dark defaultGThemeValueMap- Specified by:
getDarkValuesin interfaceApplicationThemeDefaults- Returns:
- the dark default
GThemeValueMap
-
getLookAndFeelValues
Description copied from interface:ApplicationThemeDefaultsReturns the default values specific to a given Look and Feel- Specified by:
getLookAndFeelValuesin interfaceApplicationThemeDefaults- Parameters:
lafType- the Look and Feel type- Returns:
- the default values specific to a given Look and Feel
-