Package org.jitterbit.integration.uidelegate.entity.EntityIcons

Examples of org.jitterbit.integration.uidelegate.entity.EntityIcons.Category


        @Override
        protected Icon getIcon(IntegrationEntityTreeNode node) {
            IntegrationEntity entity = node.getUserObject();
            ValidationStatus status = model.getStatus(entity, true);
            Category category = Category.fromValidationStatus(status);
            return EntityIcons.forType(entity.getEntityType()).getIcon(category, Size.SMALL);
        }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.uidelegate.entity.EntityIcons.Category

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.