Class FlatBorderlessTheme<T extends Component>
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>
- Type Parameters:
T-Labelsubclasses.
- Direct Known Subclasses:
FlatCheckBoxTheme,FlatLabelTheme,FlatLayerTheme,FlatRadioButtonTheme,FlatSelectBoxElementTheme,FlatSliderTheme,FlatTextAreaFieldTheme
Dark Label Theme for all labels. Used to make label 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
-
FlatBorderlessTheme
public FlatBorderlessTheme()Default constructor. Settings should be specified before using this theme. -
FlatBorderlessTheme
-
-
Method Details
-
apply
Used to apply theme only for component and not apply for child components.- Overrides:
applyin classFlatComponentTheme<T extends Component>- Parameters:
component- component to apply theme.
-