Uses of Class
com.formdev.flatlaf.ui.FlatStylingSupport.UnknownStyleException
-
Packages that use FlatStylingSupport.UnknownStyleException Package Description com.formdev.flatlaf.ui -
-
Uses of FlatStylingSupport.UnknownStyleException in com.formdev.flatlaf.ui
Methods in com.formdev.flatlaf.ui that throw FlatStylingSupport.UnknownStyleException Modifier and Type Method Description static 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.static Map<String,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.
-