T
- Component
subclasses.public class DarkComponentTheme<T extends Component> extends AbstractTheme<T>
Constructor and Description |
---|
DarkComponentTheme() |
Modifier and Type | Method and Description |
---|---|
void |
apply(T component)
Used to apply theme only for component and not apply for child components.
|
applyAll
public void apply(T component)
apply
in class AbstractTheme<T extends Component>
component
- component to apply theme.