Package com.volantis.mcs.themes

Examples of com.volantis.mcs.themes.PseudoClassTypeEnum


            throw new IllegalStateException("Unexpected selector " + selector);
        }

        // Javadoc inherited.
        public void visit(PseudoClassSelector selector) {
            PseudoClassTypeEnum type = selector.getPseudoClassType();
            StatefulPseudoClass pseudoClass = pseudoStyleEntities.
                    getStatefulPseudoClass(type.getType());
            if (pseudoClass == null) {
                throw new IllegalStateException(
                        "Unexpected pseudo class " + type);
            }
View Full Code Here

TOP

Related Classes of com.volantis.mcs.themes.PseudoClassTypeEnum

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.