Class FlatSelectBoxScrollablePanelTheme<T extends SelectBox.SelectBoxScrollablePanel>
java.lang.Object
com.spinyowl.legui.theme.AbstractTheme<T>
com.spinyowl.legui.theme.colored.def.FlatComponentTheme<T>
com.spinyowl.legui.theme.colored.def.FlatScrollablePanelTheme<T>
com.spinyowl.legui.theme.colored.def.FlatSelectBoxScrollablePanelTheme<T>
- Type Parameters:
T-SelectBox.SelectBoxScrollablePanelsubclasses.
public class FlatSelectBoxScrollablePanelTheme<T extends SelectBox.SelectBoxScrollablePanel>
extends FlatScrollablePanelTheme<T>
Dark SelectBoxScrollablePanel Theme.
-
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
-
FlatSelectBoxScrollablePanelTheme
public FlatSelectBoxScrollablePanelTheme()Default constructor. Settings should be specified before using this theme. -
FlatSelectBoxScrollablePanelTheme
-
-
Method Details
-
apply
Description copied from class:FlatScrollablePanelThemeUsed to apply theme only for component and not apply for child components.- Overrides:
applyin classFlatScrollablePanelTheme<T extends SelectBox.SelectBoxScrollablePanel>- Parameters:
component- component to apply theme.
-