Uses of Class
de.xima.fc.gui.designer.form.model.CssClassInfo
-
Packages that use CssClassInfo Package Description de.xima.fc.gui.designer.form.utils -
-
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 CssClassInfo Modifier and Type Method Description static List<CssClassInfo>
FormCssHelper. analyzeCssForClasses(List<String> cssFiles)
Finds all CSS classes that occur in the given CSS style sheets.Method parameters in de.xima.fc.gui.designer.form.utils with type arguments of type CssClassInfo Modifier and Type Method Description static org.json.JSONArray
FormCssHelper. buildJson(List<CssClassInfo> infoList)
-