Class FlatScrollablePanelTheme<T extends ScrollablePanel>

java.lang.Object
com.spinyowl.legui.theme.AbstractTheme<T>
com.spinyowl.legui.theme.colored.def.FlatComponentTheme<T>
com.spinyowl.legui.theme.colored.def.FlatScrollablePanelTheme<T>
Type Parameters:
T - ScrollablePanel subclasses.
Direct Known Subclasses:
FlatSelectBoxScrollablePanelTheme

public class FlatScrollablePanelTheme<T extends ScrollablePanel> extends FlatComponentTheme<T>
Dark ScrollablePanel Theme for all scrollable panels. Used to make scrollable panel dark.
  • Constructor Details

    • FlatScrollablePanelTheme

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

      public FlatScrollablePanelTheme(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 ScrollablePanel>
      Parameters:
      component - component to apply theme.