Package generic.theme
Interface ApplicationThemeDefaults
- All Known Implementing Classes:
PropertyFileThemeDefaults
public interface ApplicationThemeDefaults
Provides theme default values, such as those loaded from
*.theme.property
files.-
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
GThemeValueMap getLightValues()Returns the light defaultGThemeValueMap
- Returns:
- the light default
GThemeValueMap
-
getDarkValues
GThemeValueMap getDarkValues()Returns the dark defaultGThemeValueMap
- Returns:
- the dark default
GThemeValueMap
-
getLookAndFeelValues
Returns the default values specific to a given Look and Feel- Parameters:
lafType
- the Look and Feel type- Returns:
- the default values specific to a given Look and Feel
-