Uses of Class
org.eclipse.nebula.widgets.nattable.style.theme.ThemeConfiguration

Packages that use ThemeConfiguration
org.eclipse.nebula.widgets.nattable   
org.eclipse.nebula.widgets.nattable.style.theme   
 

Uses of ThemeConfiguration in org.eclipse.nebula.widgets.nattable
 

Methods in org.eclipse.nebula.widgets.nattable with parameters of type ThemeConfiguration
 void NatTable.setTheme(ThemeConfiguration themeConfiguration)
          Will unregister the style configurations that were applied before by another ThemeConfiguration and register the style configurations of the given ThemeConfiguration.
 

Uses of ThemeConfiguration in org.eclipse.nebula.widgets.nattable.style.theme
 

Subclasses of ThemeConfiguration in org.eclipse.nebula.widgets.nattable.style.theme
 class DarkNatTableThemeConfiguration
          Theme configuration that overrides the stylings set in the DefaultNatTableThemeConfiguration to give the NatTable a dark modern look&feel.
 class DefaultNatTableThemeConfiguration
          ThemeConfiguration that contains the basic styles that can be configured for a NatTable.
 class ModernNatTableThemeConfiguration
          Theme configuration that overrides the stylings set in the DefaultNatTableThemeConfiguration to give the NatTable a more modern look&feel.
 

Methods in org.eclipse.nebula.widgets.nattable.style.theme with parameters of type ThemeConfiguration
 void ThemeManager.applyTheme(ThemeConfiguration configuration)
          Apply the given ThemeConfiguration to the IConfigRegistry this ThemeManager is registered.
 



Copyright © 2014. All rights reserved.