Package org.neo4j.neoclipse.action.decorate.rel

Examples of org.neo4j.neoclipse.action.decorate.rel.ShowRelationshipDirectionsAction


            {
                mm.add( SEPARATOR );
            }
            // relationship directions actions
            mm.appendToGroup( relationshipGroupName,
                    new ShowRelationshipDirectionsAction( graphView, viewSettings.isShowArrows() ) );
            // relationship colors actions
            mm.appendToGroup( relationshipGroupName,
                    new ShowRelationshipColorsAction( graphView, viewSettings.isShowRelationshipColors() ) );
            // separator
            {
View Full Code Here

TOP

Related Classes of org.neo4j.neoclipse.action.decorate.rel.ShowRelationshipDirectionsAction

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.