bibliothek.gui.dock.common.theme
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
 DockTheme modify(DockTheme theme)
          Modifies theme and returns either the modified theme or a new instance of of another DockTheme.
 

Method Detail

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