Class FlatSelectBoxElementTheme<T extends SelectBox.SelectBoxElement>
java.lang.Object
com.spinyowl.legui.theme.AbstractTheme<T>
com.spinyowl.legui.theme.colored.def.FlatComponentTheme<T>
com.spinyowl.legui.theme.colored.def.FlatBorderlessTheme<T>
com.spinyowl.legui.theme.colored.def.FlatSelectBoxElementTheme<T>
- Type Parameters:
T-SelectBox.SelectBoxElementsubclasses.
public class FlatSelectBoxElementTheme<T extends SelectBox.SelectBoxElement>
extends FlatBorderlessTheme<T>
Dark SelectBox Theme for all select boxes. Used to make select box 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
getSettings, setSettingsMethods inherited from class com.spinyowl.legui.theme.AbstractTheme
applyAll
-
Constructor Details
-
FlatSelectBoxElementTheme
public FlatSelectBoxElementTheme()Default constructor. Settings should be specified before using this theme. -
FlatSelectBoxElementTheme
-
-
Method Details
-
apply
Used to apply theme only for component and not apply for child components.- Overrides:
applyin classFlatBorderlessTheme<T extends SelectBox.SelectBoxElement>- Parameters:
component- component to apply theme.
-