Class FlatRadioButtonTheme<T extends RadioButton>

Type Parameters:
T - RadioButton subclasses.

public class FlatRadioButtonTheme<T extends RadioButton> extends FlatBorderlessTheme<T>
Dark RadioButton Theme for all radio buttons. Used to make radio button dark.
  • Constructor Details

    • FlatRadioButtonTheme

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

      public FlatRadioButtonTheme(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 FlatBorderlessTheme<T extends RadioButton>
      Parameters:
      component - component to apply theme.