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 ObjectFlatStylingSupport.applyToAnnotatedObject(Object obj, String key, Object value) Applies the given value to an annotated field of the given object.static ObjectFlatStylingSupport.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 ObjectFlatStylingSupport.applyToField(Object obj, String fieldName, String key, Object value) Applies the given value to a field of the given object.private static ObjectFlatStylingSupport.applyToField(Object obj, String fieldName, String key, Object value, Predicate<Field> predicate) private static ObjectFlatStylingSupport.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.