Class FlatTextAreaTheme<T extends TextArea>

Type Parameters:
T - ScrollablePanel subclasses.

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

    • FlatTextAreaTheme

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

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