Examples of ShowRelationshipTypesAction


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

            GroupMarker relationshipGroup = new GroupMarker( relationshipGroupName );
            mm.add( relationshipGroup );
            ViewSettings viewSettings = graphView.getLabelProvider().getViewSettings();
            // relationship types actions
            mm.appendToGroup( relationshipGroupName,
                    new ShowRelationshipTypesAction( graphView, viewSettings.isShowRelationshipTypes() ) );
            // relationship labels actions
            mm.appendToGroup( relationshipGroupName,
                    new ShowRelationshipLabelAction( graphView, viewSettings.isShowRelationshipNames() ) );
            mm.appendToGroup( relationshipGroupName,
                    new FilterRelationshipPropertiesAction( graphView, viewSettings.isFilterRelationshipProperties() ) );
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.