Package org.apache.isis.viewer.dnd.viewer.basic

Examples of org.apache.isis.viewer.dnd.viewer.basic.NullColor


                return null;
            }

            @Override
            public Color getColor(final String name) {
                return new NullColor();
            }

            @Override
            public Text getText(final String name) {
                return new DummyText();
View Full Code Here

TOP

Related Classes of org.apache.isis.viewer.dnd.viewer.basic.NullColor

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.