Interface DockThemeModifier


@ClientOnly public interface DockThemeModifier
A DockThemeModifier modifies a DockTheme. This can either mean replacing some values, or using another theme at all.
Author:
Benjamin Sigg
  • Method Summary

    Modifier and Type
    Method
    Description
    Modifies theme and returns either the modified theme or a new instance of of another DockTheme.
  • Method Details

    • modify

      DockTheme modify(DockTheme theme)
      Modifies theme and returns either the modified theme or a new instance of of another DockTheme.
      Parameters:
      theme - the theme to modify, not null
      Returns:
      the modified them, theme or a new object