Package com.intellij.openapi.vcs.changes.ui

Examples of com.intellij.openapi.vcs.changes.ui.ChangeNodeDecorator


                }
            });
        }

        private ChangeNodeDecorator getChangeNodeDecorator() {
            return new ChangeNodeDecorator() {
                @Override
                public void decorate(Change change, SimpleColoredComponent component, boolean isShowFlatten) {
                    for (GerritChangeNodeDecorator decorator : changeNodeDecorators) {
                        decorator.decorate(project, change, component, selectedChange);
                    }
View Full Code Here

TOP

Related Classes of com.intellij.openapi.vcs.changes.ui.ChangeNodeDecorator

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.