Uses of Class
org.eclipse.nebula.widgets.nattable.style.theme.ThemeConfiguration
Packages that use ThemeConfiguration
Package
Description
-
Uses of ThemeConfiguration in org.eclipse.nebula.widgets.nattable
Methods in org.eclipse.nebula.widgets.nattable with parameters of type ThemeConfigurationModifier and TypeMethodDescriptionvoidNatTable.setTheme(ThemeConfiguration themeConfiguration) Will unregister the style configurations that were applied before by anotherThemeConfigurationand register the style configurations of the givenThemeConfiguration. -
Uses of ThemeConfiguration in org.eclipse.nebula.widgets.nattable.style.theme
Subclasses of ThemeConfiguration in org.eclipse.nebula.widgets.nattable.style.themeModifier and TypeClassDescriptionclassTheme configuration that overrides the stylings set in theDefaultNatTableThemeConfigurationto give the NatTable a dark modern look & feel.classThemeConfiguration that contains the basic styles that can be configured for a NatTable.classTheme configuration that overrides the stylings set in theDefaultNatTableThemeConfigurationto give the NatTable a more modern look & feel.Methods in org.eclipse.nebula.widgets.nattable.style.theme with parameters of type ThemeConfigurationModifier and TypeMethodDescriptionvoidThemeManager.applyTheme(ThemeConfiguration configuration) Apply the given ThemeConfiguration to the IConfigRegistry this ThemeManager is registered.