Class FlatSelectBoxTheme<T extends SelectBox>

Type Parameters:
T - SelectBox subclasses.

public class FlatSelectBoxTheme<T extends SelectBox> extends FlatComponentTheme<T>
Dark SelectBox Theme for all select boxes. Used to make select box dark.
  • Constructor Details

    • FlatSelectBoxTheme

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

      public FlatSelectBoxTheme(FlatColoredTheme.FlatColoredThemeSettings settings)
  • Method Details

    • apply

      public void apply(T component)
      Used to apply theme only for component and not apply for child components.
      Overrides:
      apply in class FlatComponentTheme<T extends SelectBox>
      Parameters:
      component - component to apply theme.
    • 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 SelectBox>
      Parameters:
      component - component to apply theme.