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

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


            // relationship properties actions
            mm.appendToGroup( relationshipGroupName,
                    new ShowRelationshipPropertyKeysAction( graphView, viewSettings.isShowRelationshipPropertyKeys() ) );
            // relationship id's actions
            mm.appendToGroup( relationshipGroupName,
                    new ShowRelationshipIdsAction( graphView, viewSettings.isShowRelationshipIds() ) );
            // separator
            {
                mm.add( SEPARATOR );
            }
            // relationship directions actions
View Full Code Here

TOP

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

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.