Uses of Class
de.xima.fc.gui.designer.form.model.CssClassInfo
Packages that use CssClassInfo
-
Uses of CssClassInfo in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model that return CssClassInfoConstructors in de.xima.fc.gui.designer.form.model with parameters of type CssClassInfoModifierConstructorDescriptionCssInfo
(CssClassInfo classInfo, CssFontFaceInfo fontFaceInfo) Creates a new POJO with the given data. -
Uses of CssClassInfo in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils that return types with arguments of type CssClassInfoModifier and TypeMethodDescriptionstatic List<CssClassInfo>
FormCssHelper.analyzeCssForClasses
(Iterable<CssRequest> requests) Finds all CSS classes that occur in the given CSS style sheets, including sheets imported via@import
rules.