Examples of ShowNodePropertyKeysAction


Examples of org.neo4j.neoclipse.action.decorate.node.ShowNodePropertyKeysAction

            // properties action
            mm.appendToGroup( nodeGroupName, new ShowNodeLabelAction( graphView, viewSettings.isShowNodeNames() ) );
            mm.appendToGroup( nodeGroupName,
                    new FilterNodePropertiesAction( graphView, viewSettings.isFilterNodeProperties() ) );
            mm.appendToGroup( nodeGroupName,
                    new ShowNodePropertyKeysAction( graphView, viewSettings.isShowNodePropertyKeys() ) );
            mm.appendToGroup( nodeGroupName, new ShowNodeIdsAction( graphView, viewSettings.isShowNodeIds() ) );
            // separator
            {
                mm.add( SEPARATOR );
            }
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.