Interface IThemeExtension

    • Method Detail

      • registerStyles

        void registerStyles​(IConfigRegistry configRegistry)
        Register the style configurations that should be added by this IThemeExtension.
        Parameters:
        configRegistry - The IConfigRegistry that is used by the NatTable instance to which the style configurations should be registered.
      • unregisterStyles

        void unregisterStyles​(IConfigRegistry configRegistry)
        Unregister the style configurations that were registered by this IThemeExtension.
        Parameters:
        configRegistry - The IConfigRegistry that is used by the NatTable instance to which the style configurations were applied to.
      • createPainterInstances

        default void createPainterInstances()
        Method that is used to create the painter instances that should be registered for styling. Needed to update painters in case zoom operations
        Since:
        2.0