Class FlatWidgetTheme<T extends Widget>
java.lang.Object
com.spinyowl.legui.theme.AbstractTheme<T>
com.spinyowl.legui.theme.colored.def.FlatComponentTheme<T>
com.spinyowl.legui.theme.colored.def.FlatWidgetTheme<T>
- Type Parameters:
T-Widgetsubclasses.
Dark Widget Theme for all scrollable widgets. Used to make widget dark.
-
Field Summary
Fields inherited from class com.spinyowl.legui.theme.colored.def.FlatComponentTheme
settings -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor. -
Method Summary
Methods inherited from class com.spinyowl.legui.theme.colored.def.FlatComponentTheme
apply, getSettings, setSettings
-
Constructor Details
-
FlatWidgetTheme
public FlatWidgetTheme()Default constructor. Settings should be specified before using this theme. -
FlatWidgetTheme
-
-
Method Details
-
applyAll
Used to apply theme for component and for all children of this component. Should be reimplemented for components that contains other child components.- Overrides:
applyAllin classAbstractTheme<T extends Widget>- Parameters:
component- component to apply theme.
-