public abstract class AbstractTheme<T extends Component>
extends java.lang.Object
Constructor and Description |
---|
AbstractTheme() |
Modifier and Type | Method and Description |
---|---|
void |
apply(T component)
Used to apply theme only for component and not apply for child components.
|
void |
applyAll(T component)
Used to apply theme for component and for all children of this component.
|
public void apply(T component)
component
- component to apply theme.public void applyAll(T component)
component
- component to apply theme.