Package org.auraframework.def

Examples of org.auraframework.def.ThemeDef


        }
    }

    /** utility */
    private VarDef source(CharSequence contents) throws QuickFixException {
        ThemeDef def = addSeparateTheme(String.format("<aura:theme>%s</aura:theme>", contents)).getDef();
        return Iterables.getFirst(def.getDeclaredVarDefs().values(), null);
    }
View Full Code Here

TOP

Related Classes of org.auraframework.def.ThemeDef

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.