Class FlatComponentTheme<T extends Component>
java.lang.Object
com.spinyowl.legui.theme.AbstractTheme<T>
com.spinyowl.legui.theme.colored.def.FlatComponentTheme<T>
- Type Parameters:
T-Componentsubclasses.
- Direct Known Subclasses:
FlatBorderlessTheme,FlatButtonTheme,FlatPanelTheme,FlatProgressBarTheme,FlatScrollablePanelTheme,FlatScrollBarTheme,FlatSelectBoxTheme,FlatTextAreaTheme,FlatTextInputTheme,FlatToggleButtonTheme,FlatTooltipTheme,FlatWidgetTheme
Dark Component Theme for all components. Used to make component dark.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidUsed to apply theme only for component and not apply for child components.voidMethods inherited from class com.spinyowl.legui.theme.AbstractTheme
applyAll
-
Field Details
-
settings
-
-
Constructor Details
-
FlatComponentTheme
public FlatComponentTheme()Default constructor. Settings should be specified before using this theme. -
FlatComponentTheme
-
-
Method Details
-
getSettings
-
setSettings
-
apply
Used to apply theme only for component and not apply for child components.- Overrides:
applyin classAbstractTheme<T extends Component>- Parameters:
component- component to apply theme.
-