Package org.b3log.solo.util

Examples of org.b3log.solo.util.Skins


                LOGGER.log(Level.SEVERE,
                           "Can't not init default skin, please init B3log Solo first");
                return;
            }

            final Skins skins = Skins.getInstance();
            skins.loadSkins(preference);

            final EventManager eventManager = EventManager.getInstance();

            eventManager.fireEventSynchronously(// for upgrade extensions
                    new Event<JSONObject>(EventTypes.PREFERENCE_LOAD,
View Full Code Here

TOP

Related Classes of org.b3log.solo.util.Skins

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.