Package org.evolizer.daforjava.commands.additions

Examples of org.evolizer.daforjava.commands.additions.AddEntitiesViaInOutDependenciesCommand


        GraphEditPopupMenuAction action = null;
        int index = 0;
        for (final String associationName : FamixAssociationMap.getInstance().getNames()) {
            action = new GraphEditPopupMenuAction(associationName, fGraphPanel);
            action.setDescription("Add '" + associationName + "' dependencies of selected node and connected nodes");
            action.setCommand(new AddEntitiesViaInOutDependenciesCommand(node, getGraphLoader(), getHierarchicEdgeGrouper(), FamixAssociationMap.getInstance().getType(associationName)));
            addAllDependenciesMenu.add(action);
            index++;
        }
        return addAllDependenciesMenu;
    }
View Full Code Here

TOP

Related Classes of org.evolizer.daforjava.commands.additions.AddEntitiesViaInOutDependenciesCommand

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.