Class FlatWidgetTheme<T extends Widget>

Type Parameters:
T - Widget subclasses.

public class FlatWidgetTheme<T extends Widget> extends FlatComponentTheme<T>
Dark Widget Theme for all scrollable widgets. Used to make widget dark.
  • Constructor Details

    • FlatWidgetTheme

      public FlatWidgetTheme()
      Default constructor. Settings should be specified before using this theme.
    • FlatWidgetTheme

      public FlatWidgetTheme(FlatColoredTheme.FlatColoredThemeSettings settings)
  • Method Details

    • applyAll

      public void applyAll(T component)
      Used to apply theme for component and for all children of this component. Should be reimplemented for components that contains other child components.
      Overrides:
      applyAll in class AbstractTheme<T extends Widget>
      Parameters:
      component - component to apply theme.