Uses of Class
com.formdev.flatlaf.ui.FlatStylingSupport.UnknownStyleException
Packages that use FlatStylingSupport.UnknownStyleException
-
Uses of FlatStylingSupport.UnknownStyleException in com.formdev.flatlaf.ui
Methods in com.formdev.flatlaf.ui that throw FlatStylingSupport.UnknownStyleExceptionModifier and TypeMethodDescriptionstatic Object
FlatStylingSupport.applyToAnnotatedObject
(Object obj, String key, Object value) Applies the given value to an annotated field of the given object.static Object
FlatStylingSupport.applyToAnnotatedObjectOrComponent
(Object obj, Object comp, String key, Object value) Applies the given value to an annotated field of the given object or to a property of the given component.(package private) static Object
FlatStylingSupport.applyToField
(Object obj, String fieldName, String key, Object value) Applies the given value to a field of the given object.private static Object
FlatStylingSupport.applyToField
(Object obj, String fieldName, String key, Object value, Predicate<Field> predicate) private static Object
FlatStylingSupport.applyToProperty
(Object obj, String name, Object value) Applies the given value to a property of the given object.FlatStylingSupport.parseAndApply
(Map<String, Object> oldStyleValues, Object style, BiFunction<String, Object, Object> applyProperty) Parses styles in CSS syntax ("key1: value1; key2: value2; ..."), converts the value strings into binary and invokes the given function to apply the properties.