T
- Widget
subclasses.public class DarkWidgetTheme<T extends Widget> extends DarkComponentTheme<T>
Constructor and Description |
---|
DarkWidgetTheme() |
Modifier and Type | Method and Description |
---|---|
void |
applyAll(T component)
Used to apply theme for component and for all children of this component.
|
apply
public void applyAll(T component)
applyAll
in class AbstractTheme<T extends Widget>
component
- component to apply theme.